Searched refs:result_handler (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterRT_sparc.cpp131 AddressLiteral result_handler(Interpreter::result_handler(method()->result_type()));
132 __ sethi(result_handler, Lscratch);
134 __ delayed()->add(Lscratch, result_handler.low10(), Lscratch);
241 return Interpreter::result_handler(m->result_type());
H A DtemplateInterpreter_sparc.cpp1162 __ set((intptr_t)AbstractInterpreter::result_handler(T_OBJECT), G3_scratch);
H A DcppInterpreter_sparc.cpp938 __ set((intptr_t)AbstractInterpreter::result_handler(T_OBJECT), G3_scratch);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86_32.cpp81 ExternalAddress((address)Interpreter::result_handler(method()->result_type())));
140 return Interpreter::result_handler(m->result_type());
H A DinterpreterRT_x86_64.cpp283 __ lea(rax, ExternalAddress(Interpreter::result_handler(method()->result_type())));
493 return Interpreter::result_handler(m->result_type());
H A DtemplateInterpreter_x86_32.cpp1098 ExternalAddress float_handler(AbstractInterpreter::result_handler(T_FLOAT));
1099 ExternalAddress double_handler(AbstractInterpreter::result_handler(T_DOUBLE));
1174 ExternalAddress handler(AbstractInterpreter::result_handler(T_OBJECT));
H A DcppInterpreter_x86.cpp1276 ExternalAddress float_handler(AbstractInterpreter::result_handler(T_FLOAT));
1277 ExternalAddress double_handler(AbstractInterpreter::result_handler(T_DOUBLE));
1355 ExternalAddress oop_handler(AbstractInterpreter::result_handler(T_OBJECT));
H A DtemplateInterpreter_x86_64.cpp872 // initialize result_handler slot
1158 __ lea(t, ExternalAddress(AbstractInterpreter::result_handler(T_OBJECT)));
/openjdk7/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.hpp235 static address result_handler(BasicType type) { return _native_abi_to_tosca[BasicType_as_index(type)]; } function in class:AbstractInterpreter
H A DinterpreterRuntime.cpp1133 address rh_begin = Interpreter::result_handler(method()->result_type());

Completed in 68 milliseconds