Searched refs:call_interpreter (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1572 Label call_interpreter; local
1574 __ bind(call_interpreter);
1657 __ ba(call_interpreter);
1665 __ ba(call_interpreter);
1681 __ ba(call_interpreter);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp1752 Label call_interpreter; local
1753 __ bind(call_interpreter);
1826 __ jmp(call_interpreter);
1848 __ jmp(call_interpreter);

Completed in 2586 milliseconds