Searched refs:_nof_megamorphic_interface_calls (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp539 static int _nof_megamorphic_interface_calls;// total # of megamorphic interface calls member in class:SharedRuntime
552 static address nof_megamorphic_interface_calls_addr() { return (address)&_nof_megamorphic_interface_calls; }
H A DsharedRuntime.cpp156 int SharedRuntime::_nof_megamorphic_interface_calls = 0; member in class:SharedRuntime
2008 int mono_i = _nof_interface_calls - _nof_optimized_interface_calls - _nof_megamorphic_interface_calls;
2019 tty->print_cr("\t %9d (%3.0f%%) megamorphic ", _nof_megamorphic_interface_calls, percent(_nof_megamorphic_interface_calls, _nof_interface_calls));

Completed in 40 milliseconds