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

/openjdk9/hotspot/src/cpu/zero/vm/
H A DinterpreterRT_zero.hpp33 static SignatureHandler *from_handlerAddr(address handlerAddr) { argument
34 return (SignatureHandler *) handlerAddr;
H A DinterpreterRT_zero.cpp166 void SignatureHandlerLibrary::pd_set_handler(address handlerAddr) { argument
168 InterpreterRuntime::SignatureHandler::from_handlerAddr(handlerAddr);
H A DcppInterpreter_zero.cpp293 address handlerAddr = method->signature_handler(); local
294 if (handlerAddr == NULL) {
299 handlerAddr = method->signature_handler();
300 assert(handlerAddr != NULL, "eh?");
302 if (handlerAddr == (address) InterpreterRuntime::slow_signature_handler) {
303 CALL_VM_NOCHECK(handlerAddr =
309 InterpreterRuntime::SignatureHandler::from_handlerAddr(handlerAddr);

Completed in 41 milliseconds