Searched refs:return_entry (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.hpp81 static address return_entry (TosState state, int length);
H A DtemplateInterpreter.hpp168 static address return_entry (TosState state, int length);
H A DtemplateInterpreter.cpp304 Interpreter::_return_3_addrs_by_index[index] = Interpreter::return_entry(states[j], 3);
305 Interpreter::_return_5_addrs_by_index[index] = Interpreter::return_entry(states[j], 5);
531 address TemplateInterpreter::return_entry(TosState state, int length) { function in class:TemplateInterpreter
H A DabstractInterpreter.hpp173 static address return_entry (TosState state, int length) { ShouldNotReachHere(); return NULL; } function in class:AbstractInterpreter
H A Dinterpreter.cpp380 : Interpreter::return_entry(as_TosState(type), length);
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp1002 address CppInterpreter::return_entry(TosState state, int length) { function in class:CppInterpreter
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp367 address CppInterpreter::return_entry(TosState state, int length) { function in class:CppInterpreter
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp369 address CppInterpreter::return_entry(TosState state, int length) { function in class:CppInterpreter

Completed in 1533 milliseconds