Searched defs:handlers (Results 1 – 8 of 8) sorted by relevance
27 public List<MInsn> handlers; field in MTryBlock
23 public EncodedTypeAddrPair[] handlers; field in EncodedCatchHandler
35 public EncodedCatchHandlerList handlers; field in CodeItem
196 std::vector<impl::EventHandlerFunc<kEvent>> handlers; in CollectEvents() local226 std::vector<impl::EventHandlerFunc<kEvent>> handlers = in DispatchClassFileLoadHookEvent() local
178 ExceptionHandler[] handlers = new ExceptionHandler[] { in run() local
273 ExceptionHandler[] handlers = new ExceptionHandler[] { in run() local
622 explicit PatternMatchGraphVisitor(HGraph* graph, Inst... handlers) : HGraphVisitor(graph) { in PatternMatchGraphVisitor()663 void FillHandlers(First h1, Inst... handlers) { in FillHandlers()
444 ArrayRef<HBasicBlock* const> handlers = try_boundary->GetExceptionHandlers(); in VisitTryBoundary() local