Searched refs:catch_type_index (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DconstMethodOop.hpp107 u2 catch_type_index; member in class:VALUE_OBJ_CLASS_SPEC
H A DmethodOop.hpp903 u2 catch_type_index(int idx) const {
905 return _table[idx].catch_type_index;
910 _table[idx].catch_type_index = value;
H A DmethodOop.cpp128 int klass_index = table.catch_type_index(i);
H A DgenerateOopMap.cpp1197 int catch_type = exct.catch_type_index(i);
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1723 int catch_type_index = exhandlers.catch_type_index(i);
1724 if (catch_type_index != 0) {
1726 catch_type_index, cp, CHECK_VERIFY(this));
1734 TypeOrigin::cp(catch_type_index, catch_type),
1818 int catch_type_index = exhandlers.catch_type_index(i);
1823 if (catch_type_index != 0) {
1826 catch_type_index, cp, CHECK_VERIFY(this));
H A DclassFileParser.cpp1305 cfs->guarantee_more(8 * exception_table_length, CHECK_NULL); // start_pc, end_pc, handler_pc, catch_type_index
1312 u2 catch_type_index = cfs->get_u2_fast(); local
1319 if (catch_type_index != 0) {
1320 guarantee_property(valid_cp_range(catch_type_index, cp->length()) &&
1321 is_klass_reference(cp, catch_type_index),
1995 sizeof(u2) ); // catch_type_index
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp216 write_u2(exception_table.catch_type_index(index));
H A DjvmtiRedefineClasses.cpp2493 int cur_index = ex_table.catch_type_index(j);
H A Djvm.cpp2264 entry->catchType = extable.catch_type_index(entry_index);
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp217 /* cp index */ exc_table.catch_type_index(i));
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp431 nonstatic_field(ExceptionTableElement, catch_type_index, u2) \

Completed in 110 milliseconds