Home
last modified time | relevance | path

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

123

/art/test/004-StackWalk/
Dstack_walk_jni.cc50 CHECK_EQ(1U, GetDexPc()); in VisitFrame()
54 CHECK_EQ(5U, GetDexPc()); in VisitFrame()
60 CHECK_EQ(0xcU, GetDexPc()); in VisitFrame()
64 CHECK_EQ(0xcU, GetDexPc()); in VisitFrame()
70 CHECK_EQ(0x380U, GetDexPc()); in VisitFrame()
74 CHECK_EQ(0x380U, GetDexPc()); in VisitFrame()
/art/compiler/optimizing/
Dblock_builder.cc58 DCHECK_EQ(block->GetDexPc(), semantic_dex_pc); in MaybeCreateBlockAt()
249 DCHECK_NE(catch_block->GetDexPc(), kNoDexPc) << "Should not be called on synthetic blocks"; in MightHaveLiveNormalPredecessors()
258 const Instruction& first = code_item_accessor_.InstructionAt(catch_block->GetDexPc()); in MightHaveLiveNormalPredecessors()
288 if (block->GetDexPc() == kNoDexPc) { in InsertTryBoundaryBlocks()
298 const dex::TryItem* try_item = code_item_accessor_.FindTryItem(block->GetDexPc()); in InsertTryBoundaryBlocks()
366 HTryBoundary::BoundaryKind::kEntry, try_block->GetDexPc()); in InsertTryBoundaryBlocks()
394 new (allocator_) HTryBoundary(HTryBoundary::BoundaryKind::kExit, successor->GetDexPc()); in InsertTryBoundaryBlocks()
411 CHECK_NE(kNoDexPc, block->GetDexPc()); in InsertSynthesizedLoopsForOsr()
420 CHECK_NE(kNoDexPc, block->GetDexPc()); in InsertSynthesizedLoopsForOsr()
430 HBasicBlock* loop_block = new (allocator_) HBasicBlock(graph_, block->GetDexPc()); in InsertSynthesizedLoopsForOsr()
Dnodes.cc350 HBasicBlock* new_block = new (allocator_) HBasicBlock(this, successor->GetDexPc()); in SplitEdge()
362 new_block->AddInstruction(new (allocator_) HGoto(successor->GetDexPc())); in SplitCriticalEdge()
448 HBasicBlock* preheader = new (allocator_) HBasicBlock(this, header->GetDexPc()); in TransformLoopToSinglePreheaderFormat()
450 preheader->AddInstruction(new (allocator_) HGoto(header->GetDexPc())); in TransformLoopToSinglePreheaderFormat()
681 entry_block_->GetDexPc()); in GetCurrentMethod()
1554 return graph->GetIntConstant(static_cast<int8_t>(value), GetDexPc()); in TryStaticEvaluation()
1556 return graph->GetIntConstant(static_cast<uint8_t>(value), GetDexPc()); in TryStaticEvaluation()
1558 return graph->GetIntConstant(static_cast<int16_t>(value), GetDexPc()); in TryStaticEvaluation()
1560 return graph->GetIntConstant(static_cast<uint16_t>(value), GetDexPc()); in TryStaticEvaluation()
1562 return graph->GetLongConstant(static_cast<int64_t>(value), GetDexPc()); in TryStaticEvaluation()
[all …]
Dstack_map_test.cc76 ASSERT_EQ(0u, stack_map.GetDexPc()); in TEST()
164 ASSERT_EQ(0u, stack_map.GetDexPc()); in TEST()
192 ASSERT_EQ(3u, inline_infos[0].GetDexPc()); in TEST()
193 ASSERT_EQ(2u, inline_infos[1].GetDexPc()); in TEST()
203 ASSERT_EQ(1u, stack_map.GetDexPc()); in TEST()
236 ASSERT_EQ(2u, stack_map.GetDexPc()); in TEST()
269 ASSERT_EQ(3u, stack_map.GetDexPc()); in TEST()
334 ASSERT_EQ(0u, stack_map.GetDexPc()); in TEST()
387 ASSERT_EQ(0u, stack_map.GetDexPc()); in TEST()
494 ASSERT_EQ(0u, stack_map.GetDexPc()); in TEST()
[all …]
Dinstruction_simplifier_x86_shared.cc47 instruction->GetDexPc()); in TryCombineAndNot()
81 type, HInstruction::kAnd, other, instruction->GetDexPc()); in TryGenerateResetLeastSetBit()
114 type, HInstruction::kXor, other, instruction->GetDexPc()); in TryGenerateMaskUptoLeastSetBit()
Dnodes_x86.h146 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
150 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
194 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
197 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
Dprepare_for_register_allocation.cc268 if (user->GetDexPc() != input->GetDexPc()) { in CanMoveClinitCheck()
282 if (user_environment->GetDexPc() != input_environment->GetDexPc() || in CanMoveClinitCheck()
Dnodes.h1126 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function
2001 to_copy.GetDexPc(), in HEnvironment()
2056 uint32_t GetDexPc() const { in GetDexPc() function
2179 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function
3781 return MakeConstantCondition(true, GetDexPc()); in Evaluate()
3784 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
3791 GetDexPc()); in Evaluate()
3794 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3797 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3828 return MakeConstantCondition(false, GetDexPc()); in Evaluate()
[all …]
Dcode_generator.cc363 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path); in GenerateSlowPaths()
411 MaybeRecordNativeDebugInfo(/* instruction= */ nullptr, block->GetDexPc()); in Compile()
418 MaybeRecordNativeDebugInfo(current, block->GetDexPc()); in Compile()
602 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), slow_path); in GenerateInvokeStaticOrDirectRuntimeCall()
630 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), nullptr); in GenerateInvokeUnresolvedRuntimeCall()
638 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), nullptr); in GenerateInvokePolymorphicCall()
644 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), nullptr); in GenerateInvokeCustomCall()
842 InvokeRuntime(kQuickResolveTypeAndVerifyAccess, cls, cls->GetDexPc()); in GenerateLoadClassRuntimeCall()
845 InvokeRuntime(kQuickResolveType, cls, cls->GetDexPc()); in GenerateLoadClassRuntimeCall()
866 InvokeRuntime(kQuickResolveMethodHandle, method_handle, method_handle->GetDexPc()); in GenerateLoadMethodHandleRuntimeCall()
[all …]
Dpc_relative_fixups_x86.cc138 neg->GetDexPc()); in VisitNeg()
158 switch_insn->GetDexPc()); in VisitPackedSwitch()
Dnodes_shared.h102 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
106 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
Dinliner.cc694 *profiling_info->GetInlineCache(invoke_instruction->GetDexPc()), in GetInlineCacheJIT()
734 const auto it = offline_profile.inline_caches->find(invoke_instruction->GetDexPc()); in ExtractClassesFromOfflineProfile()
945 class_linker, receiver, invoke_instruction->GetDexPc()); in AddTypeGuard()
972 invoke_instruction->GetDexPc(), in AddTypeGuard()
999 invoke_instruction->GetDexPc()); in AddTypeGuard()
1110 uint32_t dex_pc = invoke_instruction->GetDexPc(); in CreateDiamondPatternForPolymorphicInline()
1243 class_linker, receiver, invoke_instruction->GetDexPc()); in TryInlinePolymorphicCallToSameTarget()
1254 invoke_instruction->GetDexPc()); in TryInlinePolymorphicCallToSameTarget()
1259 reinterpret_cast<intptr_t>(actual_method), invoke_instruction->GetDexPc()); in TryInlinePolymorphicCallToSameTarget()
1262 reinterpret_cast<intptr_t>(actual_method), invoke_instruction->GetDexPc()); in TryInlinePolymorphicCallToSameTarget()
[all …]
Dinstruction_simplifier_shared.cc80 mul->GetType(), op_kind, input_a, input_a, input_b, mul->GetDexPc()); in TrySimpleMultiplyAccumulatePatterns()
220 HBitwiseNegatedRight(op->GetType(), op->GetKind(), hother, src, op->GetDexPc()); in TryMergeNegatedInput()
Dinstruction_simplifier.cc240 uint32_t dex_pc = op->GetDexPc(); in TryDeMorganNegationFactoring()
329 binop->GetDexPc()); in TryCombineVecMultiplyAccumulate()
852 HAbs* abs = new (allocator) HAbs(type, x, cursor->GetDexPc()); in NewIntegralAbs()
867 minmax = new (allocator) HMin(type, x, y, cursor->GetDexPc()); in NewIntegralMinMax()
869 minmax = new (allocator) HMax(type, x, y, cursor->GetDexPc()); in NewIntegralMinMax()
1428 input_other->GetDexPc()); in VisitAnd()
1451 new_type, input_other, instruction->GetDexPc()); in VisitAnd()
2320 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyFP2Int()
2352 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyStringCharAt()
2374 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyStringLength()
[all …]
Dssa_builder.cc303 aget->GetDexPc()); in CreateFloatOrDoubleEquivalentOfArrayGet()
335 << aget_int->GetDexPc(); in FixAmbiguousArrayOps()
377 << aset->GetDexPc(); in FixAmbiguousArrayOps()
Dcha_guard_optimization.cc206 GetGraph()->GetAllocator(), compare, DeoptimizationKind::kCHA, suspend->GetDexPc()); in HoistGuard()
Dstack_map_stream.cc138 CHECK_EQ(stack_map.GetDexPc(), dex_pc); in BeginStackMapEntry()
215 CHECK_EQ(inline_info.GetDexPc(), dex_pc); in BeginInlineInfoEntry()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc164 uint32_t dex_pc = inline_infos.empty() ? stack_map.GetDexPc() : inline_infos.back().GetDexPc(); in artCriticalNativeFrameSize()
/art/runtime/
Doat_quick_method_header.cc46 return stack_map.GetDexPc(); in ToDexPc()
Dcheck_reference_map_visitor.h40 CHECK_EQ(GetDexPc(), dex::kDexNoIndex); in VisitFrame()
Dstack_map.h389 if (stack_map.GetDexPc() == dex_pc && stack_map.GetKind() != StackMap::Kind::Debug) { in GetStackMapForDexPc()
400 if (stack_map.GetDexPc() == dex_pc && stack_map.GetKind() == StackMap::Kind::Catch) { in GetCatchStackMapForDexPc()
409 if (stack_map.GetDexPc() == dex_pc && stack_map.GetKind() == StackMap::Kind::OSR) { in GetOsrStackMapForDexPc()
Dstack.cc119 uint32_t StackVisitor::GetDexPc(bool abort_on_failure) const { in GetDexPc() function in art::StackVisitor
124 return current_inline_frames_.back().GetDexPc(); in GetDexPc()
133 return stack_map->GetDexPc(); in GetDexPc()
482 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc()); in PrepareSetVReg()
613 next_dex_pc_ = GetDexPc(); in GetNextMethodAndDexPc()
656 result += StringPrintf("' at dex PC 0x%04x", GetDexPc()); in DescribeLocation()
Dquick_exception_handler.cc106 dex_pc = GetDexPc(); in HandleTryItems()
288 << ", dex_pc=" << stack_visitor->GetDexPc() << ", " in SetCatchEnvironmentForOptimizedHandler()
385 new_frame = ShadowFrame::CreateDeoptimizedFrame(num_regs, nullptr, method, GetDexPc()); in VisitFrame()
/art/runtime/gc/
Dallocation_record.h57 uint32_t GetDexPc() const { in GetDexPc() function
128 AllocRecordStackTrace::kHashMultiplier + std::hash<uint32_t>()(r.GetDexPc()); in operator()
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc123 uint32_t dex_pc = visitor.GetDexPc(); in artThrowClassCastException()

123