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

1 2 3

  /art/test/004-StackWalk/
stack_walk_jni.cc 48 CHECK_EQ(1U, GetDexPc());
52 CHECK_EQ(5U, GetDexPc());
57 CHECK_EQ(0xdU, GetDexPc());
61 CHECK_EQ(0xdU, GetDexPc());
66 CHECK_EQ(0x393U, GetDexPc());
70 CHECK_EQ(0x393U, GetDexPc());
  /art/compiler/optimizing/
block_builder.cc 34 DCHECK_EQ(block->GetDexPc(), semantic_dex_pc);
213 DCHECK_NE(catch_block->GetDexPc(), kNoDexPc) << "Should not be called on synthetic blocks";
222 const Instruction& first = GetDexInstructionAt(code_item_, catch_block->GetDexPc());
252 if (block->GetDexPc() == kNoDexPc) {
262 const int32_t try_item_idx = DexFile::FindTryItem(code_item_, block->GetDexPc());
320 new (arena_) HTryBoundary(HTryBoundary::BoundaryKind::kEntry, try_block->GetDexPc());
346 new (arena_) HTryBoundary(HTryBoundary::BoundaryKind::kExit, successor->GetDexPc());
nodes.cc 312 HBasicBlock* new_block = new (arena_) HBasicBlock(this, successor->GetDexPc());
324 new_block->AddInstruction(new (arena_) HGoto(successor->GetDexPc()));
344 HBasicBlock* pre_header = new (arena_) HBasicBlock(this, header->GetDexPc());
346 pre_header->AddInstruction(new (arena_) HGoto(header->GetDexPc()));
526 entry_block_->GetDexPc());
    [all...]
nodes_shared.h 88 Compute(x->GetValue(), y->GetValue()), GetDexPc());
92 Compute(x->GetValue(), y->GetValue()), GetDexPc());
intrinsics_utils.h 63 codegen->RecordPcInfo(invoke_, invoke_->GetDexPc(), this);
prepare_for_register_allocation.cc 199 if (user->GetDexPc() != input->GetDexPc()) {
213 if (user_environment->GetDexPc() != input_environment->GetDexPc() ||
instruction_simplifier_shared.cc 78 mul->GetType(), op_kind, input_a, input_a, input_b, mul->GetDexPc());
218 HBitwiseNegatedRight(op->GetType(), op->GetKind(), hother, src, op->GetDexPc());
nodes.h 883 uint32_t GetDexPc() const { return dex_pc_; }
    [all...]
pc_relative_fixups_x86.cc 133 neg->GetDexPc());
153 switch_insn->GetDexPc());
inliner.cc 310 const InlineCache& ic = *profiling_info->GetInlineCache(invoke_instruction->GetDexPc());
432 class_linker, receiver, invoke_instruction->GetDexPc());
441 invoke_instruction->GetDexPc(),
456 compare, invoke_instruction->GetDexPc());
553 uint32_t dex_pc = invoke_instruction->GetDexPc();
686 class_linker, receiver, invoke_instruction->GetDexPc());
697 invoke_instruction->GetDexPc());
702 reinterpret_cast<intptr_t>(actual_method), invoke_instruction->GetDexPc());
705 reinterpret_cast<intptr_t>(actual_method), invoke_instruction->GetDexPc());
722 compare, invoke_instruction->GetDexPc());
    [all...]
code_generator.cc 197 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path);
232 MaybeRecordNativeDebugInfo(nullptr /* instruction */, block->GetDexPc());
239 MaybeRecordNativeDebugInfo(current, block->GetDexPc());
353 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), nullptr);
634 if (loop_headers[i]->GetDexPc() == dex_pc) {
732 outer_dex_pc = environment->GetDexPc();
    [all...]
select_generator.cc 123 if_instruction->GetDexPc());
stack_map_test.cc 79 ASSERT_EQ(0u, stack_map.GetDexPc(encoding.stack_map_encoding));
193 ASSERT_EQ(0u, stack_map.GetDexPc(encoding.stack_map_encoding));
254 ASSERT_EQ(1u, stack_map.GetDexPc(encoding.stack_map_encoding));
308 ASSERT_EQ(2u, stack_map.GetDexPc(encoding.stack_map_encoding));
362 ASSERT_EQ(3u, stack_map.GetDexPc(encoding.stack_map_encoding));
444 ASSERT_EQ(0u, stack_map.GetDexPc(encoding.stack_map_encoding));
643 ASSERT_EQ(0u, stack_map.GetDexPc(encoding.stack_map_encoding));
653 ASSERT_EQ(1u, stack_map.GetDexPc(encoding.stack_map_encoding));
    [all...]
code_generator_mips.cc 170 instruction_->GetDexPc(),
197 instruction_->GetDexPc(),
291 instruction_->GetDexPc(),
323 instruction_->GetDexPc(),
348 instruction_->GetDexPc(),
384 uint32_t dex_pc = instruction_->GetDexPc();
444 instruction_->GetDexPc(),
    [all...]
code_generator_mips64.cc 131 instruction_->GetDexPc(),
157 instruction_->GetDexPc(),
246 instruction_->GetDexPc(),
277 instruction_->GetDexPc(),
301 instruction_->GetDexPc(),
336 uint32_t dex_pc = instruction_->GetDexPc();
391 instruction_->GetDexPc(),
    [all...]
code_generator.h 113 uint32_t GetDexPc() const {
114 return instruction_ != nullptr ? instruction_->GetDexPc() : kNoDexPc;
719 const uint32_t dex_pc = instruction->GetDexPc();
instruction_simplifier_arm64.cc 141 use->GetDexPc());
sharpening.cc 69 invoke->GetDexPc(),
  /art/compiler/dex/
verified_method.cc 97 uint32_t dex_pc = inst->GetDexPc(insns);
111 uint32_t dex_pc = inst->GetDexPc(insns);
150 uint32_t dex_pc = inst->GetDexPc(insns);
221 uint32_t dex_pc = inst->GetDexPc(code_item->insns_);
  /art/runtime/
oat_quick_method_header.cc 47 return stack_map.GetDexPc(encoding.stack_map_encoding);
check_reference_map_visitor.h 37 CHECK_EQ(GetDexPc(), DexFile::kDexNoIndex);
stack.cc 151 uint32_t StackVisitor::GetDexPc(bool abort_on_failure) const {
153 return cur_shadow_frame_->GetDexPC();
435 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc());
471 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc());
561 next_dex_pc_ = GetDexPc();
604 result += StringPrintf("' at dex PC 0x%04x", GetDexPc());
    [all...]
quick_exception_handler.cc 101 dex_pc = GetDexPc();
263 << "dex_pc=" << stack_visitor->GetDexPc() << ", "
339 new_frame = ShadowFrame::CreateDeoptimizedFrame(num_regs, nullptr, method, GetDexPc());
  /art/runtime/gc/
allocation_record.h 56 uint32_t GetDexPc() const {
127 AllocRecordStackTrace::kHashMultiplier + std::hash<uint32_t>()(r.GetDexPc());
  /art/compiler/debug/
elf_debug_line_writer.h 107 const int32_t dex = stack_map.GetDexPc(encoding.stack_map_encoding);

Completed in 2742 milliseconds

1 2 3