Home
last modified time | relevance | path

Searched refs:has_catch_all (Results 1 – 2 of 2) sorted by relevance

/art/dexlayout/
Ddex_ir_builder.cc872 bool has_catch_all = size <= 0; in DedupeOrCreateCodeItem() local
873 if (has_catch_all) { in DedupeOrCreateCodeItem()
881 if (has_catch_all) { in DedupeOrCreateCodeItem()
894 if (has_catch_all) { in DedupeOrCreateCodeItem()
899 const CatchHandler* handler = new CatchHandler(has_catch_all, handler_off, addr_pairs); in DedupeOrCreateCodeItem()
/art/dex2oat/driver/
Dcompiler_driver.cc922 bool has_catch_all = false; in FindExceptionTypesToResolveForMethod() local
925 has_catch_all = true; in FindExceptionTypesToResolveForMethod()
938 if (has_catch_all) { in FindExceptionTypesToResolveForMethod()