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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp677 int catch_pco = ret_pc - nm->code_begin(); local
680 HandlerTableEntry *t = table.entry_for(catch_pco, handler_bci, scope_depth);
688 t = table.entry_for(catch_pco, -1, 0);

Completed in 40 milliseconds