Home
last modified time | relevance | path

Searched refs:GetDexPc (Results 1 – 25 of 27) sorted by relevance

12

/art/test/004-StackWalk/
Dstack_walk_jni.cc57 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/
Ddex_gc_map.cc30 if (GetDexPc(i) == dex_pc) { in FindBitMap()
39 int mid_pc = GetDexPc(mid); in FindBitMap()
Ddex_gc_map.h56 uint16_t GetDexPc(size_t index) const { in GetDexPc() function
/art/compiler/optimizing/
Dstack_map_test.cc56 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()
Dnodes.h1157 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
Dcode_generator_x86_64.cc745 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()
Dcode_generator_arm.cc862 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()
Dcode_generator_x86.cc803 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/
Dthrow_location.h64 uint32_t GetDexPc() const { in GetDexPc() function
Dcommon_throws.cc368 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()
Dstack_map.h140 uint32_t GetDexPc() const { in GetDexPc() function
270 if (stack_map.GetDexPc() == dex_pc) { in GetStackMapForDexPc()
Dquick_exception_handler.cc87 dex_pc = GetDexPc(); in HandleTryItems()
205 uint32_t dex_pc = GetDexPc(); in HandleDeoptimization()
Dstack.cc105 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()
Dthread.cc899 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()
Ddex_instruction.h520 uint32_t GetDexPc(const uint16_t* insns) const { in GetDexPc() function
Dstack.h535 uint32_t GetDexPc(bool abort_on_failure = true) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dprofiler.cc73 uint32_t dex_pc_ = GetDexPc(); in VisitFrame()
Ddebugger.cc2334 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()
Dmonitor.cc1021 uint32_t dex_pc = stack_visitor->GetDexPc(abort_on_failure); in VisitLocks()
Dinstrumentation.cc386 GetDexPc(), JValue()); in InstrumentationRestoreStack()
/art/compiler/dex/
Dverified_method.cc148 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()
Ddex_to_dex_compiler.cc101 inst = const_cast<Instruction*>(inst->Next()), dex_pc = inst->GetDexPc(insns)) { in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc29 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()
Dinterpreter_common.cc407 uint32_t dex_pc = GetDexPc(); in VisitFrame()
/art/runtime/mirror/
Dclass.cc86 uint32_t old_throw_dex_pc = old_throw_location.GetDexPc(); in SetStatus()

12