Searched defs:handlers (Results 1 – 9 of 9) 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
191 std::vector<impl::EventHandlerFunc<kEvent>> handlers; in CollectEvents() local220 std::vector<impl::EventHandlerFunc<kEvent>> handlers = in DispatchClassFileLoadHookEvent() local
178 ExceptionHandler[] handlers = new ExceptionHandler[] { in run() local
258 ExceptionHandler[] handlers = new ExceptionHandler[] { in run() local
285 ArrayRef<HBasicBlock* const> handlers = try_boundary->GetExceptionHandlers(); in VisitTryBoundary() local
992 explicit CatchHandler(bool catch_all, uint16_t list_offset, TypeAddrPairVector* handlers) in CatchHandler()1011 TryItem(uint32_t start_addr, uint16_t insn_count, const CatchHandler* handlers) in TryItem()1065 CatchHandlerVector* handlers) in CodeItem()
611 const CatchHandler* handlers = nullptr; in DedupeOrCreateCodeItem() local