/art/test/004-StackWalk/ |
D | stack_walk_jni.cc | 57 CHECK_EQ(GetDexPc(), DexFile::kDexNoIndex); in VisitFrame() 72 CHECK_EQ(1U, GetDexPc()); in VisitFrame() 76 CHECK_EQ(5U, GetDexPc()); in VisitFrame() 81 CHECK_EQ(0xcU, GetDexPc()); in VisitFrame() 85 CHECK_EQ(0xcU, GetDexPc()); in VisitFrame() 90 CHECK_EQ(0x380U, GetDexPc()); in VisitFrame() 94 CHECK_EQ(0x380U, GetDexPc()); in VisitFrame()
|
/art/runtime/verifier/ |
D | dex_gc_map.cc | 30 if (GetDexPc(i) == dex_pc) { in FindBitMap() 39 int mid_pc = GetDexPc(mid); in FindBitMap()
|
D | dex_gc_map.h | 56 uint16_t GetDexPc(size_t index) const { in GetDexPc() function
|
/art/compiler/optimizing/ |
D | stack_map_test.cc | 56 ASSERT_EQ(0u, stack_map.GetDexPc()); in TEST() 103 ASSERT_EQ(0u, stack_map.GetDexPc()); in TEST() 124 ASSERT_EQ(1u, stack_map.GetDexPc()); in TEST()
|
D | nodes.h | 1157 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function 1193 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function 1314 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function 1405 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function 1438 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function
|
D | code_generator_x86_64.cc | 745 codegen_->RecordPcInfo(invoke->GetDexPc()); in VisitInvokeStatic() 896 codegen_->RecordPcInfo(instruction->GetDexPc()); in VisitNewInstance() 1063 new (GetGraph()->GetArena()) NullCheckSlowPathX86_64(instruction->GetDexPc()); in VisitNullCheck() 1241 codegen_->RecordPcInfo(instruction->GetDexPc()); in VisitArraySet() 1293 instruction->GetDexPc(), locations->InAt(0), locations->InAt(1)); in VisitBoundsCheck()
|
D | code_generator_arm.cc | 862 codegen_->RecordPcInfo(invoke->GetDexPc()); in VisitInvokeStatic() 1006 codegen_->RecordPcInfo(instruction->GetDexPc()); in VisitNewInstance() 1226 new (GetGraph()->GetArena()) NullCheckSlowPathARM(instruction->GetDexPc()); in VisitNullCheck() 1411 codegen_->RecordPcInfo(instruction->GetDexPc()); in VisitArraySet() 1465 instruction->GetDexPc(), locations->InAt(0), locations->InAt(1)); in VisitBoundsCheck()
|
D | code_generator_x86.cc | 803 codegen_->RecordPcInfo(invoke->GetDexPc()); in VisitInvokeStatic() 970 codegen_->RecordPcInfo(instruction->GetDexPc()); in VisitNewInstance() 1218 new (GetGraph()->GetArena()) NullCheckSlowPathX86(instruction->GetDexPc()); in VisitNullCheck() 1405 codegen_->RecordPcInfo(instruction->GetDexPc()); in VisitArraySet() 1461 instruction->GetDexPc(), locations->InAt(0), locations->InAt(1)); in VisitBoundsCheck()
|
/art/runtime/ |
D | throw_location.h | 64 uint32_t GetDexPc() const { in GetDexPc() function
|
D | common_throws.cc | 368 uint32_t throw_dex_pc = throw_location.GetDexPc(); in ThrowNullPointerExceptionFromDexPC() 396 throw_location.GetDexPc()); in ThrowNullPointerExceptionFromDexPC() 427 throw_location.GetDexPc()); in ThrowNullPointerExceptionFromDexPC() 458 throw_location.GetDexPc()); in ThrowNullPointerExceptionFromDexPC()
|
D | stack_map.h | 140 uint32_t GetDexPc() const { in GetDexPc() function 270 if (stack_map.GetDexPc() == dex_pc) { in GetStackMapForDexPc()
|
D | quick_exception_handler.cc | 87 dex_pc = GetDexPc(); in HandleTryItems() 205 uint32_t dex_pc = GetDexPc(); in HandleDeoptimization()
|
D | stack.cc | 105 uint32_t StackVisitor::GetDexPc(bool abort_on_failure) const { in GetDexPc() function in art::StackVisitor 443 next_dex_pc_ = GetDexPc(); in GetNextMethodAndDexPc() 486 result += StringPrintf("' at dex PC 0x%04x", GetDexPc()); in DescribeLocation()
|
D | thread.cc | 899 line_number = dex_file.GetLineNumFromPC(m, GetDexPc(false)); in VisitFrame() 1007 throw_location_dex_pc = exc_location.GetDexPc(); in DumpJavaStack() 1504 m->IsProxyMethod() ? DexFile::kDexNoIndex : GetDexPc()); in VisitFrame() 1701 throw_location.GetDexPc()); in ThrowNewWrappedException() 1754 throw_location.GetDexPc()); in ThrowNewWrappedException() 1772 throw_location.GetDexPc()); in ThrowNewWrappedException() 2000 dex_pc_ = GetDexPc(abort_on_error_); in VisitFrame() 2044 << StringPrintf("@ PC:%04x", GetDexPc()); in VisitFrame()
|
D | dex_instruction.h | 520 uint32_t GetDexPc(const uint16_t* insns) const { in GetDexPc() function
|
D | stack.h | 535 uint32_t GetDexPc(bool abort_on_failure = true) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | profiler.cc | 73 uint32_t dex_pc_ = GetDexPc(); in VisitFrame()
|
D | debugger.cc | 2334 SetJdwpLocation(&location, GetMethod(), GetDexPc()); in GetThreadFrames() 2855 …SetEventLocation(&exception_throw_location, throw_location.GetMethod(), throw_location.GetDexPc()); in PostException() 3443 *line_number_ = dex_file.GetLineNumFromPC(m, GetDexPc()); in ConfigureStep() 3790 old_throw_dex_pc = old_throw_location.GetDexPc(); in ExecuteMethod() 4547 record->StackElement(depth)->SetDexPc(GetDexPc()); in VisitFrame()
|
D | monitor.cc | 1021 uint32_t dex_pc = stack_visitor->GetDexPc(abort_on_failure); in VisitLocks()
|
D | instrumentation.cc | 386 GetDexPc(), JValue()); in InstrumentationRestoreStack()
|
/art/compiler/dex/ |
D | verified_method.cc | 148 DCHECK_EQ(map.GetDexPc(map_index), i); in VerifyGcMap() 214 uint32_t dex_pc = inst->GetDexPc(insns); in GenerateDevirtMap() 282 uint32_t dex_pc = inst->GetDexPc(code_item->insns_); in GenerateSafeCastSet()
|
D | dex_to_dex_compiler.cc | 101 inst = const_cast<Instruction*>(inst->Next()), dex_pc = inst->GetDexPc(insns)) { in Compile()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 29 inst->GetDexPc(insns), \ 87 dex_pc = inst->GetDexPc(insns); in ExecuteSwitchImpl() 187 shadow_frame.GetMethod(), inst->GetDexPc(insns), in ExecuteSwitchImpl() 203 shadow_frame.GetMethod(), inst->GetDexPc(insns), in ExecuteSwitchImpl() 220 shadow_frame.GetMethod(), inst->GetDexPc(insns), in ExecuteSwitchImpl() 236 shadow_frame.GetMethod(), inst->GetDexPc(insns), in ExecuteSwitchImpl() 275 shadow_frame.GetMethod(), inst->GetDexPc(insns), in ExecuteSwitchImpl()
|
D | interpreter_common.cc | 407 uint32_t dex_pc = GetDexPc(); in VisitFrame()
|
/art/runtime/mirror/ |
D | class.cc | 86 uint32_t old_throw_dex_pc = old_throw_location.GetDexPc(); in SetStatus()
|