Home | History | Annotate | Download | only in verifier

Lines Matching defs:try_item

1048     const DexFile::TryItem* try_item = &tries[idx];
1049 uint32_t start = try_item->start_addr_;
1050 uint32_t end = start + try_item->insn_count_;