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

/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp2260 ExceptionTable extable((methodOop(method)));
2261 entry->start_pc = extable.start_pc(entry_index);
2262 entry->end_pc = extable.end_pc(entry_index);
2263 entry->handler_pc = extable.handler_pc(entry_index);
2264 entry->catchType = extable.catch_type_index(entry_index);

Completed in 33 milliseconds