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

/openjdk7/hotspot/src/share/vm/code/
H A DexceptionHandlerTable.cpp70 _length = nm->handler_table_size() / sizeof(HandlerTableEntry);
102 assert(size_in_bytes() == nm->handler_table_size(), "size of space allocated in nmethod incorrect");
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());
H A Dnmethod.hpp375 int handler_table_size() const { return handler_table_end() - handler_table_begin(); } function in class:nmethod

Completed in 41 milliseconds