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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp155 int _nul_chk_table_offset; member in class:nmethod
363 address handler_table_end () const { return header_begin() + _nul_chk_table_offset ; }
364 address nul_chk_table_begin () const { return header_begin() + _nul_chk_table_offset ; }
H A Dnmethod.cpp666 _nul_chk_table_offset = _handler_table_offset;
667 _nmethod_end_offset = _nul_chk_table_offset;
748 _nul_chk_table_offset = _handler_table_offset;
749 _nmethod_end_offset = _nul_chk_table_offset;
857 _nul_chk_table_offset = _handler_table_offset + round_to(handler_table->size_in_bytes(), oopSize);
858 _nmethod_end_offset = _nul_chk_table_offset + round_to(nul_chk_table->size_in_bytes(), oopSize);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp874 nonstatic_field(nmethod, _nul_chk_table_offset, int) \

Completed in 55 milliseconds