Home
last modified time | relevance | path

Searched defs:try_item (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc85 const DexFile::TryItem* try_item = DexFile::GetTryItems(*code_item, ti_offset); in art_portable_find_catch_block_from_code() local
/art/runtime/
Ddex_file.cc753 int32_t try_item = FindTryItem(code_item, address); in FindCatchHandlerOffset() local
1257 const DexFile::TryItem& try_item) { in CatchHandlerIterator()
/art/runtime/verifier/
Dmethod_verifier.cc610 const DexFile::TryItem* try_item = &tries[idx]; in ScanTryCatchBlocks() local