Searched refs:signature_handler (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.cpp305 address hA = istate->method()->signature_handler();
H A DcppInterpreter_zero.cpp247 address handlerAddr = method->signature_handler();
253 handlerAddr = method->signature_handler();
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp1096 if (method->signature_handler() == NULL) {
1173 handler_index = _handlers->find(method->signature_handler());
1177 assert(method->signature_handler() == Interpreter::slow_signature_handler() ||
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodKlass.cpp296 st->print_cr(" - signature handler: " INTPTR_FORMAT, m->signature_handler());
H A DmethodOop.hpp60 // Note that native_function and signature_handler has to be at fixed offsets (required by the interpreter)
98 // | signature_handler (present only if native) |
418 address signature_handler() const { return *(signature_handler_addr()); } function in class:methodOopDesc
H A DmethodOop.cpp219 // If native, then include pointers for native_function and signature_handler
611 address* signature_handler = signature_handler_addr(); local
612 *signature_handler = handler;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp937 Address signature_handler(Lmethod, methodOopDesc::signature_handler_offset());
938 __ ld_ptr(signature_handler, G3_scratch);
941 __ ld_ptr(signature_handler, G3_scratch);

Completed in 56 milliseconds