HomeSort by relevance Sort by last modified time
    Searched refs:GetCodeItem (Results 1 - 25 of 27) sorted by null

1 2

  /art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc 83 const DexFile::CodeItem* code_item = mh.GetCodeItem();
121 const Instruction* first_catch_instr = Instruction::At(&mh.GetCodeItem()->insns_[catch_dex_pc]);
portable_fillarray_entrypoints.cc 29 const DexFile::CodeItem* code_item = MethodHelper(method).GetCodeItem();
portable_trampoline_entrypoints.cc 194 const DexFile::CodeItem* code_item = mh.GetCodeItem();
323 const DexFile::CodeItem* code = MethodHelper(caller).GetCodeItem();
  /art/compiler/driver/
dex_compilation_unit.h 65 const DexFile::CodeItem* GetCodeItem() const {
compiler_driver.cc 560 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset());
611 const DexFile::CodeItem* code_item = mh->GetCodeItem();
    [all...]
  /art/runtime/
stack.cc 38 const DexFile::CodeItem* code_item = MethodHelper(m).GetCodeItem();
118 const DexFile::CodeItem* code_item = MethodHelper(m).GetCodeItem();
148 const DexFile::CodeItem* code_item = MethodHelper(m).GetCodeItem();
173 const DexFile::CodeItem* code_item = MethodHelper(m).GetCodeItem();
exception_test.cc 106 const DexFile::CodeItem* code_item = dex_->GetCodeItem(method_f_->GetCodeItemOffset());
dex_file.h 624 const CodeItem* GetCodeItem(const uint32_t code_off) const {
    [all...]
object_utils.h 584 const DexFile::CodeItem* GetCodeItem()
586 return GetDexFile().GetCodeItem(method_->GetCodeItemOffset());
debugger.cc     [all...]
common_throws.cc 327 const DexFile::CodeItem* code = MethodHelper(throw_location.GetMethod()).GetCodeItem();
monitor.cc 922 const DexFile::CodeItem* code_item = mh.GetCodeItem();
    [all...]
thread.cc     [all...]
dex_file.cc 623 const CodeItem* code_item = GetCodeItem(method->GetCodeItemOffset());
    [all...]
  /art/test/StackWalk/
stack_walk_jni.cc 34 (((reg) < mh.GetCodeItem()->registers_size_) && \
  /art/test/ReferenceMap/
stack_walk_refmap_jni.cc 37 (((reg) < mh.GetCodeItem()->registers_size_) && \
  /art/runtime/mirror/
art_method.cc 216 const DexFile::CodeItem* code_item = mh.GetCodeItem();
240 Instruction::At(&mh.GetCodeItem()->insns_[found_dex_pc]);
  /art/compiler/dex/
dex_to_dex_compiler.cc 100 const DexFile::CodeItem* code_item = unit_.GetCodeItem();
mir_graph.h 373 return m_units_[m_unit_index]->GetCodeItem()->insns_;
  /art/compiler/llvm/
compiler_llvm.cc 143 dex_compilation_unit->GetCodeItem(),
gbc_expander.cc 444 shadow_frame_vreg_addresses_.resize(dex_compilation_unit_->GetCodeItem()->registers_size_, NULL);
445 basic_blocks_.resize(dex_compilation_unit_->GetCodeItem()->insns_size_in_code_units_);
446 basic_block_landing_pads_.resize(dex_compilation_unit_->GetCodeItem()->tries_size_, NULL);
    [all...]
  /art/runtime/entrypoints/quick/
quick_invoke_entrypoints.cc 107 const DexFile::CodeItem* code = MethodHelper(caller_method).GetCodeItem();
quick_trampoline_entrypoints.cc 282 const DexFile::CodeItem* code_item = mh.GetCodeItem();
460 code = mh.GetCodeItem();
  /art/runtime/interpreter/
interpreter.cc 443 const DexFile::CodeItem* code_item = mh.GetCodeItem();
556 const DexFile::CodeItem* code_item = mh.GetCodeItem();
    [all...]
  /art/runtime/verifier/
method_verifier.cc 319 &mh.GetClassDef(), mh.GetCodeItem(), m->GetDexMethodIndex(),
341 &mh.GetClassDef(), mh.GetCodeItem(), m->GetDexMethodIndex(),
369 &mh.GetClassDef(), mh.GetCodeItem(), m->GetDexMethodIndex(),
    [all...]

Completed in 394 milliseconds

1 2