Home | History | Annotate | Download | only in dexlayout

Lines Matching defs:handler

674       const CatchHandler* handler = new CatchHandler(has_catch_all, handler_off, addr_pairs);
675 handler_list->push_back(std::unique_ptr<const CatchHandler>(handler));