| /arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/ |
| D | mock_aot_runtime_info.cpp | 25 char tmp[NAME_MAX] = "abcd1234567890"; in GetRuntimeBuildId() local 34 char tmp[ecmascript::ohos::AotRuntimeInfo::TIME_STAMP_SIZE] = "1970-01-01 00:00:00"; in GetMicrosecondsTimeStamp() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_6.cpp | 62 ets_value tmp; in TEST_F() local 104 ets_value tmp; in TEST_F() local 156 ets_value tmp; in TEST_F() local 213 ets_value tmp; in TEST_F() local 262 ets_value tmp; in TEST_F() local
|
| D | calling_methods_test_7.cpp | 58 ets_value tmp; in TEST_F() local 117 ets_value tmp; in TEST_F() local
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/number/Constructor/ |
| D | builtinNumberConstructor.ts | 83 let tmp = newNumber(12); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_value.h | 81 T tmp; in GetAs() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | ring_buffer.h | 54 auto tmp = RingBufferIterator(*this); variable 67 auto tmp = RingBufferIterator(*this); variable 289 auto tmp = tail_; in end() local 307 auto tmp = tail_; in end() local
|
| D | bit_vector.h | 156 BitVectorIterator tmp = *this; variable 167 BitVectorIterator tmp = *this; variable 183 auto tmp = *this; variable 188 auto tmp = *this; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | ring_buffer.h | 56 auto tmp = RingBufferIterator(*this); variable 69 auto tmp = RingBufferIterator(*this); variable 275 auto tmp = tail_; in end() local 289 auto tmp = tail_; in end() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_number.h | 130 auto tmp = val; variable 143 auto tmp = val; variable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 181 auto tmp = i; in Disasm() local 368 auto tmp = T::GetCodeEntry(); in GetCodeEntry() local 376 auto tmp = T::GetCodeSize(); in GetCodeSize() local 384 auto tmp = T::GetParameterInfo(regsOffset); in GetParameterInfo() local
|
| /arkcompiler/runtime_core/tests/fuzztest/makereadexec_fuzzer/ |
| D | makereadexec_fuzzer.cpp | 26 panda::os::mem::MapRange<uint8_t> tmp(nullptr, 0); in MakeReadExecFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 170 auto tmp = vixl::aarch64::MemOperand(); in ConvertMem() local 440 ScopedTmpReg tmp(this, true); in MakeCall() local 447 ScopedTmpReg tmp(this, true); in MakeCall() local 507 ScopedTmpReg tmp(this, true); in MakeCallAot() local 627 auto tmp = VixlReg(tmpReg); in EncodeIsInf() local 636 auto tmp = VixlReg(tmpReg); in EncodeIsInf() local 653 ScopedTmpRegF32 tmp(this); in EncodeCmpFracWithDelta() local 659 ScopedTmpRegF64 tmp(this); in EncodeCmpFracWithDelta() local 702 ScopedTmpRegF32 tmp(this); in EncodeIsSafeInteger() local 706 ScopedTmpRegF64 tmp(this); in EncodeIsSafeInteger() local [all …]
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | base_mem_stats_test.cpp | 57 void *tmp; variable
|
| /arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ |
| D | profiling_data.cpp | 44 ipc::protocol::Version tmp {ipc::protocol::VERSION}; in DumpAndResetFeatures() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | ref_block.h | 60 Iterator tmp = *this; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/ |
| D | compat_stringify.js | 38 function tmp() {} function
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | time.cpp | 29 TIME_ZONE_INFORMATION tmp; in GetLocalOffsetFromOS() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | program.cpp | 62 ArenaSet<ETSWarnings> tmp(allocator_->Adapter()); in AddNodeToETSNolintCollection() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | pygote_space_allocator-inl.h | 42 auto tmp = cur->GetNextArena(); in ~PygoteSpaceAllocator() local 264 auto tmp = cur->GetNextArena(); in VisitAndRemoveAllPools() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test_1.cpp | 43 T tmp = RandomGen<T>(); in TestNeg() local 92 T tmp = RandomGen<T>(); in TestNot() local 134 T tmp = RandomGen<T>(); in TestMov() local 274 auto tmp = RandomGen<int32_t>(); in TEST_F() local 515 T tmp = RandomGen<T>(); in TestJumpCC() local 608 T tmp = RandomGen<T>(); in TestLdr() local 663 T tmp = RandomGen<T>(); in TestStr() local 705 T tmp = RandomGen<T>(); in TestStrzMainLoop() local 732 T tmp = RandomGen<T>(); in TestStrzMainLoop() local 885 T tmp = RandomGen<T>(); in TestAbs() local [all …]
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | codegen_boundary.cpp | 30 ScopedTmpReg tmp(encoder); in PushStackRegister() local 38 ScopedTmpReg tmp(encoder); in PushLinkAndStackRegister() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_accessor.h | 119 ConstUseIterator tmp = *this; member 174 UseIterator tmp = *this; member 229 ConstInsIterator tmp = *this; member 271 InsIterator tmp = *this; member 715 ConstInsIterator tmp = *this; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_codegen_extensions.cpp | 40 ScopedTmpRegLazy tmp(GetEncoder()); in LaunchCallCodegen() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | base_mem_stats_test.cpp | 59 void *tmp; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/dprof/daemon/ |
| D | main.cpp | 45 ipc::protocol::Version tmp; in CheckVersion() local 95 ipc::protocol::FeatureData tmp; in ProcessingConnect() local
|