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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp437 GrowableArray<intptr_t>* scope_depths = new GrowableArray<intptr_t>(num_handlers); local
446 scope_depths->trunc_to(0);
454 if (e >= 0 && scope_depths->at(e) == handler->scope_count()) {
467 scope_depths->append(0);
469 scope_depths->append(handler->scope_count());
478 exception_handler_table()->add_subtable(info->pco(), bcis, scope_depths, pcos);

Completed in 44 milliseconds