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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp1644 invoke_method_table()->oops_do(blk);
1691 invoke_method_table()->oops_do(f);
1762 invoke_method_table()->methods_do(f);
2239 unsigned int hash = invoke_method_table()->compute_hash(signature, iid);
2240 int index = invoke_method_table()->hash_to_index(hash);
2241 SymbolPropertyEntry* spe = invoke_method_table()->find_entry(index, hash, signature, iid);
2254 spe = invoke_method_table()->find_entry(index, hash, signature, iid);
2256 spe = invoke_method_table()->add_entry(index, hash, signature, iid);
2346 unsigned int hash = invoke_method_table()->compute_hash(signature, null_iid);
2347 int index = invoke_method_table()
[all...]
H A DsystemDictionary.hpp588 static SymbolPropertyTable* invoke_method_table() { return _invoke_method_table; } function in class:SystemDictionary
/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp992 guarantee(SystemDictionary::invoke_method_table() == NULL ||
993 SystemDictionary::invoke_method_table()->number_of_entries() == 0,

Completed in 61 milliseconds