Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 41) sorted by relevance

12

/art/runtime/interpreter/
Dunstarted_runtime_test.cc110 ShadowFrame* tmp, in RunArrayCopy()
133 ShadowFrame* tmp, in RunArrayCopy()
166 ShadowFrame* tmp, in TestCeilFloor()
209 ShadowFrame* tmp = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
231 ShadowFrame* tmp = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
256 ShadowFrame* tmp = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
281 ShadowFrame* tmp = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
313 ShadowFrame* tmp = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
367 ShadowFrame* tmp = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
415 ShadowFrame* tmp = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
[all …]
/art/runtime/base/unix_file/
Dfd_file_test.cc70 art::ScratchFile tmp; in TEST_F() local
86 art::ScratchFile tmp; in TEST_F() local
115 art::ScratchFile tmp; in TEST_F() local
/art/test/569-checker-pattern-replacement/src/
DMain.java482 double tmp = b.intField + b.doubleField; in constructBase() local
509 double tmp = b.intField + b.doubleField; in constructBaseWith0DoubleNull() local
533 double tmp = b.intField + b.doubleField; in constructBase() local
595 double tmp = b.intField + b.doubleField; in constructBase() local
760 double tmp = d.intField + d.doubleField; in constructDerived() local
784 double tmp = d.intField + d.doubleField; in constructDerived() local
844 double tmp = d.intField + d.doubleField + d.floatField; in constructDerived() local
/art/test/704-multiply-accumulate/src/
DMain.java43 int tmp = 0; in test_int() local
104 long tmp = 0; in test_long() local
/art/compiler/linker/
Doutput_stream_test.cc67 ScratchFile tmp; in TEST_F() local
80 ScratchFile tmp; in TEST_F() local
/art/runtime/
Dzip_archive_test.cc42 ScratchFile tmp; in TEST_F() local
Ddex_file_test.cc65 std::vector<uint8_t> tmp; in DecodeBase64() local
158 std::vector<std::unique_ptr<const DexFile>> tmp; in OpenDexFileBase64() local
169 ScratchFile tmp; in TEST_F() local
Ddex_file_verifier_test.cc68 std::vector<uint8_t> tmp; in DecodeBase64() local
177 std::vector<std::unique_ptr<const DexFile>> tmp; in OpenDexFileBase64() local
209 ScratchFile tmp; in TEST_F() local
377 const uint8_t* tmp = ptr; in RemoveCode() local
1376 ScratchFile tmp; in TEST_F() local
1398 ScratchFile tmp; in TEST_F() local
1482 ScratchFile tmp; in TEST_F() local
Dcommon_runtime_test.cc561 std::vector<const DexFile*> tmp(GetDexFiles(jclass_loader)); in GetFirstDexFile() local
/art/compiler/optimizing/
Dcode_generator_utils.cc60 uint64_t tmp = exp + sign_bit; in CalculateMagicAndShiftForDivRem() local
/art/dexdump/
Ddexdump.cc862 char* tmp = descriptorToDot(backDescriptor); in dumpBytecodes() local
945 char* tmp = descriptorClassToDot(backDescriptor); in dumpMethod() local
958 char* tmp = descriptorToDot(returnType+1); in dumpMethod() local
1001 char* tmp = descriptorToDot(tmpBuf); in dumpMethod() local
1163 char *tmp = descriptorToDot(typeDescriptor); in dumpSField() local
1313 char* tmp = descriptorClassToDot(classDescriptor); in dumpClass() local
/art/test/003-omnibus-opcodes/src/
DFloatMath.java139 float tmp; in floatOperTest() local
188 double tmp; in doubleOperTest() local
/art/test/564-checker-negbitwise/src/
DMain.java270 int tmp = ~mask; in $opt$noinline$notAndMultipleUses() local
/art/test/527-checker-array-access-split/src/
DMain.java189 int tmp = array[index] + 1; in accrossGC() local
/art/test/551-checker-shifter-operand/src/
DMain.java99 long tmp = (long)b; in $opt$noinline$translate() local
126 int tmp = a << 2; in $opt$noinline$sameInput() local
158 int tmp = arg << 23; in $opt$noinline$multipleUses() local
/art/test/565-checker-doublenegbitwise/src/
DMain.java304 int tmp = ~b; in $opt$noinline$notMultipleUses() local
/art/test/020-string/src/
DMain.java125 char[] tmp = null; in copyTest() local
/art/runtime/interpreter/mterp/arm/
Dheader.S132 .macro EXPORT_DEX_PC tmp argument
/art/test/115-native-bridge/
Dnativebridge.cc197 struct sigaction tmp; in trampoline_Java_Main_testSignal() local
289 char* tmp = new char[len + 10]; in native_bridge_loadLibrary() local
/art/test/004-ThreadStress/src/
DMain.java326 Set<Operation> tmp = new HashSet<>(map.keySet()); in normalize() local
/art/compiler/utils/
Dassembler_test_base.h574 ScratchFile tmp; in GetTmpnam() local
/art/compiler/
Doat_test.cc368 ScratchFile tmp; in TEST_F() local
499 ScratchFile tmp; in TEST_F() local
/art/test/530-checker-loops2/src/
DMain.java39 int tmp = a[j]; in bubble() local
/art/compiler/utils/arm/
Dassembler_arm32_test.cc597 size_t tmp; in CountHelper() local
616 size_t tmp; in CountHelper() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1744 uint64_t* tmp = reinterpret_cast<uint64_t*>(cur_fpr_reg_); in PushFpr8() local
1848 uintptr_t tmp; in PushHandle() local

12