Searched refs:tries (Results 1 – 10 of 10) sorted by relevance
33 const dex::TryItem* tries = accessor.TryItems().begin(); in CatchHandlerIterator() local34 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()
34 public TryItem[] tries; field in CodeItem63 tries = new TryItem[triesSize]; in read()65 (tries[i] = new TryItem()).read(file); in read()109 for (TryItem tryItem : tries) { in write()
4 # Helper for B27799205. Reflection tries to resolve all types. That's bad for intentionally
3 tries to access them with reflection/JNI/MethodHandles or link against them.
20 This test tries to get the JIT to read out-of-bounds on the initial dex file by getting it to
217 for (TryItem tryItem : codeItem.tries) { in createTryHandlerOffsetToIndexMap()256 for (TryItem tryItem : codeItem.tries) { in readTryBlocks()363 TryItem tryItem = codeItem.tries[tryItemIdx]; in updateTryBlocks()
825 TryItemVector* tries = nullptr; in DedupeOrCreateCodeItem() local828 tries = new TryItemVector(); in DedupeOrCreateCodeItem()855 tries->push_back(std::unique_ptr<const TryItem>(try_item)); in DedupeOrCreateCodeItem()910 tries, in DedupeOrCreateCodeItem()
1044 TryItemVector* tries, in CodeItem() argument1052 tries_(tries), in CodeItem()
794 std::vector<std::unique_ptr<const dex_ir::TryItem>>* tries = code->Tries(); in DumpCatches() local796 const dex_ir::TryItem* try_item = (*tries)[i].get(); in DumpCatches()
20 # is shared by the two tries.502 # Test that nested tries are split into non-overlapping blocks and TryBoundary