Home | History | Annotate | Download | only in dexlayout

Lines Matching defs:catch_all

842         bool catch_all = false;
847 catch_all |= type_id == nullptr;
851 handlers = new CatchHandler(catch_all, handler_off, addr_pairs);