Searched refs:set_entry (Results 1 - 9 of 9) 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);
H A Dhashtable.hpp133 void set_entry(BasicHashtableEntry<F>* l);
224 void set_entry(int index, BasicHashtableEntry<F>* entry);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp51 void set_entry(TosState state, address entry); // set target address for a given tosca state
72 void set_entry(int i, EntryPoint& entry); // set entry point for a given bytecode i
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/classfile/
H A Ddictionary.cpp537 set_entry(i, NULL);
552 set_entry(index, p);
H A Ddictionary.hpp296 void set_entry(int index, SymbolPropertyEntry* new_entry) { function in class:SymbolPropertyTable
H A DloaderConstraints.cpp232 set_entry(index, p);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp817 void set_entry(SymbolHashMapEntry* entry) { _entry = entry; } function in class:SymbolHashMapBucket
H A DconstantPoolOop.cpp1780 _buckets[index].set_entry(entry);

Completed in 56 milliseconds