Searched defs:generate_counter_incr (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) { function in class:InterpreterGenerator
891 generate_counter_incr(&invocation_counter_overflow, NULL, NULL);
1352 generate_counter_incr(&invocation_counter_overflow, &profile_method, &profile_method_continue);
H A DcppInterpreter_sparc.cpp405 void InterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) { function in class:InterpreterGenerator
662 generate_counter_incr(&invocation_counter_overflow, NULL, NULL);
/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) { function in class:InterpreterGenerator
1067 generate_counter_incr(&invocation_counter_overflow, NULL, NULL);
H A DtemplateInterpreter_x86_32.cpp345 void InterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) { function in class:InterpreterGenerator
937 generate_counter_incr(&invocation_counter_overflow, NULL, NULL);
1367 generate_counter_incr(&invocation_counter_overflow, &profile_method, &profile_method_continue);
H A DtemplateInterpreter_x86_64.cpp298 void InterpreterGenerator::generate_counter_incr( function in class:InterpreterGenerator
917 generate_counter_incr(&invocation_counter_overflow, NULL, NULL);
1387 generate_counter_incr(&invocation_counter_overflow,

Completed in 58 milliseconds