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

/art/dexlayout/
H A Ddex_ir.cc648 bool has_catch_all = size <= 0; local
649 if (has_catch_all) {
657 if (has_catch_all) {
669 if (has_catch_all) {
674 const CatchHandler* handler = new CatchHandler(has_catch_all, handler_off, addr_pairs);
/art/compiler/driver/
H A Dcompiler_driver.cc1044 bool has_catch_all = false; local
1047 has_catch_all = true;
1060 if (has_catch_all) {

Completed in 86 milliseconds