Lines Matching refs:GetDexPc
233 uint32_t dex_pc = op->GetDexPc(); in TryDeMorganNegationFactoring()
333 binop->GetDexPc()); in TryCombineVecMultiplyAccumulate()
856 HAbs* abs = new (allocator) HAbs(type, x, cursor->GetDexPc()); in NewIntegralAbs()
871 minmax = new (allocator) HMin(type, x, y, cursor->GetDexPc()); in NewIntegralMinMax()
873 minmax = new (allocator) HMax(type, x, y, cursor->GetDexPc()); in NewIntegralMinMax()
1432 input_other->GetDexPc()); in VisitAnd()
1455 new_type, input_other, instruction->GetDexPc()); in VisitAnd()
2289 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyCompare()
2306 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyIsNaN()
2316 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyFP2Int()
2348 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyStringCharAt()
2370 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyStringIsEmptyOrLength()
2410 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyStringIndexOf()
2489 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyMemBarrier()
2498 HMin(type, invoke->InputAt(0), invoke->InputAt(1), invoke->GetDexPc()); in SimplifyMin()
2505 HMax(type, invoke->InputAt(0), invoke->InputAt(1), invoke->GetDexPc()); in SimplifyMax()
2512 HAbs(type, invoke->InputAt(0), invoke->GetDexPc()); in SimplifyAbs()
2795 z = new (allocator) HSub(type, const3, x, instruction->GetDexPc()); in TrySubtractionChainSimplification()
2797 z = new (allocator) HAdd(type, x, const3, instruction->GetDexPc()); in TrySubtractionChainSimplification()