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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp408 address native_function() const { return *(native_function_addr()); }
732 address* native_function_addr() const { assert(is_native(), "must be native"); return (address*) (this+1); } function in class:methodOopDesc
733 address* signature_handler_addr() const { return native_function_addr() + 1; }

Completed in 35 milliseconds