/art/libartbase/base/unix_file/ |
D | fd_file_test.cc | 28 FILE* tmp = tmpfile(); in MakeTestFile() local 90 art::ScratchFile tmp; in TEST_F() local 106 art::ScratchFile tmp; in TEST_F() local 135 art::ScratchFile tmp; in TEST_F() local 191 art::ScratchFile tmp; in TEST_F() local 210 art::ScratchFile tmp; in TEST_F() local 223 art::ScratchFile tmp; in TEST_F() local 254 art::ScratchFile tmp; in TEST_F() local
|
/art/openjdkjvmti/ |
D | object_tagging.h | 74 jlong tmp = 0; in GetTagOrZero() local 81 jlong tmp = 0; in GetTagOrZeroLocked() local
|
D | object_tagging.cc | 76 jlong tmp; in Set() local 84 jlong tmp; in SetLocked() local
|
D | art_jvmti.h | 196 unsigned char* tmp; in AllocJvmtiUniquePtr() local 209 unsigned char* tmp; in AllocJvmtiUniquePtr() local
|
/art/test/909-attach-agent/src-art/ |
D | Main.java | 60 File tmp = null; in attachWithClassLoader() local 86 private static void prepare(String in, File tmp) throws Exception { in prepare()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 135 ShadowFrame* tmp, in RunArrayCopy() 158 ShadowFrame* tmp, in RunArrayCopy() 191 ShadowFrame* tmp, in TestCeilFloor() 234 UniqueDeoptShadowFramePtr tmp = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local 254 UniqueDeoptShadowFramePtr tmp = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local 277 UniqueDeoptShadowFramePtr tmp = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local 300 UniqueDeoptShadowFramePtr tmp = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local 330 UniqueDeoptShadowFramePtr tmp = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local 382 UniqueDeoptShadowFramePtr tmp = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local 450 UniqueDeoptShadowFramePtr tmp = CreateShadowFrame(10, nullptr, nullptr, 0); in TEST_F() local [all …]
|
/art/test/569-checker-pattern-replacement/src/ |
D | Main.java | 493 double tmp = b.intField + b.doubleField; in constructBase() local 521 double tmp = b.intField + b.doubleField; in constructBaseWith0DoubleNull() local 545 double tmp = b.intField + b.doubleField; in constructBase() local 609 double tmp = b.intField + b.doubleField; in constructBase() local 782 double tmp = d.intField + d.doubleField; in constructDerived() local 806 double tmp = d.intField + d.doubleField; in constructDerived() local 868 double tmp = d.intField + d.doubleField + d.floatField; in constructDerived() local
|
/art/test/704-multiply-accumulate/src/ |
D | Main.java | 43 int tmp = 0; in test_int() local 104 long tmp = 0; in test_long() local
|
/art/runtime/ |
D | vdex_file_test.cc | 32 ScratchFile tmp; in TEST_F() local
|
D | imtable-inl.h | 60 uint32_t tmp = ComputeModifiedUtf8Hash( in GetImtHashComponents() local
|
/art/libdexfile/dex/ |
D | base64_test_util.h | 57 std::vector<uint8_t> tmp; in DecodeBase64() local
|
/art/libartbase/base/ |
D | zip_archive_test.cc | 43 ScratchFile tmp; in TEST_F() local
|
/art/compiler/linker/ |
D | output_stream_test.cc | 68 ScratchFile tmp; in TEST_F() local 81 ScratchFile tmp; in TEST_F() local
|
/art/test/706-checker-scheduler/src/ |
D | Main.java | 515 int tmp = arg; in intDiv() local 691 int tmp = a[i]; in testNonPreventingSchedulingCrossItersDeps() local
|
/art/test/564-checker-negbitwise/src/ |
D | Main.java | 262 int tmp = ~mask; in $opt$noinline$notAndMultipleUses() local
|
/art/test/003-omnibus-opcodes/src/ |
D | FloatMath.java | 139 float tmp; in floatOperTest() local 188 double tmp; in doubleOperTest() local
|
/art/compiler/optimizing/ |
D | code_generator_vector_x86.cc | 97 XmmRegister tmp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in VisitVecReplicateScalar() local 165 XmmRegister tmp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in VisitVecExtractScalar() local 237 XmmRegister tmp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in VisitVecReduce() local 337 XmmRegister tmp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in VisitVecAbs() local 378 XmmRegister tmp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in VisitVecNot() local 1143 XmmRegister tmp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in VisitVecSetScalars() local 1221 XmmRegister tmp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in VisitVecDotProd() local 1306 XmmRegister tmp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in VisitVecLoad() local
|
D | code_generator_utils.cc | 61 uint64_t tmp = exp + sign_bit; in CalculateMagicAndShiftForDivRem() local
|
/art/test/530-checker-lse/src/ |
D | Main.java | 1163 int tmp = obj.i; // The store above must be kept. in test37() local 1280 int tmp = 0; in $noinline$testConversion2() local 1367 int tmp = x; in $noinline$testConversion4() local 2322 int tmp = obj.i; in testLoop5() local 2358 int tmp = obj.i; in testLoop6() local 2391 int tmp = obj.i; in testLoop7() local 2432 int tmp = obj.i; in testLoop8() local 2498 int tmp = obj0.i; in testLoop9() local 3104 int tmp = obj.i; in testLoop25() local 3639 int tmp = obj.j; in testNestedLoop2() local [all …]
|
/art/test/618-checker-induction/src/ |
D | Main.java | 751 float tmp = t; t = r; r = s; s = tmp; in periodicFloat10() local 774 float tmp = t; t = r; r = s; s = tmp; in periodicFloat11() local 797 float tmp = t; t = r; r = s; s = tmp; in periodicFloat12() local
|
/art/test/020-string/src/ |
D | Main.java | 132 char[] tmp = null; in copyTest() local
|
/art/test/551-checker-shifter-operand/src/ |
D | Main.java | 114 long tmp = (long)b; in $opt$noinline$translate() local 155 int tmp = a << 2; in $opt$noinline$sameInput() local 208 int tmp = arg << 23; in $opt$noinline$multipleUses() local
|
/art/test/991-field-trace-2/src/art/ |
D | Test991.java | 126 FieldTracer tmp = TRACE; in readFieldUntraced() local 163 FieldTracer tmp = TRACE; in createTestClassNonTraced() local
|
/art/test/527-checker-array-access-split/src/ |
D | Main.java | 310 int tmp = array[index] + 1; in accrossGC() local
|
/art/test/903-hello-tagging/src/art/ |
D | Test903.java | 123 Pair[] tmp = new Pair[l]; in printArraysSorted() local
|