Home
last modified time | relevance | path

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

123456

/arkcompiler/ets_runtime/common_components/common/
Dmark_work_stack.h73 MarkStackBuffer<T>* tmp = buf; in MarkStack() local
111 MarkStackBuffer<T>* tmp = this->h_; in clear() local
116 delete tmp; in clear() local
144 auto tmp = pop(); in pop_back() local
145 delete tmp; in pop_back() local
178 auto tmp = this->h_; in split() local
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/arrays/
Dstarrayspread.js16 let tmp = [str]; variable
/arkcompiler/ets_runtime/test/aottest/intern_string_strict_equal2/
Dintern_string_strict_equal2.ts36 var tmp = new String('123'); variable
/arkcompiler/ets_runtime/test/jittest/intern_string_strict_equal_2/
Dintern_string_strict_equal_2.ts39 var tmp = new String('123'); variable
/arkcompiler/ets_runtime/test/jittest/intern_string_strict_equal_1/
Dintern_string_strict_equal_1.ts56 var tmp = new String('123'); variable
/arkcompiler/ets_runtime/test/aottest/intern_string_strict_equal1/
Dintern_string_strict_equal1.ts56 var tmp = new String('123'); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_6.cpp62 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
Dcalling_methods_test_7.cpp58 ets_value tmp; in TEST_F() local
117 ets_value tmp; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/namespace_ops/
Dnamespace_find_class_test.cpp44 ani_class tmp {}; in TEST_F() local
59 ani_namespace tmp {}; in TEST_F() local
82 ani_namespace tmp {}; in TEST_F() local
135 ani_namespace tmp {}; in TEST_F() local
Dnamespace_combinatorial_test.cpp154 ani_namespace tmp {}; in TEST_F() local
180 ani_namespace tmp {}; in TEST_F() local
199 ani_namespace tmp {}; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/
Dmock_aot_runtime_info.cpp25 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/ets_runtime/test/aottest/builtin_inlining/number/Constructor/
DbuiltinNumberConstructor.ts83 let tmp = newNumber(12); variable
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/super_this/
Dstore_this.js17 tmp = 0; field in Animal
Dstore_super.js17 tmp = 0; field in Animal
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_value.h82 T tmp; in GetAs() local
/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h54 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
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dring_buffer.h56 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/
Dmpl_number.h130 auto tmp = val; variable
143 auto tmp = val; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dasm_printer.h181 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/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp170 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/tests/fuzztest/makereadexec_fuzzer/
Dmakereadexec_fuzzer.cpp26 panda::os::mem::MapRange<uint8_t> tmp(nullptr, 0); in MakeReadExecFuzzTest() local
/arkcompiler/runtime_core/libpandabase/tests/
Dbase_mem_stats_test.cpp57 void *tmp; variable
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp127 for (auto tmp : compiledCodeHandler_) { in InitSignals() local
131 for (auto tmp : otherHandlers_) { in InitSignals() local
149 for (auto tmp : compiledCodeHandler_) { in DeleteHandlersArray() local
153 for (auto tmp : otherHandlers_) { in DeleteHandlersArray() local
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/
Dprofiling_data.cpp44 ipc::protocol::Version tmp {ipc::protocol::VERSION}; in DumpAndResetFeatures() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dtime.cpp29 TIME_ZONE_INFORMATION tmp; in GetLocalOffsetFromOS() local

123456