Searched defs:nul_chk_table_size (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.hpp83 int nul_chk_table_size() const { return nul_chk_table_end() - nul_chk_table_begin(); } function in class:aot_metadata
/openjdk10/hotspot/src/share/vm/code/
H A DcompiledMethod.hpp281 int nul_chk_table_size() const { return nul_chk_table_end() - nul_chk_table_begin(); } function in class:CompiledMethod
H A Dnmethod.cpp107 int nul_chk_table_size; member in struct:java_nmethod_stats_struct

Completed in 56 milliseconds