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

/openjdk10/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.hpp69 address nul_chk_table_end() const { return at_offset(_oopmap_begin); } function in class:aot_metadata
226 virtual address nul_chk_table_end() const { return _meta->nul_chk_table_end(); } function in class:AOTCompiledMethod
/openjdk10/hotspot/src/share/vm/code/
H A Dnmethod.hpp279 address nul_chk_table_end () const { return header_begin() + _nmethod_end_offset ; } function in class:nmethod

Completed in 41 milliseconds