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

/openjdk7/hotspot/src/share/vm/code/
H A DexceptionHandlerTable.hpp31 // A HandlerTableEntry describes an individual entry of a subtable
38 // The first HandlerTableEntry of each subtable holds the length
42 class HandlerTableEntry { class
49 HandlerTableEntry(int bci, int pco, int scope_depth) { function in class:HandlerTableEntry
87 HandlerTableEntry* _table; // the table
93 void add_entry(HandlerTableEntry entry);
94 HandlerTableEntry* subtable_for(int catch_pco) const;
117 int size_in_bytes() const { return round_to(_length * sizeof(HandlerTableEntry), oopSize); }
121 HandlerTableEntry* entry_for(int catch_pco, int handler_bci, int scope_depth) const;
124 void print_subtable(HandlerTableEntry*
[all...]

Completed in 39 milliseconds