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

/openjdk7/hotspot/src/share/vm/code/
H A DexceptionHandlerTable.cpp152 // nul_chk_table_size() == 0. Otherwise the table has a length word
192 if (nm->nul_chk_table_size() == 0) {
203 assert(size_in_bytes() <= nm->nul_chk_table_size(), "size of space allocated in nmethod incorrect");
207 assert(size_in_bytes() <= nm->nul_chk_table_size(), "size of space allocated in nmethod incorrect");
218 assert(nm->nul_chk_table_size() == 0, "bad size");
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());
H A Dnmethod.hpp376 int nul_chk_table_size() const { return nul_chk_table_end() - nul_chk_table_begin(); } function in class:nmethod

Completed in 41 milliseconds