Searched refs:remove_activation_early_entry (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp140 static address remove_activation_early_entry(TosState state) { return _earlyret_entry.entry(state); } function in class:TemplateInterpreter
/openjdk7/hotspot/src/share/vm/runtime/
H A DvframeArray.cpp236 pc = Interpreter::remove_activation_early_entry(state->earlyret_tos());
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp195 // Call Interpreter::remove_activation_early_entry() to get the address of the
200 call_VM_leaf(CAST_FROM_FN_PTR(address, Interpreter::remove_activation_early_entry), 1);
H A Dinterp_masm_x86_64.cpp191 // Call Interpreter::remove_activation_early_entry() to get the address of the
195 call_VM_leaf(CAST_FROM_FN_PTR(address, Interpreter::remove_activation_early_entry), c_rarg0);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp247 // Call Interpreter::remove_activation_early_entry() to get the address of the
250 call_VM_leaf(noreg, CAST_FROM_FN_PTR(address, Interpreter::remove_activation_early_entry), Otos_l1);

Completed in 73 milliseconds