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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstMethodOop.cpp111 int checked_exceptions_len,
121 if (checked_exceptions_len > 0) {
123 *(checked_exceptions_length_addr()) = checked_exceptions_len;
110 set_inlined_tables_length( int checked_exceptions_len, int compressed_line_number_size, int localvariable_table_len, int exception_table_len) argument
H A DconstMethodOop.hpp163 void set_inlined_tables_length(int checked_exceptions_len,
H A DmethodOop.cpp1018 int checked_exceptions_len = m->checked_exceptions_length(); local
1029 checked_exceptions_len,
1068 assert(newm->checked_exceptions_length() == checked_exceptions_len, "check");
1080 if (checked_exceptions_len > 0) {
1083 checked_exceptions_len * sizeof(CheckedExceptionElement));

Completed in 36 milliseconds