Searched refs:tries (Results 1 – 6 of 6) sorted by relevance
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
217 for (TryItem tryItem : codeItem.tries) { in createTryHandlerOffsetToIndexMap()256 for (TryItem tryItem : codeItem.tries) { in readTryBlocks()356 TryItem tryItem = codeItem.tries[tryItemIdx]; in updateTryBlocks()
2490 const DexFile::TryItem* tries = DexFile::GetTryItems(code_item, 0); in CatchHandlerIterator() local2491 uint32_t start = tries->start_addr_; in CatchHandlerIterator()2493 uint32_t end = start + tries->insn_count_; in CatchHandlerIterator()2495 offset = tries->handler_off_; in CatchHandlerIterator()
20 # is shared by the two tries.502 # Test that nested tries are split into non-overlapping blocks and TryBoundary
1002 const DexFile::TryItem* tries = DexFile::GetTryItems(*code_item_, 0); in ScanTryCatchBlocks() local1005 const DexFile::TryItem* try_item = &tries[idx]; in ScanTryCatchBlocks()