Home
last modified time | relevance | path

Searched defs:v2 (Results 1 – 16 of 16) sorted by relevance

/art/compiler/optimizing/
Dnodes_vector_test.cc138 HVecOperation* v2 = new (GetAllocator()) in TEST_F() local
214 HVecLoad* v2 = new (GetAllocator()) HVecLoad(GetAllocator(), in TEST_F() local
305 HVecHalvingAdd* v2 = new (GetAllocator()) HVecHalvingAdd( in TEST_F() local
367 HVecMultiplyAccumulate* v2 = new (GetAllocator()) HVecMultiplyAccumulate( in TEST_F() local
395 HVecReduce* v2 = new (GetAllocator()) HVecReduce( in TEST_F() local
Dinduction_var_range_test.cc44 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
1090 Value v1, v2; in TEST_F() local
[all …]
Dinduction_var_range.cc914 int64_t v2 = 0; in GetRem() local
933 int64_t v2 = 0; in GetXor() local
1025 InductionVarRange::Value InductionVarRange::MergeVal(Value v1, Value v2, bool is_min) const { in MergeVal()
Dload_store_analysis_test.cc363 HVecOperation* v2 = new (GetAllocator()) HVecReplicateScalar(GetAllocator(), in TEST_F() local
Dbounds_check_elimination.cc1507 InductionVarRange::Value v2; in InductionRangeFitsIn() local
/art/test/123-compiler-regressions-mt/src/
DMain.java74 int v2 = vs2[0]; in thread2() local
114 int v2 = vs2[0]; in thread2() local
/art/test/646-checker-simd-hadd/src/
DHaddShort.java159 int v2 = b2[i] & 0xffff; in halving_add_unsigned() local
376 int v2 = b2[i] & 0xffff; in rounding_halving_add_unsigned() local
431 int v2 = b2[i] & 0xffff; in rounding_halving_add_unsigned_alt() local
DHaddAltShort.java116 int v2 = b2[i] & 0xffff; in halving_add_unsigned() local
208 int v2 = b2[i] & 0xffff; in rounding_halving_add_unsigned() local
/art/dex2oat/utils/
Dswap_space_test.cc50 SwapVector<int32_t> v2(alloc); in SwapTest() local
/art/test/952-invoke-custom/src/
DTestLinkerMethodMultipleArgumentTypes.java83 int v2, in linkerMethod()
DTestLinkerMethodWithRange.java82 int v2, in primLinkerMethod()
/art/test/671-npe-field-opts/src/
DMain.java45 float v2 = obj.floatField; in $noinline$foo() local
/art/runtime/native/
Dlibcore_io_Memory.cc90 jint v2 = get_unaligned<jint>(src++); in swapLongs() local
/art/runtime/verifier/
Dverifier_deps.cc358 uint32_t v1, v2; in DecodeTuple() local
376 uint32_t v1, v2, v3; in DecodeTuple() local
/art/test/458-checker-instruct-simplification/src/
DMain.java2377 int v2 = (b << 8); in $noinline$getUint8FromInstanceByteFieldWithAnotherUse() local
/art/test/083-compiler-regressions/src/
DMain.java992 int v2 = B16177324ValuesKiller.values[0]; // clinit<>() sets B16177324Values.values to null. in b16177324Test() local