Searched defs:handlerAddr (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DinterpreterRT_zero.cpp166 void SignatureHandlerLibrary::pd_set_handler(address handlerAddr) { argument
168 InterpreterRuntime::SignatureHandler::from_handlerAddr(handlerAddr);
H A DinterpreterRT_zero.hpp33 static SignatureHandler *from_handlerAddr(address handlerAddr) { argument
34 return (SignatureHandler *) handlerAddr;
H A DcppInterpreter_zero.cpp247 address handlerAddr = method->signature_handler(); local
248 if (handlerAddr == NULL) {
253 handlerAddr = method->signature_handler();
254 assert(handlerAddr != NULL, "eh?");
256 if (handlerAddr == (address) InterpreterRuntime::slow_signature_handler) {
257 CALL_VM_NOCHECK(handlerAddr =
263 InterpreterRuntime::SignatureHandler::from_handlerAddr(handlerAddr);

Completed in 1433 milliseconds