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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.cpp36 int backedge_count = mh->backedge_count(); local
42 mdo_backedges = mdh->backedge_count();
47 invocation_count, backedge_count, prefix,
244 int hot_count = (bci == InvocationEntryBci) ? mh->invocation_count() : mh->backedge_count();
285 int b = mdo->backedge_count();
297 int b = method->backedge_count();
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp246 int backedge_count() { return _backedge_counter; } function in class:ciMethodData
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp292 tty->print_cr (" backedge_counter: %8d ", backedge_count());
1531 int methodOopDesc::backedge_count() { function in class:methodOopDesc
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp2110 // 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!
2147 void InterpreterMacroAssembler::test_backedge_count_for_osr( Register backedge_count, argument
2152 assert_different_registers(backedge_count, Rtmp, branch_bcp);
2157 cmp_and_br_short(backedge_count, Rtmp, Assembler::lessUnsigned, Assembler::pt, did_not_overflow);
2159 // When ProfileInterpreter is on, the backedge_count comes from the
2166 andcc(backedge_count, overflow_frequency-1, Rtmp);

Completed in 34 milliseconds