Searched defs:profile_method_continue (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp293 void InterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) { argument
336 __ cmp_and_br_short(O0, G3_scratch, Assembler::lessUnsigned, Assembler::pn, *profile_method_continue);
1349 Label profile_method_continue; local
1352 generate_counter_incr(&invocation_counter_overflow, &profile_method, &profile_method_continue);
1354 __ bind(profile_method_continue);
1401 __ ba_short(profile_method_continue);
H A DcppInterpreter_sparc.cpp405 void InterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) { argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp571 void InterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) { argument
H A DtemplateInterpreter_x86_32.cpp345 void InterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) { argument
392 __ jcc(Assembler::less, *profile_method_continue);
1365 Label profile_method_continue; local
1367 generate_counter_incr(&invocation_counter_overflow, &profile_method, &profile_method_continue);
1369 __ bind(profile_method_continue);
1427 __ jmp(profile_method_continue);
H A DtemplateInterpreter_x86_64.cpp301 Label* profile_method_continue) {
348 __ jcc(Assembler::less, *profile_method_continue);
1385 Label profile_method_continue; local
1389 &profile_method_continue);
1391 __ bind(profile_method_continue);
1451 __ jmp(profile_method_continue);
298 generate_counter_incr( Label* overflow, Label* profile_method, Label* profile_method_continue) argument

Completed in 498 milliseconds