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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dhashtable.inline.hpp79 template <MEMFLAGS F> inline void HashtableBucket<F>::set_entry(BasicHashtableEntry<F>* l) { function in class:HashtableBucket
97 template <MEMFLAGS F> inline void BasicHashtable<F>::set_entry(int index, BasicHashtableEntry<F>* entry) { function in class:BasicHashtable
98 _buckets[index].set_entry(entry);
104 _buckets[index].set_entry(entry);
/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp296 void set_entry(int index, SymbolPropertyEntry* new_entry) { function in class:SymbolPropertyTable
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp91 void EntryPoint::set_entry(TosState state, address entry) { function in class:EntryPoint
142 void DispatchTable::set_entry(int i, EntryPoint& entry) { function in class:DispatchTable
417 if (Bytecodes::is_defined(code)) Interpreter::_safept_table.set_entry(code, Interpreter::_safept_entry);
425 Interpreter::_normal_table.set_entry(i, entry);
458 Interpreter::_normal_table.set_entry(code, entry);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp817 void set_entry(SymbolHashMapEntry* entry) { _entry = entry; } function in class:SymbolHashMapBucket

Completed in 37 milliseconds