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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp531 static int _nof_optimized_calls; // total # of statically-bound calls member in class:SharedRuntime
545 static address nof_optimized_calls_addr() { return (address)&_nof_optimized_calls; }
H A DsharedRuntime.cpp148 int SharedRuntime::_nof_optimized_calls = 0; member in class:SharedRuntime
2007 int mono_c = _nof_normal_calls - _nof_optimized_calls - _nof_megamorphic_calls;
2012 tty->print_cr("\t %9d (%3.0f%%) optimized ", _nof_optimized_calls, percent(_nof_optimized_calls, _nof_normal_calls));

Completed in 266 milliseconds