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

1 2

  /art/runtime/entrypoints/portable/
portable_fillarray_entrypoints.cc 29 const DexFile::CodeItem* code_item = method->GetCodeItem();
portable_throw_entrypoints.cc 83 const DexFile::CodeItem* code_item = current_method->GetCodeItem();
120 &current_method->GetCodeItem()->insns_[catch_dex_pc]);
portable_trampoline_entrypoints.cc 200 const DexFile::CodeItem* code_item = method->GetCodeItem();
330 const DexFile::CodeItem* code = caller->GetCodeItem();
  /art/compiler/driver/
dex_compilation_unit.h 67 const DexFile::CodeItem* GetCodeItem() const {
compiler_driver.cc 568 const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset());
651 const DexFile::CodeItem* code_item = mh->GetMethod()->GetCodeItem();
    [all...]
  /art/test/004-StackWalk/
stack_walk_jni.cc 32 (((reg) < m->GetCodeItem()->registers_size_) && \
  /art/test/004-ReferenceMap/
stack_walk_refmap_jni.cc 35 (((reg) < m->GetCodeItem()->registers_size_) && \
  /art/runtime/
stack.cc 43 const DexFile::CodeItem* code_item = m->GetCodeItem();
137 const DexFile::CodeItem* code_item = m->GetCodeItem();
188 const DexFile::CodeItem* code_item = m->GetCodeItem();
241 const DexFile::CodeItem* code_item = m->GetCodeItem();
298 const DexFile::CodeItem* code_item = m->GetCodeItem();
360 const DexFile::CodeItem* code_item = m->GetCodeItem();
exception_test.cc 124 const DexFile::CodeItem* code_item = dex_->GetCodeItem(method_f_->GetCodeItemOffset());
quick_exception_handler.cc 202 const DexFile::CodeItem* code_item = m->GetCodeItem();
dex_file.h 680 const CodeItem* GetCodeItem(const uint32_t code_off) const {
    [all...]
profiler.cc 537 const DexFile::CodeItem* codeitem = method->GetCodeItem();
586 const DexFile::CodeItem* codeitem = method->GetCodeItem();
common_throws.cc 367 const DexFile::CodeItem* code = throw_location.GetMethod()->GetCodeItem();
debugger.cc     [all...]
monitor.cc     [all...]
dex_file.cc 718 const CodeItem* code_item = GetCodeItem(method->GetCodeItemOffset());
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 95 const DexFile::CodeItem* code_item = unit_.GetCodeItem();
mir_graph.h 573 return m_units_[m_unit_index]->GetCodeItem()->insns_;
    [all...]
  /art/compiler/llvm/
compiler_llvm.cc 146 dex_compilation_unit->GetCodeItem(),
gbc_expander.cc 441 shadow_frame_vreg_addresses_.resize(dex_compilation_unit_->GetCodeItem()->registers_size_, NULL);
442 basic_blocks_.resize(dex_compilation_unit_->GetCodeItem()->insns_size_in_code_units_);
443 basic_block_landing_pads_.resize(dex_compilation_unit_->GetCodeItem()->tries_size_, NULL);
    [all...]
  /art/runtime/mirror/
art_method-inl.h 465 inline const DexFile::CodeItem* ArtMethod::GetCodeItem() {
467 return method->GetDexFile()->GetCodeItem(method->GetCodeItemOffset());
art_method.cc 215 const DexFile::CodeItem* code_item = h_this->GetCodeItem();
art_method.h 518 const DexFile::CodeItem* GetCodeItem() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/runtime/interpreter/
interpreter.cc 408 const DexFile::CodeItem* code_item = method->GetCodeItem();
502 const DexFile::CodeItem* code_item = mh.GetMethod()->GetCodeItem();
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 500 const DexFile::CodeItem* code_item = method->GetCodeItem();
721 code = caller->GetCodeItem();
    [all...]

Completed in 359 milliseconds

1 2