Home
last modified time | relevance | path

Searched defs:handlers (Results 1 – 11 of 11) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/
DMTryBlock.java27 public List<MInsn> handlers; field in MTryBlock
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DEncodedCatchHandler.java23 public EncodedTypeAddrPair[] handlers; field in EncodedCatchHandler
DCodeItem.java35 public EncodedCatchHandlerList handlers; field in CodeItem
/art/tools/class2greylist/src/com/android/class2greylist/
DAnnotationVisitor.java49 Map<String, AnnotationHandler> handlers) { in AnnotationVisitor()
DClass2Greylist.java226 Map<String, AnnotationHandler> handlers = createAnnotationHandlers(); in main() local
/art/openjdkjvmti/
Devents-inl.h196 std::vector<impl::EventHandlerFunc<kEvent>> handlers; in CollectEvents() local
226 std::vector<impl::EventHandlerFunc<kEvent>> handlers = in DispatchClassFileLoadHookEvent() local
/art/test/1928-exception-event-exception/src/art/
DTest1928.java178 ExceptionHandler[] handlers = new ExceptionHandler[] { in run() local
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java273 ExceptionHandler[] handlers = new ExceptionHandler[] { in run() local
/art/compiler/optimizing/
Dgraph_checker.cc315 ArrayRef<HBasicBlock* const> handlers = try_boundary->GetExceptionHandlers(); in VisitTryBoundary() local
/art/dexlayout/
Ddex_ir.h972 explicit CatchHandler(bool catch_all, uint16_t list_offset, TypeAddrPairVector* handlers) in CatchHandler()
991 TryItem(uint32_t start_addr, uint16_t insn_count, const CatchHandler* handlers) in TryItem()
1045 CatchHandlerVector* handlers) in CodeItem()
Ddex_ir_builder.cc835 const CatchHandler* handlers = nullptr; in DedupeOrCreateCodeItem() local