Searched defs:signature_handler (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
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;
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

Completed in 28 milliseconds