Searched defs:_invoke_method_table (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp569 static SymbolPropertyTable* _invoke_method_table; member in class:SystemDictionary
588 static SymbolPropertyTable* invoke_method_table() { return _invoke_method_table; }
H A DsystemDictionary.cpp69 SymbolPropertyTable* SystemDictionary::_invoke_method_table = NULL; member in class:SystemDictionary
1796 _invoke_method_table = new SymbolPropertyTable(_invoke_method_size);

Completed in 39 milliseconds