Searched defs:do_continue (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp598 void InterpreterGenerator::generate_counter_overflow(Label* do_continue) { argument
628 __ jmp(*do_continue, relocInfo::none);
H A DtemplateInterpreter_x86_32.cpp404 void InterpreterGenerator::generate_counter_overflow(Label* do_continue) { argument
440 __ jmp(*do_continue, relocInfo::none);
H A DtemplateInterpreter_x86_64.cpp359 void InterpreterGenerator::generate_counter_overflow(Label* do_continue) { argument
391 __ jmp(*do_continue, relocInfo::none);

Completed in 72 milliseconds