Home | History | Annotate | Download | only in runtime

Lines Matching full:tries

1052       const DexFile::TryItem* tries = DexFile::GetTryItems(code_item, 0);
1053 uint32_t start = tries->start_addr_;
1055 uint32_t end = start + tries->insn_count_;
1057 offset = tries->handler_off_;