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

  /art/compiler/optimizing/
block_builder.cc 48 const DexFile::TryItem* try_item = DexFile::GetTryItems(code_item_, idx); local
49 uint32_t dex_pc_start = try_item->start_addr_;
50 uint32_t dex_pc_end = dex_pc_start + try_item->insn_count_;
198 // Iterates over the exception handlers of `try_item`, finds the corresponding
204 const DexFile::TryItem* try_item,
206 for (CatchHandlerIterator it(code_item, *try_item); it.HasNext(); it.Next()) {
  /art/runtime/
dex_file.cc 840 int32_t try_item = FindTryItem(code_item, address); local
841 if (try_item == -1) {
844 return DexFile::GetTryItems(code_item, try_item)->handler_off_;
    [all...]
dex_file.h 299 // Raw try_item.
    [all...]
  /art/runtime/verifier/
method_verifier.cc 1005 const DexFile::TryItem* try_item = &tries[idx]; local
    [all...]

Completed in 214 milliseconds