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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp438 GrowableArray<intptr_t>* pcos = new GrowableArray<intptr_t>(num_handlers); local
447 pcos->trunc_to(0);
471 pcos->append(handler->entry_pco());
478 exception_handler_table()->add_subtable(info->pco(), bcis, scope_depths, pcos);

Completed in 250 milliseconds