/art/test/684-checker-simd-dotprod/src/other/ |
D | TestCharShort.java | 63 int temp = a[i] * b[i]; in testDotProdSimple() local 113 int temp = ((short)(a[i] + 1)) * ((short)(b[i] + 1)); in testDotProdComplex() local 156 int temp = a[i] * b[i]; in testDotProdSimpleUnsigned() local 206 int temp = ((char)(a[i] + 1)) * ((char)(b[i] + 1)); in testDotProdComplexUnsigned() local 256 int temp = ((short)(a[i] + 1)) * ((short)(b[i] + 1)); in testDotProdComplexUnsignedCastedToSigned() local 306 int temp = ((char)(a[i] + 1)) * ((char)(b[i] + 1)); in testDotProdComplexSignedCastedToUnsigned() local 326 int temp = ((int)(a[i])) * ((int)(b[i])); in testDotProdSignedToInt() local 346 int temp = (short)(x) * b[i]; in testDotProdParamSigned() local 366 int temp = (char)(x) * b[i]; in testDotProdParamUnsigned() local 377 int temp = b[i] * (x); in testDotProdIntParam() local [all …]
|
D | TestByte.java | 84 int temp = a[i] * b[i]; in testDotProdSimple() local 146 int temp = ((byte)(a[i] + 1)) * ((byte)(b[i] + 1)); in testDotProdComplex() local 209 int temp = (a[i] & 0xff) * (b[i] & 0xff); in testDotProdSimpleUnsigned() local 271 int temp = (((a[i] & 0xff) + 1) & 0xff) * (((b[i] & 0xff) + 1) & 0xff); in testDotProdComplexUnsigned() local 333 int temp = ((byte)((a[i] & 0xff) + 1)) * ((byte)((b[i] & 0xff) + 1)); in testDotProdComplexUnsignedCastedToSigned() local 395 int temp = ((a[i] + 1) & 0xff) * ((b[i] + 1) & 0xff); in testDotProdComplexSignedCastedToUnsigned() local 406 int temp = ((short)(a[i])) * ((short)(b[i])); in testDotProdSignedWidening() local 417 int temp = (byte)(x) * b[i]; in testDotProdParamSigned() local 428 int temp = (x & 0xff) * (b[i] & 0xff); in testDotProdParamUnsigned() local 441 int temp = b[i] * (x); in testDotProdIntParam() local [all …]
|
D | TestVarious.java | 71 int temp = b[i] * 89; in testDotProdConstRight() local 124 int temp = 89 * (b[i] & 0xff); in testDotProdConstLeft() local 186 int temp = b[i] * ((byte)(param + 129)); in testDotProdLoopInvariantConvRight() local 197 int temp = ((char)((byte)(a[i] + 129))) * b[i]; in testDotProdByteToChar() local 208 int temp = a[i] * b[i]; in testDotProdMixedSize() local 219 int temp = a[i] * b[i]; in testDotProdMixedSizeAndSign() local 270 int temp = a[i] * b[i]; in testDotProdInt32() local
|
/art/libartbase/base/ |
D | stride_iterator.h | 56 StrideIterator<T> temp = *this; variable 67 StrideIterator<T> temp = *this; variable 78 StrideIterator<T> temp = *this; variable 89 StrideIterator<T> temp = *this; variable
|
D | stl_util.h | 45 ForwardIterator temp = begin; in STLDeleteContainerPointers() local 47 delete *temp; in STLDeleteContainerPointers() local
|
/art/runtime/ |
D | class_table-inl.h | 32 std::string temp; in operator() local 48 std::string temp; in operator() local 53 std::string temp; in operator() local 185 std::string temp; in LookupByDescriptor() local
|
D | proxy_test.cc | 73 std::string temp; in TEST_F() local 125 std::string temp; in TEST_F() local
|
D | art_field.cc | 63 std::string temp; in PrettyField() local
|
D | class_linker_test.cc | 90 std::string temp; in AssertPrimitiveClass() local 129 std::string temp; in AssertObjectClass() local 189 std::string temp; in AssertArrayClass() local 202 std::string temp; in AssertArrayClass() local 268 std::string temp; in AssertClass() local 418 std::string temp; in AssertDexFileClass() local 941 std::string temp; in TEST_F() local 1409 std::string temp; in TEST_F() local
|
D | common_throws.cc | 396 std::string temp; in ThrowNoSuchFieldError() local 404 std::string temp; in ThrowNoSuchFieldException() local 416 std::string temp; in ThrowNoSuchMethodError() local
|
/art/test/550-checker-multiply-accumulate/src/ |
D | Main.java | 172 int temp = left * right; in $opt$noinline$multipleUses1() local 229 long temp = left * right; in $opt$noinline$multipleUses2() local 476 int temp = 12345 * array1[j]; in SimdMulMultipleUses() local 484 long temp = 12345 * array1[j]; in SimdMulMultipleUsesLong() local
|
/art/libdexfile/dex/ |
D | dex_instruction_iterator.h | 138 DexInstructionIterator temp = *this; variable 190 SafeDexInstructionIterator temp = *this; variable
|
D | class_iterator.h | 60 ClassIterator temp = *this; variable
|
/art/dexlayout/ |
D | dex_container.h | 80 std::vector<uint8_t> temp; in ReleaseData() local
|
/art/test/153-reference-stress/src/ |
D | Main.java | 45 Object temp = new Object(); in GcThread() local
|
/art/test/642-fp-callees/ |
D | fp_callees.cc | 46 double temp = array[0]; in Java_Main_holdFpTemporaries() local
|
/art/test/530-checker-peel-unroll/src/ |
D | Main.java | 206 int temp = array[i + 1]; in unrollingSwapElements() local 471 int temp = a[i + 1]; in unrollingSimpleLiveOuts() local 556 int temp = a[i + 1]; in unrollingLiveOutsNested() local
|
/art/test/015-switch/src/ |
D | Main.java | 157 long temp = value; in packedSwitch7() local
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 1216 const vixl32::Register temp = temps.Acquire(); in GenerateLongDataProc() local 1249 const vixl32::Register temp = temps.Acquire(); in GenerateLongDataProc() local 1584 vixl32::Register temp; in GenerateEqualLong() local 2114 vixl32::Register temp = temps.Acquire(); in MaybeIncrementHotness() local 2201 vixl32::Register temp; in GenerateFrameEntry() local 2288 vixl32::Register temp = temps.Acquire(); in GenerateFrameEntry() local 2556 vixl32::Register temp = temps.Acquire(); in Move32() local 3052 vixl32::Register temp) { in GenerateConditionWithZero() 3492 vixl32::Register temp = RegisterFrom(locations->GetTemp(0)); in VisitInvokeInterface() local 3914 vixl32::SRegister temp = LowSRegisterFrom(locations->GetTemp(0)); in VisitTypeConversion() local [all …]
|
D | code_generator_arm64.cc | 1136 Register temp = temps.AcquireX(); in MaybeIncrementHotness() local 1180 Register temp = temps.AcquireX(); in GenerateFrameEntry() local 1308 Register temp = temps.AcquireW(); // Index within the CardTable - 32bit. in MarkGCCard() local 1537 CPURegister temp; in MoveLocation() local 1575 CPURegister temp = AcquireFPOrCoreCPURegisterOfSize( in MoveLocation() local 1679 Register temp = dst.Is64Bits() ? temps.AcquireX() : temps.AcquireW(); in LoadAcquire() local 1844 Register temp = temps.AcquireW(); in GenerateClassInitializationCheck() local 1863 HTypeCheckInstruction* check, vixl::aarch64::Register temp) { in GenerateBitstringTypeCheckCompare() 1922 Register temp = temps.AcquireW(); in GenerateSuspendCheck() local 2111 Register temp = temps.AcquireW(); in HandleFieldSet() local [all …]
|
D | intrinsics_x86.cc | 196 XmmRegister temp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in MoveFPToInt() local 818 Register temp, in CheckPosition() 1677 XmmRegister temp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in GenUnsafeGet() local 1856 Register temp = locations->GetTemp(0).AsRegister<Register>(); in GenUnsafePut() local 1972 Register temp = Register::kNoRegister) { in GenPrimitiveLockedCmpxchg() 2027 Register temp = Register::kNoRegister, in GenPrimitiveCAS() 2072 Register temp, in GenReferenceCAS() 2176 Register temp = locations->GetTemp(0).AsRegister<Register>(); in GenCAS() local 2209 static void SwapBits(Register reg, Register temp, int32_t shift, int32_t mask, in SwapBits() 2226 Register temp = locations->GetTemp(0).AsRegister<Register>(); in VisitIntegerReverse() local [all …]
|
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.cc | 83 void ArmVIXLAssembler::GenerateMarkingRegisterCheck(vixl32::Register temp, int code) { in GenerateMarkingRegisterCheck() 148 vixl32::Register temp, in AdjustLoadStoreOffset() 319 vixl32::Register temp = (dest.Is(base)) ? temps.Acquire() : dest; in LoadFromOffset() local
|
/art/test/458-checker-instruct-simplification/src/ |
D | Main.java | 818 long temp = -arg2; in $noinline$AddNeg2() local 874 int temp = -arg; in $noinline$NegNeg2() local 959 int temp = arg1 - arg2; in $noinline$NegSub2() local 1021 int temp = -arg1; in $noinline$SubNeg2() local 1057 long temp = -arg1; in $noinline$SubNeg3() local 1930 int temp = shift & 31; in $noinline$otherUseOfUnnecessaryShiftMasking() local
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.h | 109 vixl::aarch64::Register temp = temps.AcquireX(); in SaveRestoreZRegisterList() local
|
/art/test/623-checker-loop-regressions/src/ |
D | Main.java | 738 int temp = a[i] * b[i]; in testDotProdAndSet() local 754 int temp = a[i] * b[i]; in testDotProdAndDotProd() local 783 int temp = Math.abs(x[i] - y[i]); in testSADAndSet() local 811 int temp = Math.abs(x[i] - y[i]); in testSADAndSAD() local
|