/art/compiler/optimizing/ |
D | nodes_vector_test.cc | 137 HVecOperation* v2 = new (GetAllocator()) in TEST_F() local 213 HVecLoad* v2 = new (GetAllocator()) HVecLoad(GetAllocator(), in TEST_F() local 304 HVecHalvingAdd* v2 = new (GetAllocator()) HVecHalvingAdd( in TEST_F() local 366 HVecMultiplyAccumulate* v2 = new (GetAllocator()) HVecMultiplyAccumulate( in TEST_F() local 394 HVecReduce* v2 = new (GetAllocator()) HVecReduce( in TEST_F() local
|
D | induction_var_range_test.cc | 43 void ExpectEqual(Value v1, Value v2) { in ExpectEqual() 297 Value AddValue(Value v1, Value v2) { return range_.AddValue(v1, v2); } in AddValue() 298 Value SubValue(Value v1, Value v2) { return range_.SubValue(v1, v2); } in SubValue() 299 Value MulValue(Value v1, Value v2) { return range_.MulValue(v1, v2); } in MulValue() 300 Value DivValue(Value v1, Value v2) { return range_.DivValue(v1, v2); } in DivValue() 301 Value MinValue(Value v1, Value v2) { return range_.MergeVal(v1, v2, true); } in MinValue() 302 Value MaxValue(Value v1, Value v2) { return range_.MergeVal(v1, v2, false); } in MaxValue() 758 Value v1, v2; in TEST_F() local 810 Value v1, v2; in TEST_F() local 869 Value v1, v2; in TEST_F() local [all …]
|
D | induction_var_range.cc | 855 int64_t v2 = 0; in GetRem() local 870 int64_t v2 = 0; in GetXor() local 959 InductionVarRange::Value InductionVarRange::MergeVal(Value v1, Value v2, bool is_min) const { in MergeVal()
|
D | load_store_analysis_test.cc | 314 HVecOperation* v2 = new (GetAllocator()) HVecReplicateScalar(GetAllocator(), in TEST_F() local
|
D | bounds_check_elimination.cc | 1393 InductionVarRange::Value v2; in InductionRangeFitsIn() local
|
/art/test/123-compiler-regressions-mt/src/ |
D | Main.java | 74 int v2 = vs2[0]; in thread2() local 114 int v2 = vs2[0]; in thread2() local
|
/art/test/646-checker-hadd-short/src/ |
D | Main.java | 114 int v2 = b2[i] & 0xffff; in halving_add_unsigned() local 256 int v2 = b2[i] & 0xffff; in rounding_halving_add_unsigned() local 296 int v2 = b2[i] & 0xffff; in rounding_halving_add_unsigned_alt() local
|
/art/test/646-checker-hadd-alt-short/src/ |
D | Main.java | 86 int v2 = b2[i] & 0xffff; in halving_add_unsigned() local 148 int v2 = b2[i] & 0xffff; in rounding_halving_add_unsigned() local
|
/art/compiler/utils/ |
D | swap_space_test.cc | 51 SwapVector<int32_t> v2(alloc); in SwapTest() local
|
/art/test/952-invoke-custom/src/ |
D | TestLinkerMethodMultipleArgumentTypes.java | 83 int v2, in linkerMethod()
|
/art/test/671-npe-field-opts/src/ |
D | Main.java | 45 float v2 = obj.floatField; in $noinline$foo() local
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 628 T2 v2 = Decode<T2>(DecodeUint32WithOverflowCheck(in, end)); in DecodeTuple() local 642 T2 v2 = Decode<T2>(DecodeUint32WithOverflowCheck(in, end)); in DecodeTuple() local
|
/art/test/458-checker-instruct-simplification/src/ |
D | Main.java | 2377 int v2 = (b << 8); in $noinline$getUint8FromInstanceByteFieldWithAnotherUse() local
|
/art/test/083-compiler-regressions/src/ |
D | Main.java | 992 int v2 = B16177324ValuesKiller.values[0]; // clinit<>() sets B16177324Values.values to null. in b16177324Test() local
|