Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/ets_frontend/ts2panda/tests/expression/
DprefixOperations.test.ts50 let temp = new VReg(); variable
71 let temp = new VReg(); variable
92 let temp = new VReg(); variable
112 let temp = new VReg(); variable
DpostfixOperations.test.ts44 let temp = new VReg(); variable
64 let temp = new VReg(); variable
DbindingPattern.test.ts42 let temp = new VReg(); variable
72 let temp = new VReg(); variable
Dnew.test.ts101 let temp = new VReg(); variable
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DforIn.test.ts47 let temp = new VReg(); variable
86 let temp = new VReg(); variable
123 let temp = new VReg(); variable
160 let temp = new VReg(); variable
/arkcompiler/toolchain/tooling/test/
Druntime_impl_test.cpp57 [&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()
161 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
186 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
Dtracing_impl_test.cpp102 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
124 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
142 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
160 [&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()
196 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
214 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
236 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
257 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
Dprofiler_impl_test.cpp166 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
188 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
206 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
224 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
245 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
263 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
285 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
303 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
321 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
339 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) { result = temp; }; in HWTEST_F_L0()
[all …]
Dheapprofiler_impl_test.cpp155 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
177 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
199 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
217 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
235 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
253 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
275 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
299 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
317 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
340 [&result]([[maybe_unused]]const void* ptr, const std::string &temp) {result = temp;}; in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_compare_op.cpp44 JSTaggedValue temp = left; in EqualWithIC() local
59 JSTaggedValue temp = left; in EqualWithIC() local
73 JSTaggedValue temp = left; in EqualWithIC() local
102 JSTaggedValue temp = left; in EqualWithIC() local
119 JSTaggedValue temp = left; in EqualWithIC() local
/arkcompiler/ets_runtime/ecmascript/
Dwaiter_list.cpp42 WaiterListNode *temp = iter->second.pHead; in DeleteNode() local
Djs_bigint.cpp41 uint32_t temp = 0; in Division() local
294 JSHandle<BigInt> temp = BitwiseOp(thread, Operate::OR, xVal, yVal); in BitwiseAND() local
312 JSHandle<BigInt> temp = BigInt::BitwiseOp(thread, Operate::XOR, x, yVal); in OneIsNegativeXOR() local
409 JSHandle<BigInt> temp = BigIntHelper::RightTruncate(thread, newBigint); in OneIsNegativeOR() local
425 JSHandle<BigInt> temp = BitwiseOp(thread, Operate::AND, xVal, yVal); in BitwiseOR() local
744 JSHandle<BigInt> temp = Int32ToBigInt(thread, 1); in BigintAddOne() local
750 JSHandle<BigInt> temp = Int32ToBigInt(thread, 1); in BigintSubOne() local
1008 JSMutableHandle<BigInt> temp(thread, base); in Exponentiate() local
1549 uint32_t temp = 1ULL << (remainDigitBits - 1); in BigIntToNumber() local
Dtagged_node.cpp227 RBTreeNode *temp = RBTreeNode::Cast(GetRight().GetTaggedObject()); in RotateLeft() local
246 RBTreeNode *temp = RBTreeNode::Cast(GetLeft().GetTaggedObject()); in RotateRight() local
/arkcompiler/runtime_core/runtime/
Dmark_word.cpp45 markWordSize temp = Value() & (~(HASH_MASK_IN_PLACE | STATUS_MASK_IN_PLACE)); in DecodeFromHashConfigured() local
Dmark_word.h203 markWordSize temp = Value() & (~(MONITOR_POINTER_MASK_IN_PLACE | STATUS_MASK_IN_PLACE)); in DecodeFromMonitor() local
222 markWordSize temp = in DecodeFromLightLock() local
/arkcompiler/runtime_core/libpandabase/utils/
Dmurmur3_hash.h122 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
Djson_parser.cpp305 ArrayT temp; in GetArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_relative_time_format.cpp99 JSTaggedNumber temp = JSTaggedValue::ToNumber(thread, value); in Format() local
131 JSTaggedNumber temp = JSTaggedValue::ToNumber(thread, value); in FormatToParts() local
Dbuiltins_plural_rules.cpp91 JSTaggedNumber temp = JSTaggedValue::ToNumber(thread, value); in Select() local
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_adaptive_stack.cpp116 auto temp = stack_src_; in PopFromStack() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_test.cpp73 [[maybe_unused]] double temp = jsDate->GetTimeValue().GetDouble(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.cpp354 compiler::Register temp = range ? range_temps_start_ : 0; in InsertSpillsForDynInputsInst() local
401 compiler::Register temp = 0; in InsertSpillsForInst() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp239 auto temp = builder_.Int32ASR(value, builder_.Int32(JSTaggedValue::INT_SIGN_BIT_OFFSET)); in TypedAbs() local
248 auto temp = builder_.Int64LSL(builder_.CastDoubleToInt64(value), builder_.Int64(1)); in TypedAbs() local
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.h200 uint32_t temp = checksum_; in RewriteChecksum() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp60 auto temp = empty_blocks; in RunImpl() local
377 for (auto temp : temp_) { in Marking() local

12