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

  /art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc 84 DCHECK_LT(ti_offset, code_item->tries_size_);
  /art/runtime/
exception_test.cc 110 ASSERT_EQ(2u, code_item->tries_size_);
dex_file.h 227 uint16_t tries_size_; member in struct:art::DexFile::CodeItem
694 reinterpret_cast<const byte*>(GetTryItems(code_item, code_item.tries_size_));
    [all...]
dex_file.cc 636 int32_t max = code_item.tries_size_ - 1;
    [all...]
monitor.cc 924 if (code_item->tries_size_ == 0)
    [all...]
dex_file_verifier.cc 624 uint32_t try_items_size = code_item->tries_size_;
    [all...]
class_linker.cc     [all...]
  /art/compiler/dex/
mir_graph.cc 246 int tries_size = current_code_item_->tries_size_;
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 446 basic_block_landing_pads_.resize(dex_compilation_unit_->GetCodeItem()->tries_size_, NULL);
    [all...]
  /art/runtime/verifier/
method_verifier.cc 528 uint32_t tries_size = code_item_->tries_size_;
    [all...]
  /art/compiler/driver/
compiler_driver.cc 615 if (code_item->tries_size_ == 0) {
    [all...]

Completed in 380 milliseconds