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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp375 int handler_table_size() const { return handler_table_end() - handler_table_begin(); } function in class:nmethod
H A Dnmethod.cpp133 int handler_table_size; member in struct:nmethod_stats_struct
148 handler_table_size += nm->handler_table_size();
163 if (handler_table_size != 0) tty->print_cr(" handler table = %d", handler_table_size);
447 handler_table_size() +
2431 if (handler_table_size() > 0) tty->print_cr(" handler table [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2434 handler_table_size());

Completed in 40 milliseconds