Searched defs:invocation_count (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.cpp35 int invocation_count = mh->invocation_count(); local
41 mdo_invocations = mdh->invocation_count();
47 invocation_count, backedge_count, prefix,
244 int hot_count = (bci == InvocationEntryBci) ? mh->invocation_count() : mh->backedge_count();
284 int i = mdo->invocation_count();
296 int i = method->invocation_count();
345 if (mdo->invocation_count() >= 1) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp245 int invocation_count() { return _invocation_counter; } function in class:ciMethodData
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp269 return invocation_count() > n;
291 tty->print_cr (" invocation_counter: %8d ", invocation_count());
1518 int methodOopDesc::invocation_count() { function in class:methodOopDesc
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp1366 void InterpreterMacroAssembler::test_invocation_counter_for_mdp(Register invocation_count, argument
1382 cmp(invocation_count, Rtmp);
2110 // Note that this macro must leave the backedge_count + invocation_count in Rtmp!
2143 // Note that this macro must leave backedge_count + invocation_count in Rtmp!

Completed in 56 milliseconds