/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 | 205 unsigned char* tmp; in AllocJvmtiUniquePtr() local 218 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, 0); in TEST_F() local 254 UniqueDeoptShadowFramePtr tmp = CreateShadowFrame(10, nullptr, 0); in TEST_F() local 277 UniqueDeoptShadowFramePtr tmp = CreateShadowFrame(10, nullptr, 0); in TEST_F() local 300 UniqueDeoptShadowFramePtr tmp = CreateShadowFrame(10, nullptr, 0); in TEST_F() local 330 UniqueDeoptShadowFramePtr tmp = CreateShadowFrame(10, nullptr, 0); in TEST_F() local 382 UniqueDeoptShadowFramePtr tmp = CreateShadowFrame(10, nullptr, 0); in TEST_F() local 452 UniqueDeoptShadowFramePtr tmp = CreateShadowFrame(10, nullptr, 0); in TEST_F() local [all …]
|
/art/runtime/ |
D | vdex_file_test.cc | 31 ScratchFile tmp; in TEST_F() local
|
D | imtable-inl.h | 60 uint32_t tmp = ComputeModifiedUtf8Hash( in GetImtHashComponents() 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/test/569-checker-pattern-replacement/src/ |
D | Main.java | 510 double tmp = b.intField + b.doubleField; in constructBase() local 538 double tmp = b.intField + b.doubleField; in constructBaseWith0DoubleNull() local 562 double tmp = b.intField + b.doubleField; in constructBase() local 626 double tmp = b.intField + b.doubleField; in constructBase() local 799 double tmp = d.intField + d.doubleField; in constructDerived() local 823 double tmp = d.intField + d.doubleField; in constructDerived() local 885 double tmp = d.intField + d.doubleField + d.floatField; in constructDerived() 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 | 1164 int tmp = obj.i; // The store above must be kept. in test37() local 1323 int tmp = 0; in $noinline$testConversion2() local 1410 int tmp = x; in $noinline$testConversion4() local 2454 int tmp = obj.i; in testLoop5() local 2490 int tmp = obj.i; in testLoop6() local 2523 int tmp = obj.i; in testLoop7() local 2564 int tmp = obj.i; in testLoop8() local 2630 int tmp = obj0.i; in testLoop9() local 3236 int tmp = obj.i; in testLoop25() local 3771 int tmp = obj.j; in testNestedLoop2() local [all …]
|
/art/test/618-checker-induction/src/ |
D | Main.java | 807 float tmp = t; in periodicFloat10() local 833 float tmp = t; in periodicFloat11() local 859 float tmp = t; in periodicFloat12() local
|
/art/test/020-string/src/ |
D | Main.java | 132 char[] tmp = null; in copyTest() local
|
/art/runtime/verifier/ |
D | class_verifier.cc | 158 std::string tmp = in VerifyClass() 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
|