Home
last modified time | relevance | path

Searched refs:SetValue (Results 1 – 25 of 70) sorted by relevance

123

/ark/runtime_core/runtime/interpreter/
Dvregister.h81 ALWAYS_INLINE inline void SetValue(int64_t v) in SetValue() function
83 static_cast<T *>(this)->SetValue(v); in SetValue()
105 SetValue(other.GetValue()); in MoveFrom()
113 SetValue(other.GetValue()); in MoveFromObj()
120 SetValue(other.GetValue()); in Move()
127 SetValue(value); in Set()
133 SetValue(value); in Set()
139 SetValue(value); in Set()
146 SetValue(v); in Set()
153 SetValue(v); in Set()
[all …]
Dacc_vregister.h36 SetValue(other.GetValue()); in AccVRegister()
53 ALWAYS_INLINE inline void SetValue(int64_t value) in SetValue() function
Dframe.h42 SetValue(v); in VRegister()
46 ALWAYS_INLINE inline void SetValue(int64_t v) in SetValue() function
/ark/ts2abc/ts2panda/ts2abc/
Dts2abc_options.h54 size_stat_arg_.SetValue(value); in SetSizeStatArg()
69 help_arg_.SetValue(value); in SetHelpArg()
84 opt_level_arg_.SetValue(value); in SetOptLevelArg()
99 opt_log_level_arg_.SetValue(value); in SetOptLogLevelArg()
114 bc_version_arg_.SetValue(value); in SetSetBcVersionArg()
129 bc_min_version_arg_.SetValue(value); in SetBcMinVersionArg()
144 compile_by_pipe_arg_.SetValue(value); in SetCompileByPipeArg()
159 Tail_Arg1_arg_.SetValue(value); in SetTailArg1()
174 Tail_Arg2_arg_.SetValue(value); in SetTailArg2()
/ark/js_runtime/ecmascript/
Djs_runtime_options.h60 enableArkTools_.SetValue(value); in SetEnableArkTools()
75 enableStubAot_.SetValue(value); in SetEnableStubAot()
90 stubModuleFile_.SetValue(std::move(value)); in SetStubModuleFile()
105 enableForceGc_.SetValue(value); in SetEnableForceGC()
115 forceFullGc_.SetValue(value); in SetForceFullGC()
125 enableCpuprofiler_.SetValue(value); in SetEnableCpuprofiler()
135 enableTsAot_.SetValue(value); in SetEnableTsAot()
146 arkProperties_.SetValue(prop); in SetArkProperties()
Dtagged_dictionary.cpp106 SetValue(thread, entry, value); in SetEntry()
113 SetValue(thread, entry, value); in UpdateValueAndAttributes()
119 SetValue(thread, entry, value); in UpdateValue()
228 SetValue(thread, entry, value); in SetEntry()
235 SetValue(thread, entry, value); in UpdateValueAndAttributes()
241 SetValue(thread, entry, value); in UpdateValue()
Dtagged_tree-inl.h38 SetValue(thread, 0, value); in SetRoot()
52 void TaggedTree<Derived>::SetValue(const JSThread *thread, uint32_t entry, JSTaggedValue value) in SetValue() function
317 SetValue(thread, entry, value); in InsertLeftEntry()
328 SetValue(thread, entry, value); in InsertRightEntry()
351 newTree->SetValue(thread, index, GetValue(parent)); in CopyAllData()
444 newMap->SetValue(thread, index, GetValue(parent)); in CopyEntry()
450 SetValue(thread, dst, GetValue(src)); in CopyData()
456 SetValue(thread, index, JSTaggedValue::Hole()); in RemoveEntry()
482 newMap->SetValue(thread, index, GetValue(parent)); in CopyEntry()
488 SetValue(thread, dst, GetValue(src)); in CopyData()
[all …]
Dlinked_hash_table.cpp48 table->SetValue(thread, entry, value.GetTaggedValue()); in Insert()
58 newTable->SetValue(thread, entry, value.GetTaggedValue()); in Insert()
72 table->SetValue(thread, entry, value.GetTaggedValue()); in InsertWeakRef()
85 newTable->SetValue(thread, entry, value.GetTaggedValue()); in InsertWeakRef()
213 SetValue(thread, entry, JSTaggedValue::Hole()); in Clear()
Dtransitions_dictionary.h111 SetValue(thread, entry, weakValue); in SetEntry()
118 SetValue(thread, entry, JSTaggedValue::Hole()); in RemoveElement()
Dobject_operator.cpp211 desc.SetValue(JSHandle<JSTaggedValue>(thread_, val)); in ToPropertyDescriptor()
218 desc.SetValue(JSHandle<JSTaggedValue>(thread_, val)); in ToPropertyDescriptor()
417 cell->SetValue(thread_, value.GetTaggedValue()); in UpdateDataValue()
584 SetValue(value); in SetFound()
602 SetValue(JSTaggedValue::Undefined()); in ResetState()
665 cellHandle->SetValue(thread_, value.GetTaggedValue()); in AddPropertyInternal()
Djs_primitive_ref.cpp65 desc->SetValue(value); in StringGetIndexProperty()
Dtagged_hash_table-inl.h173 this->SetValue(thread, entry, value.GetTaggedValue()); in AddElement()
182 this->SetValue(thread, entry, defaultValue); in RemoveElement()
195 table->SetValue(thread, entry, value.GetTaggedValue()); in Insert()
306 void TaggedHashTable<Derived>::SetValue(const JSThread *thread, int entry, const JSTaggedValue &val… in SetValue() function
/ark/runtime_core/libpandabase/utils/
Djson_parser.cpp134 parsed_temp_.SetValue(std::move(string)); in GetString()
147 parsed_temp_.SetValue(num); in GetNum()
160 parsed_temp_.SetValue(boolean); in GetBool()
204 parsed_temp_.SetValue(std::move(inner_obj_ptr)); in GetValue()
241 parsed_temp_.SetValue(std::move(temp)); in GetArray()
Dpandargs.h102 void SetValue(T val) in SetValue() function
609 arg->SetValue(argv_vec_[argv_index_]); in ParseStringArgParam()
632 arg->SetValue(num); in ParseIntArgParam()
648 arg->SetValue(std::stod(param_str)); in ParseDoubleArgParam()
662 arg->SetValue(true);
686 arg->SetValue(true);
692 arg->SetValue(false);
705 arg->SetValue(true);
735 arg->SetValue(num); in ParseUint64ArgParam()
766 arg->SetValue(num); in ParseUint32ArgParam()
[all …]
/ark/runtime_core/runtime/tests/
Di2c_bridge_test.cpp569 frame->GetVReg(1).SetValue(5); in TEST_F()
587 frame->GetVReg(1).SetValue(0); in TEST_F()
589 frame->GetAcc().SetValue(5); in TEST_F()
609 frame->GetVReg(0).SetValue(2U); in TEST_F()
611 frame->GetVReg(1).SetValue(5); in TEST_F()
629 frame->GetAcc().SetValue(5); in TEST_F()
631 frame->GetVReg(1).SetValue(0); in TEST_F()
1038 frame->GetVReg(6U).SetValue(7); in TEST_F()
1074 frame->GetVReg(7U).SetValue(8); in TEST_F()
1180 frame->GetAcc().SetValue(0); in TEST_F()
[all …]
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp53 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()
Dbuiltins_promise.cpp447 values->SetValue(thread, emptyArray); in PerformPromiseAll()
450 remainCnt->SetValue(thread, JSTaggedNumber(1)); in PerformPromiseAll()
471 remainCnt->SetValue(thread, --JSTaggedNumber(remainCnt->GetValue())); in PerformPromiseAll()
507 values->SetValue(thread, valuesArray); in PerformPromiseAll()
522 falseRecord->SetValue(thread, JSTaggedValue::False()); in PerformPromiseAll()
533 remainCnt->SetValue(thread, ++JSTaggedNumber(remainCnt->GetValue())); in PerformPromiseAll()
/ark/js_runtime/ecmascript/ic/
Dproperty_box.cpp23 SetValue(thread, JSTaggedValue::Hole()); in Clear()
/ark/runtime_core/runtime/include/tooling/
Dpt_value.h55 void SetValue(int64_t value) in SetValue() function
/ark/js_runtime/ecmascript/tooling/agent/
Druntime_impl.cpp270 .SetValue(std::move(remoteObjectTypedArray)); in AddTypedArrayRef()
299 .SetValue(std::move(protoObj)); in GetProtoOrProtoType()
312 .SetValue(std::move(protoObj)); in GetProtoOrProtoType()
349 .SetValue(std::move(remoteObjElement)); in GetAdditionalProperties()
/ark/runtime_core/runtime/tooling/
Ddebugger.h284 value->SetValue(anydata); in GetProperty()
303 result->SetValue(anydata); in EvaluateExpression()
333 result->SetValue(anyobj); in AwaitPromise()
344 returnValue->SetValue(anydata); in CallFunctionOn()
/ark/js_runtime/ecmascript/tooling/backend/
Ddebugger_executor.cpp79 if (SetValue(vm, frameHandler.get(), Local<StringRef>(name), value)) { in DebuggerSetValue()
108 bool DebuggerExecutor::SetValue(const EcmaVM *vm, InterpretedFrameHandler *frameHandler, in SetValue() function in panda::ecmascript::tooling::DebuggerExecutor
Ddebugger_executor.h33 static bool SetValue(const EcmaVM *vm, InterpretedFrameHandler *frameHandler,
/ark/js_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp156 handleOp1.SetValue(cellHandle.GetTaggedValue()); in HWTEST_F_L0()
195 handleOp.SetValue(cellHandle.GetTaggedValue()); in HWTEST_F_L0()
/ark/js_runtime/ecmascript/tests/
Dsymbol_table_test.cpp229 symbolTable->SetValue(thread, 0, JSTaggedValue(1)); in HWTEST_F_L0()
232 symbolTable->SetValue(thread, 1, JSTaggedValue(1)); in HWTEST_F_L0()

123