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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp376 int nul_chk_table_size() const { return nul_chk_table_end() - nul_chk_table_begin(); } function in class:nmethod
H A Dnmethod.cpp134 int nul_chk_table_size; member in struct:nmethod_stats_struct
149 nul_chk_table_size += nm->nul_chk_table_size();
164 if (nul_chk_table_size != 0) tty->print_cr(" nul chk table = %d", nul_chk_table_size);
448 nul_chk_table_size();
2435 if (nul_chk_table_size() > 0) tty->print_cr(" nul chk table [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2438 nul_chk_table_size());

Completed in 40 milliseconds