Lines Matching refs:GetDexPc
248 uint32_t dex_pc = op->GetDexPc(); in TryDeMorganNegationFactoring()
351 vec_binop->GetDexPc()); in TryCombineVecMultiplyAccumulate()
1011 HAbs* abs = new (allocator) HAbs(type, x, cursor->GetDexPc()); in NewIntegralAbs()
1026 minmax = new (allocator) HMin(type, x, y, cursor->GetDexPc()); in NewIntegralMinMax()
1028 minmax = new (allocator) HMax(type, x, y, cursor->GetDexPc()); in NewIntegralMinMax()
1659 input_other->GetDexPc()); in VisitAnd()
1682 new_type, input_other, instruction->GetDexPc()); in VisitAnd()
2649 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyFP2Int()
2681 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyStringCharAt()
2703 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyStringLength()
2732 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyStringIndexOf()
2953 fmt, num_args, has_fp_args, allocator, invoke->GetDexPc()); in TryReplaceStringBuilderAppend()
3392 z = new (allocator) HSub(type, const3, x, instruction->GetDexPc()); in TrySubtractionChainSimplification()
3394 z = new (allocator) HAdd(type, x, const3, instruction->GetDexPc()); in TrySubtractionChainSimplification()
3439 HBitwiseNegatedRight(op->GetType(), op->GetKind(), hother, src, op->GetDexPc()); in TryMergeNegatedInput()
3471 instruction->GetDexPc()); in TryMergeWithAnd()