Searched refs:unwind_handler_begin (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp352 address unwind_handler_begin () const { return _unwind_handler_offset != -1 ? (header_begin() + _unwind_handler_offset) : NULL; } function in class:nmethod
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp693 assert(nm->unwind_handler_begin() != NULL, "");
694 return nm->unwind_handler_begin();

Completed in 32 milliseconds