Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 11 of 11) sorted by relevance

/art/libdexfile/dex/
Ddex_file_exception_helpers.cc33 const dex::TryItem* tries = accessor.TryItems().begin(); in CatchHandlerIterator() local
34 uint32_t start = tries->start_addr_; in CatchHandlerIterator()
36 uint32_t end = start + tries->insn_count_; in CatchHandlerIterator()
38 offset = tries->handler_off_; in CatchHandlerIterator()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DCodeItem.java34 public TryItem[] tries; field in CodeItem
63 tries = new TryItem[triesSize]; in read()
65 (tries[i] = new TryItem()).read(file); in read()
109 for (TryItem tryItem : tries) { in write()
/art/test/800-smali/smali/
Db_27799205_helper.smali4 # Helper for B27799205. Reflection tries to resolve all types. That's bad for intentionally
/art/test/674-hiddenapi/
Dinfo.txt3 tries to access them with reflection/JNI/MethodHandles or link against them.
/art/test/1949-short-dex-file/
Dinfo.txt20 This test tries to get the JIT to read out-of-bounds on the initial dex file by getting it to
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java217 for (TryItem tryItem : codeItem.tries) { in createTryHandlerOffsetToIndexMap()
256 for (TryItem tryItem : codeItem.tries) { in readTryBlocks()
363 TryItem tryItem = codeItem.tries[tryItemIdx]; in updateTryBlocks()
/art/libnativeloader/
DREADME.md15 associated with the given classloader, and tries to load the requested library
/art/dexlayout/
Ddex_ir_builder.cc826 TryItemVector* tries = nullptr; in DedupeOrCreateCodeItem() local
829 tries = new TryItemVector(); in DedupeOrCreateCodeItem()
856 tries->push_back(std::unique_ptr<const TryItem>(try_item)); in DedupeOrCreateCodeItem()
911 tries, in DedupeOrCreateCodeItem()
Ddex_ir.h1044 TryItemVector* tries, in CodeItem() argument
1052 tries_(tries), in CodeItem()
Ddexlayout.cc795 std::vector<std::unique_ptr<const dex_ir::TryItem>>* tries = code->Tries(); in DumpCatches() local
797 const dex_ir::TryItem* try_item = (*tries)[i].get(); in DumpCatches()
/art/test/510-checker-try-catch/smali/
DBuilder.smali20 # is shared by the two tries.
502 # Test that nested tries are split into non-overlapping blocks and TryBoundary