Lines Matching refs:GetDexPc
242 uint32_t dex_pc = op->GetDexPc(); in TryDeMorganNegationFactoring()
345 vec_binop->GetDexPc()); in TryCombineVecMultiplyAccumulate()
880 HAbs* abs = new (allocator) HAbs(type, x, cursor->GetDexPc()); in NewIntegralAbs()
895 minmax = new (allocator) HMin(type, x, y, cursor->GetDexPc()); in NewIntegralMinMax()
897 minmax = new (allocator) HMax(type, x, y, cursor->GetDexPc()); in NewIntegralMinMax()
967 pred_get->GetDexPc()); in VisitPredicatedInstanceFieldGet()
1520 input_other->GetDexPc()); in VisitAnd()
1543 new_type, input_other, instruction->GetDexPc()); in VisitAnd()
2416 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyFP2Int()
2448 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyStringCharAt()
2470 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyStringLength()
2499 uint32_t dex_pc = invoke->GetDexPc(); in SimplifyStringIndexOf()
2715 new (allocator) HStringBuilderAppend(fmt, num_args, allocator, invoke->GetDexPc()); in TryReplaceStringBuilderAppend()
3002 z = new (allocator) HSub(type, const3, x, instruction->GetDexPc()); in TrySubtractionChainSimplification()
3004 z = new (allocator) HAdd(type, x, const3, instruction->GetDexPc()); in TrySubtractionChainSimplification()