Searched defs:find_entry (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DresolutionErrors.cpp45 ResolutionErrorEntry* ResolutionErrorTable::find_entry(int index, unsigned int hash, function in class:ResolutionErrorTable
H A Dplaceholders.cpp112 Symbol* PlaceholderTable::find_entry(int index, unsigned int hash, function in class:PlaceholderTable
H A Ddictionary.cpp567 SymbolPropertyEntry* SymbolPropertyTable::find_entry(int index, unsigned int hash, function in class:SymbolPropertyTable
584 assert(find_entry(index, hash, sym, sym_mode) == NULL, "no double entry");
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_class.c163 find_entry(ClassKey *pkey) function
190 index = find_entry(pkey);
H A Dhprof_table.c543 find_entry(LookupTable *ltable, void *key_ptr, int key_len, HashCode hcode) function
858 index = find_entry(ltable, key_ptr, key_len, hcode);
886 index = find_entry(ltable, key_ptr, key_len, hcode);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp1784 SymbolHashMapEntry* SymbolHashMap::find_entry(Symbol* sym) { function in class:SymbolHashMap
1785 assert(sym != NULL, "SymbolHashMap::find_entry - symbol is NULL");

Completed in 34 milliseconds