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

/openjdk10/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.cpp39 int invocation_count = mh->invocation_count(); local
/openjdk10/hotspot/src/share/vm/ci/
H A DciMethodData.hpp496 int invocation_count() { return _invocation_counter; } function in class:ciMethodData
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp1353 void InterpreterMacroAssembler::test_invocation_counter_for_mdp(Register invocation_count, argument
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc_64.cpp1172 void InterpreterMacroAssembler::test_invocation_counter_for_mdp(Register invocation_count, argument
2269 Register invocation_count = iv_be_count; local
/openjdk10/hotspot/src/share/vm/oops/
H A Dmethod.cpp1820 int Method::invocation_count() { function in class:Method
H A DmethodData.hpp2353 int invocation_count() { function in class:MethodData

Completed in 86 milliseconds