/art/compiler/optimizing/ |
D | nodes_vector_test.cc | 135 HVecOperation* v1 = new (GetAllocator()) in TEST_F() local 205 HVecLoad* v1 = new (GetAllocator()) HVecLoad(GetAllocator(), in TEST_F() local 260 HVecStore* v1 = new (GetAllocator()) HVecStore( in TEST_F() local 302 HVecHalvingAdd* v1 = new (GetAllocator()) HVecHalvingAdd( in TEST_F() local 364 HVecMultiplyAccumulate* v1 = new (GetAllocator()) HVecMultiplyAccumulate( in TEST_F() local 392 HVecReduce* v1 = 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 | 854 int64_t v1 = 0; in GetRem() local 869 int64_t v1 = 0; in GetXor() local 907 InductionVarRange::Value InductionVarRange::AddValue(Value v1, Value v2) const { in AddValue() 921 InductionVarRange::Value InductionVarRange::SubValue(Value v1, Value v2) const { in SubValue() 935 InductionVarRange::Value InductionVarRange::MulValue(Value v1, Value v2) const { in MulValue() 950 InductionVarRange::Value InductionVarRange::DivValue(Value v1, Value v2) const { in DivValue() 959 InductionVarRange::Value InductionVarRange::MergeVal(Value v1, Value v2, bool is_min) const { in MergeVal()
|
D | load_store_analysis_test.cc | 309 HVecOperation* v1 = new (GetAllocator()) HVecReplicateScalar(GetAllocator(), in TEST_F() local
|
D | bounds_check_elimination.cc | 1392 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-hadd-short/src/ |
D | Main.java | 113 int v1 = b1[i] & 0xffff; in halving_add_unsigned() local 255 int v1 = b1[i] & 0xffff; in rounding_halving_add_unsigned() local 295 int v1 = b1[i] & 0xffff; in rounding_halving_add_unsigned_alt() local
|
/art/test/646-checker-hadd-alt-short/src/ |
D | Main.java | 85 int v1 = b1[i] & 0xffff; in halving_add_unsigned() local 147 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()
|
/art/test/671-npe-field-opts/src/ |
D | Main.java | 44 int v1 = obj.intField; in $noinline$foo() local
|
/art/runtime/interpreter/mterp/mips64/ |
D | main.S | 21 #define v1 $$3 macro
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 627 T1 v1 = Decode<T1>(DecodeUint32WithOverflowCheck(in, end)); in DecodeTuple() local 641 T1 v1 = Decode<T1>(DecodeUint32WithOverflowCheck(in, end)); in DecodeTuple() local
|
/art/test/458-checker-instruct-simplification/src/ |
D | Main.java | 2376 int v1 = b & 0xff; in $noinline$getUint8FromInstanceByteFieldWithAnotherUse() local
|
/art/runtime/interpreter/mterp/mips/ |
D | main.S | 87 #define v1 $$3 macro
|
/art/test/083-compiler-regressions/src/ |
D | Main.java | 991 int v1 = B16177324Values.values[0]; // Null-check on array element access. in b16177324Test() local
|