Searched defs:set_entry (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A Dhashtable.inline.hpp76 template <MEMFLAGS F> inline void HashtableBucket<F>::set_entry(BasicHashtableEntry<F>* l) { function in class:HashtableBucket
94 template <MEMFLAGS F> inline void BasicHashtable<F>::set_entry(int index, BasicHashtableEntry<F>* entry) { function in class:BasicHashtable
/openjdk10/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp268 void set_entry(int index, SymbolPropertyEntry* new_entry) { function in class:SymbolPropertyTable
/openjdk10/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp101 void EntryPoint::set_entry(TosState state, address entry) { function in class:EntryPoint
153 void DispatchTable::set_entry(int i, EntryPoint& entry) { function in class:DispatchTable
/openjdk10/hotspot/src/share/vm/oops/
H A DconstantPool.hpp965 void set_entry(SymbolHashMapEntry* entry) { _entry = entry; } function in class:SymbolHashMapBucket
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.hpp167 inline void set_entry(address entry) { _entry = entry; } function in struct:VALUE_OBJ_CLASS_SPEC

Completed in 41 milliseconds