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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp532 static int _nof_inlined_calls; // total # of inlined normal calls member in class:SharedRuntime
546 static address nof_inlined_calls_addr() { return (address)&_nof_inlined_calls; }
H A DsharedRuntime.cpp149 int SharedRuntime::_nof_inlined_calls = 0; member in class:SharedRuntime
2011 tty->print_cr("\t %9d (%3.0f%%) inlined ", _nof_inlined_calls, percent(_nof_inlined_calls, _nof_normal_calls));

Completed in 551 milliseconds