HomeSort by relevance Sort by last modified time
    Searched refs:try_item (Results 1 - 4 of 4) sorted by null

  /art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc 85 const DexFile::TryItem* try_item = DexFile::GetTryItems(*code_item, ti_offset); local
91 for (CatchHandlerIterator it(*code_item, *try_item); it.HasNext(); it.Next()) {
  /art/runtime/
dex_file.cc 746 int32_t try_item = FindTryItem(code_item, address); local
747 if (try_item == -1) {
750 return DexFile::GetTryItems(code_item, try_item)->handler_off_;
    [all...]
dex_file.h 276 // Raw try_item.
    [all...]
  /art/runtime/verifier/
method_verifier.cc 593 const DexFile::TryItem* try_item = &tries[idx]; local
594 uint32_t start = try_item->start_addr_;
595 uint32_t end = start + try_item->insn_count_;
    [all...]

Completed in 565 milliseconds