Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 77) sorted by relevance

1234

/art/test/684-checker-simd-dotprod/src/other/
DTestCharShort.java63 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 …]
DTestByte.java84 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 …]
DTestVarious.java71 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/
Dstride_iterator.h56 StrideIterator<T> temp = *this; variable
67 StrideIterator<T> temp = *this; variable
78 StrideIterator<T> temp = *this; variable
89 StrideIterator<T> temp = *this; variable
Dstl_util.h45 ForwardIterator temp = begin; in STLDeleteContainerPointers() local
47 delete *temp; in STLDeleteContainerPointers() local
/art/test/550-checker-multiply-accumulate/src/
DMain.java172 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/runtime/
Dclass_table-inl.h50 std::string temp; in operator() local
55 std::string temp; in operator() local
230 std::string temp; in LookupByDescriptor() local
Dart_field.cc63 std::string temp; in PrettyField() local
Dproxy_test.cc66 std::string temp; in TEST_F() local
118 std::string temp; in TEST_F() local
Dclass_linker_test.cc91 std::string temp; in AssertPrimitiveClass() local
129 std::string temp; in AssertObjectClass() local
186 std::string temp; in AssertArrayClass() local
199 std::string temp; in AssertArrayClass() local
263 std::string temp; in AssertClass() local
414 std::string temp; in AssertDexFileClass() local
953 std::string temp; in TEST_F() local
1416 std::string temp; in TEST_F() local
/art/libdexfile/dex/
Ddex_instruction_iterator.h138 DexInstructionIterator temp = *this; variable
190 SafeDexInstructionIterator temp = *this; variable
Dclass_iterator.h60 ClassIterator temp = *this; variable
/art/dexlayout/
Ddex_container.h80 std::vector<uint8_t> temp; in ReleaseData() local
/art/test/153-reference-stress/src/
DMain.java45 Object temp = new Object(); in GcThread() local
/art/test/642-fp-callees/
Dfp_callees.cc46 double temp = array[0]; in Java_Main_holdFpTemporaries() local
/art/test/530-checker-peel-unroll/src/
DMain.java251 int temp = array[i + 1]; in unrollingSwapElements() local
625 int temp = a[i + 1]; in unrollingSimpleLiveOuts() local
725 int temp = a[i + 1]; in unrollingLiveOutsNested() local
/art/runtime/base/
Dgc_visited_arena_pool.cc271 for (Arena* temp = first; temp != nullptr; temp = temp->Next()) { in FreeArenaChain() local
284 TrackedArena* temp = down_cast<TrackedArena*>(first); in FreeArenaChain() local
/art/test/odsign/test-src/com/android/tests/odsign/
DCompOsDenialHostTest.java106 String temp = PENDING_ARTIFACTS_DIR + "/temp"; in denyDueToInconsistentFileName() local
/art/test/015-switch/src/
DMain.java157 long temp = value; in packedSwitch7() local
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc1261 const vixl32::Register temp = temps.Acquire(); in GenerateLongDataProc() local
1294 const vixl32::Register temp = temps.Acquire(); in GenerateLongDataProc() local
1629 vixl32::Register temp; in GenerateEqualLong() local
2195 vixl32::Register temp = temps.Acquire(); in GenerateMethodEntryExitHook() local
2243 vixl32::Register temp = temps.Acquire(); in MaybeIncrementHotness() local
2353 vixl32::Register temp; in GenerateFrameEntry() local
2440 vixl32::Register temp = temps.Acquire(); in GenerateFrameEntry() local
2708 vixl32::Register temp = temps.Acquire(); in Move32() local
3204 vixl32::Register temp) { in GenerateConditionWithZero()
3641 vixl32::Register temp = RegisterFrom(locations->GetTemp(0)); in VisitInvokeInterface() local
[all …]
Dcode_generator_arm64.cc1195 Register temp = temps.AcquireX(); in GenerateMethodEntryExitHook() local
1265 Register temp = temps.AcquireX(); in MaybeIncrementHotness() local
1332 Register temp = temps.AcquireX(); in GenerateFrameEntry() local
1460 Register temp = temps.AcquireW(); // Index within the CardTable - 32bit. in MarkGCCard() local
1689 CPURegister temp; in MoveLocation() local
1727 CPURegister temp = AcquireFPOrCoreCPURegisterOfSize( in MoveLocation() local
1831 Register temp = dst.Is64Bits() ? temps.AcquireX() : temps.AcquireW(); in LoadAcquire() local
1996 Register temp = temps.AcquireW(); in GenerateClassInitializationCheck() local
2010 HTypeCheckInstruction* check, vixl::aarch64::Register temp) { in GenerateBitstringTypeCheckCompare()
2093 Register temp = temps.AcquireW(); in GenerateSuspendCheck() local
[all …]
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc83 void ArmVIXLAssembler::GenerateMarkingRegisterCheck(vixl32::Register temp, int code) { in GenerateMarkingRegisterCheck()
146 vixl32::Register temp, in AdjustLoadStoreOffset()
317 vixl32::Register temp = (dest.Is(base)) ? temps.Acquire() : dest; in LoadFromOffset() local
/art/compiler/utils/arm64/
Dassembler_arm64.h108 vixl::aarch64::Register temp = temps.AcquireX(); in SaveRestoreZRegisterList() local
/art/test/458-checker-instruct-simplification/src/
DMain.java818 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/test/623-checker-loop-regressions/src/
DMain.java738 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

1234