/ark/runtime_core/runtime/interpreter/ |
D | vregister.h | 81 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 …]
|
D | acc_vregister.h | 36 SetValue(other.GetValue()); in AccVRegister() 53 ALWAYS_INLINE inline void SetValue(int64_t value) in SetValue() function
|
D | frame.h | 42 SetValue(v); in VRegister() 46 ALWAYS_INLINE inline void SetValue(int64_t v) in SetValue() function
|
/ark/ts2abc/ts2panda/ts2abc/ |
D | ts2abc_options.h | 54 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/ |
D | js_runtime_options.h | 60 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()
|
D | tagged_dictionary.cpp | 106 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()
|
D | tagged_tree-inl.h | 38 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 …]
|
D | linked_hash_table.cpp | 48 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()
|
D | transitions_dictionary.h | 111 SetValue(thread, entry, weakValue); in SetEntry() 118 SetValue(thread, entry, JSTaggedValue::Hole()); in RemoveElement()
|
D | object_operator.cpp | 211 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()
|
D | js_primitive_ref.cpp | 65 desc->SetValue(value); in StringGetIndexProperty()
|
D | tagged_hash_table-inl.h | 173 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/ |
D | json_parser.cpp | 134 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()
|
D | pandargs.h | 102 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/ |
D | i2c_bridge_test.cpp | 569 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/ |
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()
|
D | builtins_promise.cpp | 447 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/ |
D | property_box.cpp | 23 SetValue(thread, JSTaggedValue::Hole()); in Clear()
|
/ark/runtime_core/runtime/include/tooling/ |
D | pt_value.h | 55 void SetValue(int64_t value) in SetValue() function
|
/ark/js_runtime/ecmascript/tooling/agent/ |
D | runtime_impl.cpp | 270 .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/ |
D | debugger.h | 284 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/ |
D | debugger_executor.cpp | 79 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
|
D | debugger_executor.h | 33 static bool SetValue(const EcmaVM *vm, InterpretedFrameHandler *frameHandler,
|
/ark/js_runtime/ecmascript/ic/tests/ |
D | ic_handler_test.cpp | 156 handleOp1.SetValue(cellHandle.GetTaggedValue()); in HWTEST_F_L0() 195 handleOp.SetValue(cellHandle.GetTaggedValue()); in HWTEST_F_L0()
|
/ark/js_runtime/ecmascript/tests/ |
D | symbol_table_test.cpp | 229 symbolTable->SetValue(thread, 0, JSTaggedValue(1)); in HWTEST_F_L0() 232 symbolTable->SetValue(thread, 1, JSTaggedValue(1)); in HWTEST_F_L0()
|