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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp50 UnwindHandler, // Offset to default unwind handler enumerator in enum:CodeOffsets::Entries
70 _values[UnwindHandler ] = -1;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp265 offsets()->set_value(CodeOffsets::UnwindHandler, assembler->emit_unwind_handler());
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp846 if (offsets->value(CodeOffsets::UnwindHandler) != -1) {
847 _unwind_handler_offset = code_offset() + offsets->value(CodeOffsets::UnwindHandler);

Completed in 2035 milliseconds