Home
last modified time | relevance | path

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

12

/art/runtime/
Ddex_file_verifier_test.cc59 std::vector<uint8_t> tmp; in DecodeBase64() local
126 std::vector<std::unique_ptr<const DexFile>> tmp; in OpenDexFileBase64() local
153 ScratchFile tmp; in TEST_F() local
192 std::vector<std::unique_ptr<const DexFile>> tmp; in FixChecksumAndOpen() local
222 ScratchFile tmp; in TEST_F() local
231 ScratchFile tmp; in TEST_F() local
240 ScratchFile tmp; in TEST_F() local
300 ScratchFile tmp; in TEST_F() local
310 ScratchFile tmp; in TEST_F() local
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
Dcommon_runtime_test.cc537 std::vector<const DexFile*> tmp(GetDexFiles(jclass_loader)); in GetFirstDexFile() local
Dutils.cc1050 char* tmp = buffer; in RunCommand() local
/art/runtime/interpreter/
Dunstarted_runtime_test.cc80 ShadowFrame* tmp = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
102 ShadowFrame* tmp = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
127 ShadowFrame* tmp = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
152 ShadowFrame* tmp = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
184 ShadowFrame* tmp = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
238 ShadowFrame* tmp = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, nullptr, 0); in TEST_F() local
/art/compiler/
Doutput_stream_test.cc65 ScratchFile tmp; in TEST_F() local
78 ScratchFile tmp; in TEST_F() local
Doat_test.cc104 ScratchFile tmp; in TEST_F() 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/runtime/base/unix_file/
Dfd_file_test.cc70 art::ScratchFile tmp; in TEST_F() local
86 art::ScratchFile tmp; in TEST_F() local
/art/compiler/optimizing/
Dcode_generator_utils.cc59 uint64_t tmp = exp + sign_bit; in CalculateMagicAndShiftForDivRem() local
/art/sigchainlib/
Dsigchain.cc340 struct sigaction tmp; in SetSpecialSignalHandlerFn() local
/art/test/115-native-bridge/
Dnativebridge.cc197 struct sigaction tmp; in trampoline_Java_Main_testSignal() local
275 char* tmp = new char[len + 10]; in native_bridge_loadLibrary() local
/art/test/004-ThreadStress/src/
DMain.java295 Set<Operation> tmp = new HashSet<>(map.keySet()); in normalize() local
/art/runtime/native/
Ddalvik_system_DexFile.cc87 jlong* tmp = long_data; in ConvertNativeToJavaArray() local
/art/compiler/utils/
Dassembler_test_base.h514 ScratchFile tmp; in GetTmpnam() local
/art/compiler/dex/quick/arm/
Dcall_arm.cc75 RegStorage tmp = r_disp; in GenLargeSparseSwitch() local
Dtarget_arm.cc809 RegStorage tmp = rs_r0; in CheckSuspendUsingLoad() local
/art/compiler/utils/arm/
Dassembler_arm32_test.cc464 size_t tmp; in CountHelper() local
483 size_t tmp; in CountHelper() local
/art/compiler/dex/quick/x86/
Dint_x86.cc466 RegStorage tmp = AllocTypedTempWide(false, kCoreReg); in GenFusedLongCmpImmBranch() local
504 RegStorage tmp = AllocTypedTempWide(false, kCoreReg); in GenFusedLongCmpImmBranch() local
561 uint64_t tmp = exp + ((is_long) ? static_cast<uint64_t>(divisor) >> 63 : in CalculateMagicAndShift() local
934 RegStorage tmp = AllocTemp(false); in GenInlinedMinMax() local
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc793 RegStorage tmp = rs_x0; in CheckSuspendUsingLoad() local
/art/compiler/dex/quick/mips/
Dtarget_mips.cc777 RegStorage tmp = AllocTemp(); in CheckSuspendUsingLoad() local
Dutility_mips.cc200 int64_t tmp = value; in LoadConstantWideNoClobber() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1610 uint64_t* tmp = reinterpret_cast<uint64_t*>(cur_fpr_reg_); in PushFpr8() local
1715 uintptr_t tmp; in PushHandle() local
/art/dex2oat/
Ddex2oat.cc1592 std::unique_ptr<File> tmp(oat_file_.release()); in FlushCloseOatFile() local

12