Searched refs:find_and_add (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A Dplaceholders.cpp119 // find_and_add returns probe pointer - old or new
124 PlaceholderEntry* PlaceholderTable::find_and_add(int index, unsigned int hash, Symbol* name, Handle loader, classloadAction action, Symbol* supername, Thread* thread) { function in class:PlaceholderTable
148 // find_and_add adds SeenThread entry for appropriate queue
H A Dplaceholders.hpp84 // find_and_add returns probe pointer - old or new
87 PlaceholderEntry* find_and_add(int index, unsigned int hash,
H A DsystemDictionary.cpp339 PlaceholderEntry* newprobe = placeholders()->find_and_add(p_index, p_hash, child_name, class_loader, PlaceholderTable::LOAD_SUPER, class_name, THREAD);
732 PlaceholderEntry* newprobe = placeholders()->find_and_add(p_index, p_hash, name, class_loader, PlaceholderTable::LOAD_INSTANCE, NULL, THREAD);
1459 probe = placeholders()->find_and_add(p_index, p_hash, name_h, class_loader, PlaceholderTable::DEFINE_CLASS, NULL, THREAD);

Completed in 48 milliseconds