/art/compiler/optimizing/ |
D | nodes_vector_test.cc | 136 HVecOperation* v1 = new (GetAllocator()) in TEST_F() local 206 HVecLoad* v1 = new (GetAllocator()) HVecLoad(GetAllocator(), in TEST_F() local 261 HVecStore* v1 = new (GetAllocator()) HVecStore( in TEST_F() local 303 HVecHalvingAdd* v1 = new (GetAllocator()) HVecHalvingAdd( in TEST_F() local 365 HVecMultiplyAccumulate* v1 = new (GetAllocator()) HVecMultiplyAccumulate( in TEST_F() local 393 HVecReduce* v1 = new (GetAllocator()) HVecReduce( in TEST_F() local
|
D | induction_var_range_test.cc | 44 void ExpectEqual(Value v1, Value v2) { in ExpectEqual() 345 Value AddValue(Value v1, Value v2) { return range_.AddValue(v1, v2); } in AddValue() 346 Value SubValue(Value v1, Value v2) { return range_.SubValue(v1, v2); } in SubValue() 347 Value MulValue(Value v1, Value v2) { return range_.MulValue(v1, v2); } in MulValue() 348 Value DivValue(Value v1, Value v2) { return range_.DivValue(v1, v2); } in DivValue() 349 Value MinValue(Value v1, Value v2) { return range_.MergeVal(v1, v2, true); } in MinValue() 350 Value MaxValue(Value v1, Value v2) { return range_.MergeVal(v1, v2, false); } in MaxValue() 979 Value v1, v2; in TEST_F() local 1033 Value v1, v2; in TEST_F() local 1092 Value v1, v2; in TEST_F() local [all …]
|
D | induction_var_range.cc | 922 int64_t v1 = 0; in GetRem() local 941 int64_t v1 = 0; in GetXor() local 982 InductionVarRange::Value InductionVarRange::AddValue(Value v1, Value v2) const { in AddValue() 996 InductionVarRange::Value InductionVarRange::SubValue(Value v1, Value v2) const { in SubValue() 1010 InductionVarRange::Value InductionVarRange::MulValue(Value v1, Value v2) const { in MulValue() 1025 InductionVarRange::Value InductionVarRange::DivValue(Value v1, Value v2) const { in DivValue() 1034 InductionVarRange::Value InductionVarRange::MergeVal(Value v1, Value v2, bool is_min) const { in MergeVal()
|
D | load_store_analysis_test.cc | 346 HVecOperation* v1 = new (GetAllocator()) HVecReplicateScalar(GetAllocator(), in TEST_F() local
|
D | bounds_check_elimination.cc | 1505 InductionVarRange::Value v1; in InductionRangeFitsIn() local
|
/art/test/123-compiler-regressions-mt/src/ |
D | Main.java | 73 int v1 = vs1[0]; in thread2() local 113 int v1 = vs1[0]; in thread2() local
|
/art/test/646-checker-simd-hadd/src/ |
D | HaddShort.java | 158 int v1 = b1[i] & 0xffff; in halving_add_unsigned() local 375 int v1 = b1[i] & 0xffff; in rounding_halving_add_unsigned() local 430 int v1 = b1[i] & 0xffff; in rounding_halving_add_unsigned_alt() local
|
D | HaddAltShort.java | 115 int v1 = b1[i] & 0xffff; in halving_add_unsigned() local 207 int v1 = b1[i] & 0xffff; in rounding_halving_add_unsigned() local
|
/art/test/952-invoke-custom/src/ |
D | TestLinkerMethodMultipleArgumentTypes.java | 82 int v1, in linkerMethod()
|
D | TestLinkerMethodWithRange.java | 81 int v1, in primLinkerMethod()
|
/art/test/671-npe-field-opts/src/ |
D | Main.java | 44 int v1 = obj.intField; in $noinline$foo() local
|
/art/runtime/native/ |
D | libcore_io_Memory.cc | 89 jint v1 = get_unaligned<jint>(src++); in swapLongs() local
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 358 uint32_t v1, v2; in DecodeTuple() local 376 uint32_t v1, v2, v3; in DecodeTuple() local
|
/art/test/458-checker-instruct-simplification/src/ |
D | Main.java | 2564 int v1 = b & 0xff; in $noinline$getUint8FromInstanceByteFieldWithAnotherUse() local 2738 int v1 = value & 0xff00; in $noinline$redundantAndOtherUse() local
|
/art/test/083-compiler-regressions/src/ |
D | Main.java | 991 int v1 = B16177324Values.values[0]; // Null-check on array element access. in b16177324Test() local
|