Searched defs:return_from_interpreted_method (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp1806 Label return_from_interpreted_method; local
1814 __ jcc(Assembler::equal, return_from_interpreted_method);
1999 __ bind(return_from_interpreted_method);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1632 Label return_from_interpreted_method; local
1641 __ br(Assembler::equal, false, Assembler::pt, return_from_interpreted_method);
1786 __ bind(return_from_interpreted_method);

Completed in 36 milliseconds