| /arkcompiler/ets_frontend/ets2panda/lexer/token/ |
| D | number.cpp | 26 const int64_t temp = Lexer::StrToNumeric(&std::strtoll, str.Utf8().data(), res, 10); in Number() local 38 const double temp = Lexer::StrToNumeric(&std::strtod, str.Utf8().data(), res); in Number() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/ |
| D | ani_textdecoder.h | 66 uint32_t temp = label_ & static_cast<uint32_t>(ConverterFlags::UNICODE_FLG); in IsUnicode() local 72 uint32_t temp = label_ & static_cast<uint32_t>(ConverterFlags::IGNORE_BOM_FLG); in IsIgnoreBom() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | vReg.h | 74 const auto temp = *this; variable 88 const auto temp = *this; variable
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | protocol_handler_test.cpp | 55 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 67 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 81 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 95 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
|
| D | tracing_impl_test.cpp | 98 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 120 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 138 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 161 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 184 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 202 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 220 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 238 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 256 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 287 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() [all …]
|
| D | runtime_impl_test.cpp | 57 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 80 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 99 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 118 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 137 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 178 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
|
| D | heapprofiler_impl_test.cpp | 190 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 212 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 234 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 252 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 270 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 288 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 310 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 334 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 352 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() 375 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0() [all …]
|
| D | profiler_impl_test.cpp | 185 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 207 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 225 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 243 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 266 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 284 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 306 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 324 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 342 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 360 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() [all …]
|
| D | debugger_service_test.cpp | 88 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 113 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0() 130 [&result]([[maybe_unused]] const void *ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/ |
| D | ArrayUtils.ts | 32 const temp: number[] = []; constant
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | waiter_list.cpp | 37 WaiterListNode *temp = iter->second.pHead; in DeleteNode() local
|
| /arkcompiler/ets_runtime/test/aottest/pgo_forof_set_prototype/ |
| D | pgo_forof_set_prototype.ts | 64 let temp = new Array() variable
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/GetTime/ |
| D | builtinDateGetTime.ts | 56 let temp = time.getTime() + 1 variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_info_accessors.cpp | 590 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local 604 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local 696 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local 709 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local 825 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local 845 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local 995 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local 1011 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local 1131 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local 1147 auto temp = pgoTypes->GetObjectInfo(i); in FetchPGORWTypesDual() local [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | mark_word.h | 183 MarkWordSize temp = Value() & (~(MONITOR_POINTER_MASK_IN_PLACE | STATUS_MASK_IN_PLACE)); in DecodeFromMonitor() local 210 MarkWordSize temp = in DecodeFromLightLock() local 330 MarkWordSize temp = Value() & (~(HASH_MASK_IN_PLACE | STATUS_MASK_IN_PLACE)); in DecodeFromHashWide() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | murmur3_hash.h | 122 uint32_t temp = static_cast<uint32_t>(block) << (TAIL_SHIFT * (i - 1U)); in MurmurHash3() local 182 uint32_t temp = static_cast<uint32_t>(block) << (TAIL_SHIFT * (i - 1U)); in MurmurHash3String() local
|
| /arkcompiler/ets_runtime/test/moduletest/container/ |
| D | container_hashset.js | 162 let temp = iter.next(); variable
|
| D | container_lightweightset.js | 123 let temp = iter.next(); variable
|
| /arkcompiler/ets_runtime/common_components/common_runtime/ |
| D | base_runtime.cpp | 63 T* temp = new (std::nothrow) T(); in NewAndInit() local 72 T* temp = new (std::nothrow) T(); in NewAndInit() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_relative_time_format.cpp | 104 JSTaggedNumber temp = JSTaggedValue::ToNumber(thread, value); in Format() local 137 JSTaggedNumber temp = JSTaggedValue::ToNumber(thread, value); in FormatToParts() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | filesystem.cpp | 54 const char* temp = getenv("TMPDIR"); in TempDirectoryPath() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_date_test.cpp | 49 [[maybe_unused]] double temp = jsDate->GetTimeValue(thread).GetDouble(); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | murmur3_hash.h | 125 uint32_t temp = static_cast<uint32_t>(block) << (TAIL_SHIFT * (i - 1U)); in MurmurHash3() local 185 uint32_t temp = static_cast<uint32_t>(block) << (TAIL_SHIFT * (i - 1U)); in MurmurHash3String() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_adaptive_stack_inl.h | 135 auto temp = stackSrc_; in PopFromStack() local
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | c_string.cpp | 516 int temp = 0; in ParseNumFromEnv() local 529 size_t temp = 0; in ParsePosNumFromEnv() local 542 double temp = 0; in ParsePosDecFromEnv() local
|