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

1 2

  /art/test/004-StackWalk/
stack_walk_jni.cc 47 CHECK_EQ(1U, GetDexPc());
51 CHECK_EQ(5U, GetDexPc());
56 CHECK_EQ(0xcU, GetDexPc());
60 CHECK_EQ(0xcU, GetDexPc());
65 CHECK_EQ(0x380U, GetDexPc());
69 CHECK_EQ(0x380U, GetDexPc());
  /art/runtime/verifier/
dex_gc_map.cc 30 if (GetDexPc(i) == dex_pc) {
39 int mid_pc = GetDexPc(mid);
dex_gc_map.h 56 uint16_t GetDexPc(size_t index) const {
  /art/compiler/dex/
verified_method.cc 159 DCHECK_EQ(map.GetDexPc(map_index), i);
215 uint32_t dex_pc = inst->GetDexPc(insns);
229 uint32_t dex_pc = inst->GetDexPc(insns);
268 uint32_t dex_pc = inst->GetDexPc(insns);
338 uint32_t dex_pc = inst->GetDexPc(code_item->insns_);
dex_to_dex_compiler.cc 101 inst = const_cast<Instruction*>(inst->Next()), dex_pc = inst->GetDexPc(insns)) {
  /art/runtime/
check_reference_map_visitor.h 37 CHECK_EQ(GetDexPc(), DexFile::kDexNoIndex);
stack_map.cc 105 uint32_t StackMap::GetDexPc(const CodeInfo& info) const {
215 << " (dex_pc=0x" << stack_map.GetDexPc(*this)
quick_exception_handler.cc 89 dex_pc = GetDexPc();
203 uint32_t dex_pc = GetDexPc();
stack.cc 110 uint32_t StackVisitor::GetDexPc(bool abort_on_failure) const {
112 return cur_shadow_frame_->GetDexPC();
613 next_dex_pc_ = GetDexPc();
656 result += StringPrintf("' at dex PC 0x%04x", GetDexPc());
    [all...]
dex_instruction.h 518 uint32_t GetDexPc(const uint16_t* insns) const {
stack_map.h 690 uint32_t GetDexPc(const CodeInfo& info) const;
    [all...]
  /art/compiler/optimizing/
nodes.h 749 uint32_t GetDexPc() const { return dex_pc_; }
    [all...]
code_generator_mips64.cc 132 instruction_->GetDexPc(),
154 instruction_->GetDexPc(),
237 instruction_->GetDexPc(),
264 instruction_->GetDexPc(),
287 instruction_->GetDexPc(),
385 uint32_t dex_pc = deoptimize->GetDexPc();
    [all...]
code_generator.cc 542 dex2pc_data_size += SignedLeb128Size(block->GetDexPc() - dex2pc_dalvik_offset);
544 dex2pc_dalvik_offset = block->GetDexPc();
580 write_pos2 = EncodeSignedLeb128(write_pos2, block->GetDexPc() - dex2pc_dalvik_offset);
582 dex2pc_dalvik_offset = block->GetDexPc();
607 CHECK_EQ(block->GetDexPc(), it2.DexPc());
698 DCHECK_EQ(environment->GetDexPc(), dex_pc);
    [all...]
code_generator_arm.cc 67 QUICK_ENTRY_POINT(pThrowNullPointer), instruction_, instruction_->GetDexPc(), this);
83 QUICK_ENTRY_POINT(pThrowDivZero), instruction_, instruction_->GetDexPc(), this);
101 QUICK_ENTRY_POINT(pTestSuspend), instruction_, instruction_->GetDexPc(), this);
153 QUICK_ENTRY_POINT(pThrowArrayBounds), instruction_, instruction_->GetDexPc(), this);
230 QUICK_ENTRY_POINT(pResolveString), instruction_, instruction_->GetDexPc(), this);
306 uint32_t dex_pc = deoptimize->GetDexPc();
    [all...]
code_generator_arm64.cc 127 QUICK_ENTRY_POINT(pThrowArrayBounds), instruction_, instruction_->GetDexPc(), this);
147 QUICK_ENTRY_POINT(pThrowDivZero), instruction_, instruction_->GetDexPc(), this);
228 QUICK_ENTRY_POINT(pResolveString), instruction_, instruction_->GetDexPc(), this);
251 QUICK_ENTRY_POINT(pThrowNullPointer), instruction_, instruction_->GetDexPc(), this);
272 QUICK_ENTRY_POINT(pTestSuspend), instruction_, instruction_->GetDexPc(), this);
366 uint32_t dex_pc = deoptimize->GetDexPc();
    [all...]
stack_map_test.cc 70 ASSERT_EQ(0u, stack_map.GetDexPc(code_info));
166 ASSERT_EQ(0u, stack_map.GetDexPc(code_info));
223 ASSERT_EQ(1u, stack_map.GetDexPc(code_info));
305 ASSERT_EQ(0u, stack_map.GetDexPc(code_info));
495 ASSERT_EQ(0u, stack_map.GetDexPc(code_info));
nodes.cc 194 HBasicBlock* new_block = new (arena_) HBasicBlock(this, successor->GetDexPc());
218 HBasicBlock* pre_header = new (arena_) HBasicBlock(this, header->GetDexPc());
251 HSuspendCheck* check = new (arena_) HSuspendCheck(header->GetDexPc());
931 HBasicBlock* new_block = new (GetGraph()->GetArena()) HBasicBlock(GetGraph(), GetDexPc());
    [all...]
code_generator_x86.cc 55 RecordPcInfo(codegen, instruction_, instruction_->GetDexPc());
70 RecordPcInfo(codegen, instruction_, instruction_->GetDexPc());
121 RecordPcInfo(codegen, instruction_, instruction_->GetDexPc());
142 RecordPcInfo(codegen, instruction_, instruction_->GetDexPc());
183 RecordPcInfo(codegen, instruction_, instruction_->GetDexPc());
316 uint32_t dex_pc = deoptimize->GetDexPc();
    [all...]
intrinsics_arm.cc 105 RecordPcInfo(codegen, invoke_, invoke_->GetDexPc());
    [all...]
intrinsics_x86_64.cc 133 RecordPcInfo(codegen, invoke_, invoke_->GetDexPc());
613 codegen->RecordPcInfo(invoke, invoke->GetDexPc());
    [all...]
code_generator_x86_64.cc 59 RecordPcInfo(codegen, instruction_, instruction_->GetDexPc());
75 RecordPcInfo(codegen, instruction_, instruction_->GetDexPc());
125 RecordPcInfo(codegen, instruction_, instruction_->GetDexPc());
174 RecordPcInfo(codegen, instruction_, instruction_->GetDexPc());
254 RecordPcInfo(codegen, instruction_, instruction_->GetDexPc());
336 uint32_t dex_pc = deoptimize->GetDexPc();
    [all...]
bounds_check_elimination.cc 861 HDeoptimize(cond, suspend_check->GetDexPc());
    [all...]
intrinsics_arm64.cc 114 RecordPcInfo(codegen, invoke_, invoke_->GetDexPc());
    [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc 28 inst->GetDexPc(insns), \
66 uint32_t dex_pc = shadow_frame.GetDexPC();
81 dex_pc = inst->GetDexPc(insns);
174 shadow_frame.GetMethod(), inst->GetDexPc(insns),
186 shadow_frame.GetMethod(), inst->GetDexPc(insns),
199 shadow_frame.GetMethod(), inst->GetDexPc(insns),
211 shadow_frame.GetMethod(), inst->GetDexPc(insns),
243 shadow_frame.GetMethod(), inst->GetDexPc(insns),
    [all...]

Completed in 323 milliseconds

1 2