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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp149 int _stub_offset; member in class:nmethod
346 address insts_end () const { return header_begin() + _stub_offset ; }
347 address stub_begin () const { return header_begin() + _stub_offset ; }
H A Dnmethod.cpp660 _stub_offset = data_offset();
742 _stub_offset = data_offset();
834 _stub_offset = content_offset() + code_buffer->total_offset_of(code_buffer->stubs());
839 _exception_offset = _stub_offset + offsets->value(CodeOffsets::Exceptions);
840 _deoptimize_offset = _stub_offset + offsets->value(CodeOffsets::Deopt);
842 _deoptimize_mh_offset = _stub_offset + offsets->value(CodeOffsets::DeoptMH);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp867 nonstatic_field(nmethod, _stub_offset, int) \

Completed in 43 milliseconds