/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
D | vregister.h | 75 ALWAYS_INLINE inline void SetValue(int64_t v) in SetValue() function 77 static_cast<T *>(this)->SetValue(v); in SetValue() 87 SetValue(value); in Set() 92 SetValue(value); in Set() 97 SetValue(value); in Set() 103 SetValue(v); in Set() 109 SetValue(v); in Set() 115 SetValue(v); in Set() 122 SetValue(v); in Set() 193 SetValue(v); in VRegister() [all …]
|
D | acc_vregister-inl.h | 35 SetValue(other.GetValue()); in AccVRegisterT() 50 ALWAYS_INLINE inline void SetValue(int64_t value) in SetValue() function 81 this->payload_->SetValue(other.GetValue()); in Move() 87 this->payload_->SetValue(other.GetValue()); in Move() 99 this->payload_->SetValue(other.GetValue()); 107 this->payload_->SetValue(other.GetValue()); 124 this->payload_->SetValue(other.payload_->GetValue()); in MovePrimitive() 133 this->payload_->SetValue(other.payload_->GetValue()); in MoveReference() 141 this->payload_->SetValue(other.payload_->GetValue()); in Move()
|
D | acc_vregister.h | 36 ALWAYS_INLINE inline void SetValue(int64_t value) in SetValue() function 38 payload_.SetValue(value); in SetValue() 48 mirror_.SetValue(value); in SetTag()
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc_options.h | 57 size_stat_arg_.SetValue(value); in SetSizeStatArg() 72 help_arg_.SetValue(value); in SetHelpArg() 87 opt_level_arg_.SetValue(value); in SetOptLevelArg() 102 opt_log_level_arg_.SetValue(value); in SetOptLogLevelArg() 117 bc_version_arg_.SetValue(value); in SetSetBcVersionArg() 132 bc_min_version_arg_.SetValue(value); in SetBcMinVersionArg() 147 compile_by_pipe_arg_.SetValue(value); in SetCompileByPipeArg() 162 compile_npm_entries_.SetValue(value); in SetCompileNpmEntries() 177 compiler_output_proto_.SetValue(value); in SetOutputProto() 197 Tail_Arg1_arg_.SetValue(value); in SetTailArg1() [all …]
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | json_parser.cpp | 130 parsedTemp_.SetValue(JsonObjPointer {}); in GetNull() 220 parsedTemp_.SetValue(std::move(string)); in GetString() 233 parsedTemp_.SetValue(num); in GetNum() 246 parsedTemp_.SetValue(boolean); in GetBool() 294 parsedTemp_.SetValue(std::move(innerObjPtr)); in GetValue() 322 parsedTemp_.SetValue(std::move(temp)); in GetArray() 337 parsedTemp_.SetValue(std::move(temp)); in GetArray()
|
D | pandargs.h | 131 void SetValue(T val) in SetValue() function 530 static_cast<PandArg<bool> *>(arg)->SetValue(true); in ParseSubArgument() 551 arg->SetValue(true); in ParseCompoundArg() 611 static_cast<PandArgCompound *>(arg)->SetValue(true); in ParseNextRegularArg() 756 arg->SetValue(std::string(argstr)); in ParseStringArgParam() 779 arg->SetValue(num); in ParseIntArgParam() 795 arg->SetValue(std::stod(paramStr)); in ParseDoubleArgParam() 809 arg->SetValue(true); 833 arg->SetValue(true); 839 arg->SetValue(false); [all …]
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_reader.h | 102 field_item->SetValue(value_item); in SetIntegerFieldValue() 106 field_item->SetValue(value_item); in SetIntegerFieldValue() 122 field_item->SetValue(value_item); in SetFloatFieldValue() 126 field_item->SetValue(value_item); in SetFloatFieldValue() 140 field_item->SetValue(value_item); in SetStringFieldValue()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
D | file_reader.h | 110 fieldItem->SetValue(valueItem); in SetIntegerFieldValue() 114 fieldItem->SetValue(valueItem); in SetIntegerFieldValue() 130 fieldItem->SetValue(valueItem); in SetFloatFieldValue() 134 fieldItem->SetValue(valueItem); in SetFloatFieldValue() 148 fieldItem->SetValue(valueItem); in SetStringFieldValue()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | json_parser.cpp | 207 parsed_temp_.SetValue(std::move(string)); in GetString() 220 parsed_temp_.SetValue(num); in GetNum() 233 parsed_temp_.SetValue(boolean); in GetBool() 277 parsed_temp_.SetValue(std::move(inner_obj_ptr)); in GetValue() 308 parsed_temp_.SetValue(std::move(temp)); in GetArray() 323 parsed_temp_.SetValue(std::move(temp)); in GetArray()
|
D | pandargs.h | 129 void SetValue(T val) in SetValue() function 531 static_cast<PandArg<bool> *>(arg)->SetValue(true); in ParseSubArgument() 546 arg->SetValue(true); in ParseCompoundArg() 606 static_cast<PandArgCompound *>(arg)->SetValue(true); in ParseNextRegularArg() 755 arg->SetValue(std::string(argstr)); in ParseStringArgParam() 778 arg->SetValue(num); in ParseIntArgParam() 794 arg->SetValue(std::stod(param_str)); in ParseDoubleArgParam() 808 arg->SetValue(true); 832 arg->SetValue(true); 838 arg->SetValue(false); [all …]
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | commonjs.cpp | 28 isCommonJsField.metadata->SetValue( in SetCommonjsField() 40 isCommonJsField.metadata->SetValue( in GenCommonjsRecord()
|
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
D | property_box_test.cpp | 76 HWTEST_F_L0(PropertyBoxTest, SetValue) in HWTEST_F_L0() argument 83 handlePropertyBox->SetValue(thread, JSTaggedValue(2)); in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | destructuring.cpp | 69 lref.SetValue(); in GenRestElement() 122 lref.SetValue(); in GenArray() 171 lref.SetValue(); in GenObjectProperty() 186 lref.SetValue(); in GenObjectWithRest() 197 lref.SetValue(); in GenObjectWithRest()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_tree.h | 186 inline void SetValue(const JSThread *thread, uint32_t entry, JSTaggedValue value) in SetValue() function 303 SetValue(thread, 0, value); in SetRoot() 321 SetValue(thread, entry, value); in InsertLeftEntry() 331 SetValue(thread, entry, value); in InsertRightEntry() 433 newTree->SetValue(thread, index, GetValue(parent)); in CopyAllData() 517 newMap->SetValue(thread, index, GetValue(parent)); in DECL_DUMP() 522 SetValue(thread, dst, GetValue(src)); in CopyData() 528 SetValue(thread, index, JSTaggedValue::Hole()); in RemoveEntry() 576 newMap->SetValue(thread, index, GetValue(parent)); in DECL_DUMP() 582 SetValue(thread, dst, GetValue(src)); in CopyData() [all …]
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
D | destructuring.cpp | 68 lref.SetValue(); in GenRestElement() 121 lref.SetValue(); in GenArray() 196 lref.SetValue(); in GenObjectWithRest() 223 lref.SetValue(); in GenObjectWithRest() 266 lref.SetValue(); in GenObject()
|
D | lreference.h | 118 void SetValue() const; 141 void SetValue() const;
|
/arkcompiler/runtime_core/static_core/runtime/ |
D | osr.cpp | 200 acc.SetValue(uval); in SetOsrResult() 204 acc.SetValue(uval); in SetOsrResult() 209 acc.SetValue(bit_cast<int64_t>(fval)); in SetOsrResult() 215 acc.SetValue(0); in SetOsrResult() 219 acc.SetValue(uval); in SetOsrResult()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | property_box.cpp | 24 SetValue(thread, JSTaggedValue::Hole()); in Clear()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_promise.cpp | 463 values->SetValue(thread, emptyArray); in PerformPromiseAll() 466 remainCnt->SetValue(thread, JSTaggedNumber(1)); in PerformPromiseAll() 489 remainCnt->SetValue(thread, --JSTaggedNumber(remainCnt->GetValue())); in PerformPromiseAll() 526 values->SetValue(thread, valuesArray); in PerformPromiseAll() 541 falseRecord->SetValue(thread, JSTaggedValue::False()); in PerformPromiseAll() 552 remainCnt->SetValue(thread, ++JSTaggedNumber(remainCnt->GetValue())); in PerformPromiseAll() 726 errors->SetValue(thread, emptyArray); in PerformPromiseAny() 729 remainCnt->SetValue(thread, JSTaggedNumber(1)); in PerformPromiseAny() 751 remainCnt->SetValue(thread, --JSTaggedNumber(remainCnt->GetValue())); in PerformPromiseAny() 792 errors->SetValue(thread, errorsArray); in PerformPromiseAny() [all …]
|
D | builtins_promise_handler.cpp | 53 alreadyResolved->SetValue(thread, JSTaggedValue::True()); in Resolve() 125 alreadyResolved->SetValue(thread, JSTaggedValue::True()); in Reject() 184 alreadyCalled->SetValue(thread, JSTaggedValue::True()); in ResolveElementFunction() 200 remainCnt->SetValue(thread, --JSTaggedNumber(remainCnt->GetValue())); in ResolveElementFunction() 400 alreadyCalled->SetValue(thread, JSTaggedValue::True()); in AllSettledResolveElementFunction() 430 remainCnt->SetValue(thread, --JSTaggedNumber(remainCnt->GetValue())); in AllSettledResolveElementFunction() 465 alreadyCalled->SetValue(thread, JSTaggedValue::True()); in AllSettledRejectElementFunction() 495 remainCnt->SetValue(thread, --JSTaggedNumber(remainCnt->GetValue())); in AllSettledRejectElementFunction() 546 remainCnt->SetValue(thread, --JSTaggedNumber(remainCnt->GetValue())); in AnyRejectElementFunction()
|
/arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
D | vreg_value.h | 32 void SetValue(int64_t value) in SetValue() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
D | cl_option_parser.cpp | 97 SetValue(it == disabledNames.end()); in ParseBool() 135 SetValue(std::string(keyArg.val)); in ParseString() 231 SetValue(resDig); in ParseDigit()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | object_operator_first_test.cpp | 140 HWTEST_F_L0(ObjectOperatorTest, SetValue) in HWTEST_F_L0() argument 148 objectOperator.SetValue(handleValue1.GetTaggedValue()); in HWTEST_F_L0() 151 objectOperator.SetValue(handleValue2.GetTaggedValue()); in HWTEST_F_L0() 286 objectOperator.SetValue(handleAccessor.GetTaggedValue()); in HWTEST_F_L0() 293 objectOperator.SetValue(handleInternalAccessor.GetTaggedValue()); in HWTEST_F_L0() 351 objectOperator1.SetValue(handleValue1.GetTaggedValue()); in HWTEST_F_L0() 357 objectOperator2.SetValue(handleValue2.GetTaggedValue()); in HWTEST_F_L0() 430 cellHandle->SetValue(thread, JSTaggedValue(4)); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
D | ets_box_primitive.h | 43 void SetValue(T value) in SetValue() function
|
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectsetvalue_fuzzer/ |
D | pttypesremoteobjectsetvalue_fuzzer.cpp | 35 obj.SetValue(val); in PtTypesRemoteObjectSetValueFuzzTest()
|