| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | vregister.h | 75 ALWAYS_INLINE inline void SetValue(int64_t v) in SetValue() function in ark::interpreter::VRegisterIface 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( in VRegister() 196 ALWAYS_INLINE inline void SetValue(int64_t v) SetValue() function in ark::interpreter::VRegister 227 ALWAYS_INLINE inline void SetValue(int64_t v) SetValue() function in ark::interpreter::VRegisterRef [all...] |
| H A D | acc_vregister-inl.h | 35 SetValue(other.GetValue()); in AccVRegisterT() 50 ALWAYS_INLINE inline void SetValue(int64_t value) in SetValue() function in ark::interpreter::AccVRegisterT 81 this->payload_->SetValue(other.GetValue()); in Move() 87 this->payload_->SetValue(other.GetValue()); in Move() 99 this->payload_->SetValue(other.GetValue()); in operator =() 107 this->payload_->SetValue(other.GetValue()); in operator =() 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()
|
| H A D | acc_vregister.h | 36 ALWAYS_INLINE inline void SetValue(int64_t value) in SetValue() function in ark::interpreter::AccVRegister 38 payload_.SetValue(value); in SetValue() 48 mirror_.SetValue(value); in SetTag()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| H A D | ast_builder_test.cpp | 106 auto left = NumberLiteralBuilder(Allocator()).SetValue("10").Build(); in TEST_F() 107 auto right = NumberLiteralBuilder(Allocator()).SetValue("5").Build(); in TEST_F() 119 auto left = NumberLiteralBuilder(Allocator()).SetValue("10").Build(); in TEST_F() 120 auto right = NumberLiteralBuilder(Allocator()).SetValue("5").Build(); in TEST_F() 132 auto bigint = BigIntLiteralBuilder(Allocator()).SetValue("123").Build(); in TEST_F() 138 auto left = NumberLiteralBuilder(Allocator()).SetValue("10").Build(); in TEST_F() 139 auto right = NumberLiteralBuilder(Allocator()).SetValue("5").Build(); in TEST_F() 150 auto left = NumberLiteralBuilder(Allocator()).SetValue("10").Build(); in TEST_F() 151 auto right = NumberLiteralBuilder(Allocator()).SetValue("5").Build(); in TEST_F() 164 auto left = NumberLiteralBuilder(Allocator()).SetValue("1 in TEST_F() [all...] |
| /arkcompiler/runtime_core/abc2program/ |
| H A D | abc_field_processor.cpp | 81 field_.metadata->SetValue(pandasm::ScalarValue::Create<pandasm::Value::Type::LITERALARRAY>( in FillU32MetaData() 86 field_.metadata->SetValue(pandasm::ScalarValue::Create<pandasm::Value::Type::LITERALARRAY>( in FillU32MetaData() 91 field_.metadata->SetValue(pandasm::ScalarValue::Create<pandasm::Value::Type::LITERALARRAY>( in FillU32MetaData() 95 field_.metadata->SetValue(pandasm::ScalarValue::Create<pandasm::Value::Type::STRING>( in FillU32MetaData() 98 field_.metadata->SetValue(pandasm::ScalarValue::Create<pandasm::Value::Type::U32>(val)); in FillU32MetaData() 108 field_.metadata->SetValue(pandasm::ScalarValue::Create<pandasm::Value::Type::STRING>(val)); in FillStringMetaData() 121 field_.metadata->SetValue(pandasm::ScalarValue::Create<pandasm::Value::Type::LITERALARRAY>( in FillLiteralArrayMetaData() 135 field_.metadata->SetValue(pandasm::ScalarValue::Create<pandasm::Value::Type::U8>(val)); in FillMetaDataValue() 141 field_.metadata->SetValue(pandasm::ScalarValue::Create<pandasm::Value::Type::F64>(val.value())); in FillMetaDataValue() 148 field_.metadata->SetValue(pandas in FillMetaDataValue() [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | jsnapi_sendable.cpp | 35 nonStaticDescs_[0].SetValue(JSHandle<JSTaggedValue>::Cast(constructor)); in SetSConstructor() 48 nameDesc.SetValue(JSNApiHelper::ToJSHandle(name)); in InitStaticDescription() 55 prototypeDesc.SetValue(globalConst->GetHandledNull()); in InitStaticDescription() 67 constructorDesc.SetValue(globalConst->GetHandledNull()); in InitNonStaticDescription() 79 napiWrapperDesc.SetValue(globalConst->GetHandledNull()); in InitInstanceDescription() 98 desc.SetValue(JSNApiHelper::ToJSHandle(info.attributes[i].GetValue(vm))); in InitWithPropertiesInfo()
|
| H A D | tagged_tree.h | 142 inline void SetValue(const JSThread *thread, uint32_t entry, JSTaggedValue value) in SetValue() function in panda::ecmascript::TaggedTree 259 SetValue(thread, 0, value); in SetRoot() 277 SetValue(thread, entry, value); in InsertLeftEntry() 287 SetValue(thread, entry, value); in InsertRightEntry() 389 newTree->SetValue(thread, index, GetValue(parent)); in CopyAllData() 473 newMap->SetValue(thread, index, GetValue(parent)); in CopyEntry() 478 SetValue(thread, dst, GetValue(src)); in CopyData() 484 SetValue(thread, index, JSTaggedValue::Hole()); in RemoveEntry() 532 newMap->SetValue(thread, index, GetValue(parent)); in CopyEntry() 538 SetValue(threa in CopyData() [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A 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() 293 parsedTemp_.SetValue(std::move(innerObjPtr)); in GetValue() 321 parsedTemp_.SetValue(std::move(temp)); in GetArray() 336 parsedTemp_.SetValue(std::move(temp)); in GetArray()
|
| H A D | pandargs.h | 131 void SetValue(T val) in SetValue() function in ark::PandArg 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() 755 arg->SetValue(std::string(argstr)); in ParseStringArgParam() 782 arg->SetValue(num); in ParseIntArgParam() 798 arg->SetValue(std::stod(paramStr)); in ParseDoubleArgParam() 812 arg->SetValue(true); in ParseBoolArgParam() 836 arg->SetValue(true); in ParseBoolArgParam() 842 arg->SetValue(fals in ParseBoolArgParam() [all...] |
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A 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()
|
| H A D | pandargs.h | 129 void SetValue(T val) in SetValue() function in panda::PandArg 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() 754 arg->SetValue(std::string(argstr)); in ParseStringArgParam() 777 arg->SetValue(num); in ParseIntArgParam() 793 arg->SetValue(std::stod(param_str)); in ParseDoubleArgParam() 807 arg->SetValue(true); in ParseBoolArgParam() 831 arg->SetValue(true); in ParseBoolArgParam() 837 arg->SetValue(fals in ParseBoolArgParam() [all...] |
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | file_reader.h | 108 field_item->SetValue(value_item); in SetIntegerFieldValue() 112 field_item->SetValue(value_item); in SetIntegerFieldValue() 127 field_item->SetValue(value_item); in SetFloatFieldValue() 131 field_item->SetValue(value_item); in SetFloatFieldValue() 144 field_item->SetValue(value_item); in SetStringFieldValue()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_reader.h | 124 fieldItem->SetValue(valueItem); in SetIntegerFieldValue() 128 fieldItem->SetValue(valueItem); in SetIntegerFieldValue() 143 fieldItem->SetValue(valueItem); in SetFloatFieldValue() 147 fieldItem->SetValue(valueItem); in SetFloatFieldValue() 160 fieldItem->SetValue(valueItem); in SetStringFieldValue()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| H A D | commonjs.cpp | 28 isCommonJsField.metadata->SetValue( in SetCommonjsField() 40 isCommonJsField.metadata->SetValue( in GenCommonjsRecord()
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| H A D | property_box_test.cpp | 70 * @tc.name: SetValue 71 * @tc.desc: Creating PropertyBox object through "NewPropertyBox" function,this object call "SetValue" function 76 HWTEST_F_L0(PropertyBoxTest, SetValue) in HWTEST_F_L0() 83 handlePropertyBox->SetValue(thread, JSTaggedValue(2)); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | osr.cpp | 208 acc.SetValue(uval); in SetOsrResult() 212 acc.SetValue(uval); in SetOsrResult() 217 acc.SetValue(bit_cast<int64_t>(fval)); in SetOsrResult() 223 acc.SetValue(0); in SetOsrResult() 227 acc.SetValue(uval); in SetOsrResult()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | destructuring.cpp | 68 lref.SetValue(); in GenRestElement() 110 lref.SetValue(); in GenElement() 201 lref.SetValue(); in GenObjectWithRest() 228 lref.SetValue(); in GenObjectWithRest() 271 lref.SetValue(); in GenObject()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A 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/ic/ |
| H A D | property_box.cpp | 22 SetValue(thread, JSTaggedValue::Hole()); in Clear()
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| H A D | vreg_value.h | 32 constexpr void SetValue(int64_t value) in SetValue() function in ark::tooling::VRegValue
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | bigintLiteralBuilder.h | 29 BigIntLiteralBuilder &SetValue(util::StringView val) in SetValue() function in ark::es2panda::ir::BigIntLiteralBuilder
|
| H A D | booleanLiteralBuilder.h | 29 BooleanLiteralBuilder &SetValue(bool val) in SetValue() function in ark::es2panda::ir::BooleanLiteralBuilder
|
| H A D | charLiteralBuilder.h | 29 CharLiteralBuilder &SetValue(char16_t val) in SetValue() function in ark::es2panda::ir::CharLiteralBuilder
|
| H A D | numberLiteralBuilder.h | 29 NumberLiteralBuilder &SetValue(util::StringView value) in SetValue() function in ark::es2panda::ir::NumberLiteralBuilder
|
| H A D | stringLiteralBuilder.h | 29 StringLiteralBuilder &SetValue(util::StringView value) in SetValue() function in ark::es2panda::ir::StringLiteralBuilder
|