/art/test/684-checker-simd-dotprod/src/other/ |
D | TestCharShort.java | 54 int temp = a[i] * b[i]; in testDotProdSimple() local 95 int temp = ((short)(a[i] + 1)) * ((short)(b[i] + 1)); in testDotProdComplex() local 129 int temp = a[i] * b[i]; in testDotProdSimpleUnsigned() local 170 int temp = ((char)(a[i] + 1)) * ((char)(b[i] + 1)); in testDotProdComplexUnsigned() local 211 int temp = ((short)(a[i] + 1)) * ((short)(b[i] + 1)); in testDotProdComplexUnsignedCastedToSigned() local 252 int temp = ((char)(a[i] + 1)) * ((char)(b[i] + 1)); in testDotProdComplexSignedCastedToUnsigned() local 263 int temp = ((int)(a[i])) * ((int)(b[i])); in testDotProdSignedToInt() local 274 int temp = (short)(x) * b[i]; in testDotProdParamSigned() local 285 int temp = (char)(x) * b[i]; in testDotProdParamUnsigned() local 296 int temp = b[i] * (x); in testDotProdIntParam() local [all …]
|
D | TestByte.java | 54 int temp = a[i] * b[i]; in testDotProdSimple() local 95 int temp = ((byte)(a[i] + 1)) * ((byte)(b[i] + 1)); in testDotProdComplex() local 129 int temp = (a[i] & 0xff) * (b[i] & 0xff); in testDotProdSimpleUnsigned() local 170 int temp = (((a[i] & 0xff) + 1) & 0xff) * (((b[i] & 0xff) + 1) & 0xff); in testDotProdComplexUnsigned() local 211 int temp = ((byte)((a[i] & 0xff) + 1)) * ((byte)((b[i] & 0xff) + 1)); in testDotProdComplexUnsignedCastedToSigned() local 252 int temp = ((a[i] + 1) & 0xff) * ((b[i] + 1) & 0xff); in testDotProdComplexSignedCastedToUnsigned() local 263 int temp = ((short)(a[i])) * ((short)(b[i])); in testDotProdSignedWidening() local 274 int temp = (byte)(x) * b[i]; in testDotProdParamSigned() local 285 int temp = (x & 0xff) * (b[i] & 0xff); in testDotProdParamUnsigned() local 298 int temp = b[i] * (x); in testDotProdIntParam() local [all …]
|
D | TestVarious.java | 53 int temp = b[i] * 89; in testDotProdConstRight() local 88 int temp = 89 * (b[i] & 0xff); in testDotProdConstLeft() local 131 int temp = b[i] * ((byte)(param + 129)); in testDotProdLoopInvariantConvRight() local 142 int temp = ((char)((byte)(a[i] + 129))) * b[i]; in testDotProdByteToChar() local 153 int temp = a[i] * b[i]; in testDotProdMixedSize() local 164 int temp = a[i] * b[i]; in testDotProdMixedSizeAndSign() local 197 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 | 41 ForwardIterator temp = begin; in STLDeleteContainerPointers() local 43 delete *temp; in STLDeleteContainerPointers() local
|
D | hash_set.h | 70 HashSetIterator temp = *this; variable 260 uint64_t temp; in HashSet() local 533 T temp; in Verify() local
|
/art/runtime/arch/mips/ |
D | asm_support_mips.S | 73 .macro LDu feven,fodd,disp,base,temp 81 .macro SDu feven,fodd,disp,base,temp 99 .macro LDu feven,fodd,disp,base,temp 104 .macro SDu feven,fodd,disp,base,temp
|
/art/test/550-checker-multiply-accumulate/src/ |
D | Main.java | 178 int temp = left * right; in $opt$noinline$multipleUses1() local 236 long temp = left * right; in $opt$noinline$multipleUses2() local 511 int temp = 12345 * array1[j]; in SimdMulMultipleUses() local 526 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
|
/art/runtime/ |
D | class_table.cc | 193 std::string temp; in operator ()() local 200 std::string temp; in operator ()() local 204 std::string temp; in operator ()() local 297 std::string temp; in HashDescriptor() 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 | 68 std::string temp; in PrettyField() local
|
D | class_table-inl.h | 131 std::string temp; in TableSlot() local
|
D | class_linker_test.cc | 90 std::string temp; in AssertPrimitiveClass() local 129 std::string temp; in AssertObjectClass() local 188 std::string temp; in AssertArrayClass() local 201 std::string temp; in AssertArrayClass() local 267 std::string temp; in AssertClass() local 417 std::string temp; in AssertDexFileClass() local 931 std::string temp; in TEST_F() local 1399 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/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/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 1193 const vixl32::Register temp = temps.Acquire(); in GenerateLongDataProc() local 1226 const vixl32::Register temp = temps.Acquire(); in GenerateLongDataProc() local 1561 vixl32::Register temp; in GenerateEqualLong() local 2089 vixl32::Register temp = temps.Acquire(); in GenerateFrameEntry() local 2104 vixl32::Register temp; in GenerateFrameEntry() local 2158 vixl32::Register temp = temps.Acquire(); in GenerateFrameEntry() local 2350 vixl32::Register temp = temps.Acquire(); in Move32() local 2419 vixl32::Register temp = temps.Acquire(); in HandleGoto() local 2829 vixl32::Register temp) { in GenerateConditionWithZero() 3217 vixl32::Register temp = RegisterFrom(locations->GetTemp(0)); in VisitInvokeInterface() local [all …]
|
/art/test/015-switch/src/ |
D | Main.java | 157 long temp = value; in packedSwitch7() local
|
/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/runtime/verifier/ |
D | class_verifier.cc | 61 std::string temp; in VerifyClass() local
|
D | reg_type.cc | 527 std::string temp; in GetSuperClass() local 776 std::string temp; in Merge() local 851 std::string temp; in CheckInvariants() local
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.cc | 88 Register temp = temps.AcquireX(); in AddConstant() local 178 Register temp = temps.AcquireX(); in StoreStackPointerToThread() local 204 Register temp = temps.AcquireX(); in LoadImmediate() local 667 Register temp = temps.AcquireX(); in EmitExceptionPoll() local 797 Register temp = temps.AcquireW(); in RemoveFrame() local
|