| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | vregister.h | 85 ALWAYS_INLINE inline void Set(int32_t value) in Set() 90 ALWAYS_INLINE inline void Set(uint32_t value) in Set() 95 ALWAYS_INLINE inline void Set(int64_t value) in Set() 100 ALWAYS_INLINE inline void Set(uint64_t value) in Set() 106 ALWAYS_INLINE inline void Set(float value) in Set() 112 ALWAYS_INLINE inline void Set(double value) in Set() 118 ALWAYS_INLINE inline void Set(ObjectHeader *value) in Set() 259 ALWAYS_INLINE inline void SetPrimitive(int32_t value) in SetPrimitive() 264 ALWAYS_INLINE inline void SetPrimitive(int64_t value) in SetPrimitive() 269 ALWAYS_INLINE inline void SetPrimitive(float value) in SetPrimitive() [all …]
|
| D | acc_vregister-inl.h | 50 ALWAYS_INLINE inline void SetValue(int64_t value) in SetValue() 60 ALWAYS_INLINE inline void SetTag(int64_t value) in SetTag() 147 ALWAYS_INLINE inline void SetPrimitive(int32_t value) in SetPrimitive() 155 ALWAYS_INLINE inline void SetPrimitive(int64_t value) in SetPrimitive() 163 ALWAYS_INLINE inline void SetPrimitive(float value) in SetPrimitive() 171 ALWAYS_INLINE inline void SetPrimitive(double value) in SetPrimitive() 179 ALWAYS_INLINE inline void SetPrimitive(uint64_t value) in SetPrimitive()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | typed_value.h | 47 static TypedValue U1(bool value) in U1() 52 static TypedValue I8(int8_t value) in I8() 57 static TypedValue U8(uint8_t value) in U8() 62 static TypedValue I16(int16_t value) in I16() 67 static TypedValue U16(uint16_t value) in U16() 72 static TypedValue I32(int32_t value) in I32() 77 static TypedValue U32(uint32_t value) in U32() 82 static TypedValue F32(float value) in F32() 87 static TypedValue F64(double value) in F64() 92 static TypedValue I64(int64_t value) in I64() [all …]
|
| D | object_header-inl.h | 49 inline void ObjectHeader::SetFieldPrimitive(size_t offset, T value) in SetFieldPrimitive() 61 inline void ObjectHeader::SetFieldObject(size_t offset, ObjectHeader *value) in SetFieldObject() 73 inline void ObjectHeader::SetFieldPrimitive(const Field &field, T value) in SetFieldPrimitive() 85 inline void ObjectHeader::SetFieldObject(const Field &field, ObjectHeader *value) in SetFieldObject() 97 … ObjectHeader::SetFieldObject(const ManagedThread *thread, const Field &field, ObjectHeader *value) in SetFieldObject() 103 … void ObjectHeader::SetFieldObject(const ManagedThread *thread, size_t offset, ObjectHeader *value) in SetFieldObject() 115 inline void ObjectHeader::SetFieldPrimitive(size_t offset, T value, std::memory_order memoryOrder) in SetFieldPrimitive() 127 inline void ObjectHeader::SetFieldObject(size_t offset, ObjectHeader *value, std::memory_order memo… in SetFieldObject() 166 inline T ObjectHeader::GetAndSetFieldPrimitive(size_t offset, T value, std::memory_order memoryOrde… in GetAndSetFieldPrimitive() 172 inline ObjectHeader *ObjectHeader::GetAndSetFieldObject(size_t offset, ObjectHeader *value, in GetAndSetFieldObject() [all …]
|
| D | object_accessor-inl.h | 41 inline void ObjectAccessor::SetObject(void *obj, size_t offset, ObjectHeader *value) in SetObject() 83 …jectAccessor::SetObject(const ManagedThread *thread, void *obj, size_t offset, ObjectHeader *value) in SetObject() 121 inline void ObjectAccessor::SetFieldPrimitive(void *obj, const Field &field, T value) in SetFieldPrimitive() 142 inline void ObjectAccessor::SetFieldObject(void *obj, const Field &field, ObjectHeader *value) in SetFieldObject() 165 ObjectHeader *value) in SetFieldObject() 183 inline void ObjectAccessor::SetFieldPrimitive(void *obj, size_t offset, T value, std::memory_order … in SetFieldPrimitive() 210 inline void ObjectAccessor::SetFieldObject(void *obj, size_t offset, ObjectHeader *value, std::memo… in SetFieldObject() 267 auto value = in CompareAndSetFieldObject() local 272 … auto value = CompareAndSetFieldPrimitive<ObjectPointerType>(obj, offset, ToObjPtrType(oldValue), in CompareAndSetFieldObject() local 299 inline T ObjectAccessor::GetAndSetFieldPrimitive(void *obj, size_t offset, T value, std::memory_ord… in GetAndSetFieldPrimitive() [all …]
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | meta.cpp | 48 static panda::pandasm::Value::Type GetType(std::string_view value) in GetType() 63 static T ConvertFromString(std::string_view value, char **end) in ConvertFromString() 88 int64_t ConvertFromString(std::string_view value, char **end) in ConvertFromString() 94 uint64_t ConvertFromString(std::string_view value, char **end) in ConvertFromString() 100 float ConvertFromString(std::string_view value, char **end) in ConvertFromString() 106 double ConvertFromString(std::string_view value, char **end) in ConvertFromString() 112 static Expected<T, Metadata::Error> ConvertFromString(std::string_view value) in ConvertFromString() 133 static Expected<ScalarValue, Metadata::Error> CreatePrimitiveValue(std::string_view value, in CreatePrimitiveValue() 150 Value::Type type, std::string_view value, in CreateValue() 217 …std::string_view value, const std::unordered_map<std::string, std::unique_ptr<AnnotationData>> &an… in AddValue() [all …]
|
| /arkcompiler/runtime_core/assembler/ |
| D | meta.cpp | 48 static panda::pandasm::Value::Type GetType(std::string_view value) in GetType() 63 static T ConvertFromString(std::string_view value, char **end) in ConvertFromString() 88 int64_t ConvertFromString(std::string_view value, char **end) in ConvertFromString() 94 uint64_t ConvertFromString(std::string_view value, char **end) in ConvertFromString() 100 float ConvertFromString(std::string_view value, char **end) in ConvertFromString() 106 double ConvertFromString(std::string_view value, char **end) in ConvertFromString() 112 static Expected<T, Metadata::Error> ConvertFromString(std::string_view value) in ConvertFromString() 132 static Expected<ScalarValue, Metadata::Error> CreatePrimitiveValue(std::string_view value, in CreatePrimitiveValue() 149 Value::Type type, std::string_view value, in CreateValue() 216 …std::string_view value, const std::unordered_map<std::string, std::unique_ptr<AnnotationData>> &an… in AddValue() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.h | 184 void SetEnableArkTools(bool value) { in SetEnableArkTools() 198 void SetEnableRuntimeStat(bool value) in SetEnableRuntimeStat() 213 void SetStubFile(std::string value) in SetStubFile() 253 void SetEnableAOT(bool value) in SetEnableAOT() 268 void SetAOTOutputFile(const std::string& value) in SetAOTOutputFile() 283 void SetTargetTriple(std::string value) in SetTargetTriple() 293 void SetOptLevel(size_t value) in SetOptLevel() 303 void SetRelocMode(size_t value) in SetRelocMode() 313 void SetEnableForceGC(bool value) in SetEnableForceGC() 323 void SetForceFullGC(bool value) in SetForceFullGC() [all …]
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc_options.h | 55 void SetSizeStatArg(bool value) in SetSizeStatArg() 70 void SetHelpArg(bool value) in SetHelpArg() 85 void SetOptLevelArg(int value) in SetOptLevelArg() 100 void SetOptLogLevelArg(std::string value) in SetOptLogLevelArg() 115 void SetSetBcVersionArg(bool value) in SetSetBcVersionArg() 130 void SetBcMinVersionArg(bool value) in SetBcMinVersionArg() 145 void SetCompileByPipeArg(bool value) in SetCompileByPipeArg() 160 void SetCompileNpmEntries(bool value) in SetCompileNpmEntries() 175 void SetOutputProto(bool value) in SetOutputProto() 195 void SetTailArg1(std::string value) in SetTailArg1() [all …]
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_field.h | 93 static constexpr bool IsValid(T value) in IsValid() 102 static constexpr void Set(T value, Stor *stor) in Set() 111 static constexpr T Get(uint64_t value) in Get() 119 static constexpr uint64_t Encode(T value) in Encode() 128 static constexpr uint64_t Update(uint64_t old_value, T value) in Update() 136 static constexpr T Decode(uint64_t value) in Decode()
|
| D | bit_utils.h | 94 constexpr size_t MinimumBitsToStore(T value) in MinimumBitsToStore() 132 constexpr bool IsAligned(T value) in IsAligned() 139 constexpr bool IsAligned(T value, size_t n) in IsAligned() 165 constexpr T SwapBits(T value, T mask, uint32_t offset) in SwapBits() 171 inline uint8_t GetByteFrom(T value, uint64_t index) in GetByteFrom() 180 inline uint16_t ReverseBytes(uint16_t value) in ReverseBytes() 186 inline uint32_t ReverseBytes(uint32_t value) in ReverseBytes() 195 inline uint64_t ReverseBytes(uint64_t value) in ReverseBytes() 219 inline uint32_t ReverseBits(uint32_t value) in ReverseBits() 233 inline uint64_t ReverseBits(uint64_t value) in ReverseBits() [all …]
|
| D | json_builder.h | 59 void Append(T &&value) in Append() 77 auto value = static_cast<double>(std::forward<T>(number)); in Stringify() local 109 JsonArrayBuilder &Add(T &&value) & in Add() 117 JsonArrayBuilder &&Add(T &&value) && in Add() 130 JsonObjectBuilder &AddProperty(std::string_view key, T &&value) & in AddProperty() 140 JsonObjectBuilder &&AddProperty(std::string_view key, T &&value) && in AddProperty()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | bit_field.h | 92 static constexpr bool IsValid(T value) in IsValid() 101 static constexpr void Set(T value, Stor *stor) in Set() 110 static constexpr T Get(uint64_t value) in Get() 118 static constexpr uint64_t Encode(T value) in Encode() 127 static constexpr uint64_t Update(uint64_t oldValue, T value) in Update() 135 static constexpr T Decode(uint64_t value) in Decode()
|
| D | bit_utils.h | 96 constexpr size_t MinimumBitsToStore(T value) in MinimumBitsToStore() 134 constexpr bool IsAligned(T value) in IsAligned() 141 constexpr bool IsAligned(T value, size_t n) in IsAligned() 168 constexpr T SwapBits(T value, T mask, uint32_t offset) in SwapBits() 174 inline uint8_t GetByteFrom(T value, uint64_t index) in GetByteFrom() 183 inline uint16_t ReverseBytes(uint16_t value) in ReverseBytes() 189 inline uint32_t ReverseBytes(uint32_t value) in ReverseBytes() 198 inline uint64_t ReverseBytes(uint64_t value) in ReverseBytes() 222 inline uint32_t ReverseBits(uint32_t value) in ReverseBits() 236 inline uint64_t ReverseBits(uint64_t value) in ReverseBits() [all …]
|
| D | json_builder.h | 63 void Append(T &&value) in Append() 113 JsonArrayBuilder &Add(T &&value) & in Add() 121 JsonArrayBuilder &&Add(T &&value) && in Add() 134 JsonObjectBuilder &AddProperty(std::string_view key, T &&value) & in AddProperty() 144 JsonObjectBuilder &&AddProperty(std::string_view key, T &&value) && in AddProperty()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | bit_helper.h | 64 inline constexpr uint32_t CountLeadingZeros(T value) in CountLeadingZeros() 81 inline constexpr uint32_t CountLeadingZeros32(uint32_t value) in CountLeadingZeros32() 86 inline constexpr uint32_t CountLeadingZeros64(uint64_t value) in CountLeadingZeros64() 91 inline constexpr uint32_t CountLeadingOnes32(uint32_t value) in CountLeadingOnes32() 96 inline constexpr uint32_t CountLeadingOnes64(uint64_t value) in CountLeadingOnes64() 102 inline constexpr uint32_t CountTrailingZeros(T value) in CountTrailingZeros() 118 inline constexpr unsigned CountTrailingZeros32(uint32_t value) in CountTrailingZeros32() 123 inline constexpr unsigned CountTrailingZeros64(uint64_t value) in CountTrailingZeros64() 128 inline constexpr unsigned CountTrailingOnes32(uint32_t value) in CountTrailingOnes32() 133 inline constexpr unsigned CountTrailingOnes64(uint64_t value) in CountTrailingOnes64()
|
| /arkcompiler/ets_runtime/test/moduletest/objectdefineproperties/ |
| D | objectdefineproperties.js | 26 foo: {value:1}, property 27 bar: {value:2, get:function() {return 3;}} property 38 foo: {value:1}, property 39 bar: {value:2, enumerable:false}, property 40 hhh: {value:3, enumerable:true, writable:false}, property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Char.cpp | 22 extern "C" EtsBoolean StdCoreCharIsUpperCase(EtsChar value) in StdCoreCharIsUpperCase() 26 extern "C" EtsChar StdCoreCharToUpperCase(EtsChar value) in StdCoreCharToUpperCase() 30 extern "C" EtsBoolean StdCoreCharIsLowerCase(EtsChar value) in StdCoreCharIsLowerCase() 34 extern "C" EtsChar StdCoreCharToLowerCase(EtsChar value) in StdCoreCharToLowerCase()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | runtime_impl.cpp | 158 Local<JSValueRef> value = Local<JSValueRef>(vm_, iter->second); in GetProperties() local 376 void RuntimeImpl::GetProtoOrProtoType(Local<JSValueRef> value, bool isOwn, bool isAccessorOnly, in GetProtoOrProtoType() 410 void RuntimeImpl::GetAdditionalProperties(Local<JSValueRef> value, in GetAdditionalProperties() 465 void RuntimeImpl::GetPrimitiveNumberValue(Local<JSValueRef> value, in GetPrimitiveNumberValue() 473 void RuntimeImpl::GetPrimitiveStringValue(Local<JSValueRef> value, in GetPrimitiveStringValue() 481 void RuntimeImpl::GetPrimitiveBooleanValue(Local<JSValueRef> value, in GetPrimitiveBooleanValue() 490 void RuntimeImpl::GetMapIteratorValue(Local<JSValueRef> value, in GetMapIteratorValue() 503 void RuntimeImpl::GetSetIteratorValue(Local<JSValueRef> value, in GetSetIteratorValue() 516 void RuntimeImpl::GetGeneratorFunctionValue(Local<JSValueRef> value, in GetGeneratorFunctionValue() 527 void RuntimeImpl::GetGeneratorObjectValue(Local<JSValueRef> value, in GetGeneratorObjectValue() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_math.cpp | 57 double value = numberValue.GetNumber(); in Acos() local 76 double value = numberValue.GetNumber(); in Acosh() local 94 double value = numberValue.GetNumber(); in Asin() local 112 double value = numberValue.GetNumber(); in Asinh() local 131 double value = numberValue.GetNumber(); in Atan() local 150 double value = numberValue.GetNumber(); in Atanh() local 199 double value = numberValue.GetNumber(); in Cbrt() local 218 double value = numberValue.GetNumber(); in Ceil() local 243 double value = numberValue.GetNumber(); in Clz32() local 263 double value = numberValue.GetNumber(); in Cos() local [all …]
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyProgram.proto | 27 Record value = 2; field 31 Function value = 2; field 35 repeated bytes value = 2; field 39 LiteralArray value = 2; field
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_vector_test.cpp | 71 JSHandle<JSTaggedValue> value = in CreateVector() local 100 JSMutableHandle<JSTaggedValue> value(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 134 JSMutableHandle<JSTaggedValue> value(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 170 JSMutableHandle<JSTaggedValue> value(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 193 JSMutableHandle<JSTaggedValue> value(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 213 JSMutableHandle<JSTaggedValue> value(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 248 JSHandle<JSTaggedValue> value(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 277 JSHandle<JSTaggedValue> value(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 282 JSHandle<JSTaggedValue> value(thread, JSTaggedValue(i * 2)); // 2 : It means double in HWTEST_F_L0() local 287 JSHandle<JSTaggedValue> value(thread, JSTaggedValue(0)); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/runtime_core/assembler/extensions/ |
| D | ecmascript_meta.cpp | 94 void RecordMetadata::SetFlags(std::string_view attribute, std::string_view value) in SetFlags() 109 void RecordMetadata::RemoveFlags(std::string_view attribute, std::string_view value) in RemoveFlags() 119 void FieldMetadata::SetFlags(std::string_view attribute, std::string_view value) in SetFlags() 129 void FieldMetadata::RemoveFlags(std::string_view attribute, std::string_view value) in RemoveFlags() 139 void FunctionMetadata::SetFlags(std::string_view attribute, std::string_view value) in SetFlags() 149 void FunctionMetadata::RemoveFlags(std::string_view attribute, std::string_view value) in RemoveFlags() 159 void ParamMetadata::SetFlags(std::string_view attribute, std::string_view value) in SetFlags() 169 void ParamMetadata::RemoveFlags(std::string_view attribute, std::string_view value) in RemoveFlags()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | barriers-inl.h | 28 … ARK_INLINE void WriteBarrier(const JSThread *thread, void *obj, size_t offset, JSTaggedType value) in WriteBarrier() 55 …line void Barriers::SetObject(const JSThread *thread, void *obj, size_t offset, JSTaggedType value) in SetObject() 62 inline void Barriers::SynchronizedSetClass(const JSThread *thread, void *obj, JSTaggedType value) in SynchronizedSetClass() 68 …rriers::SynchronizedSetObject(const JSThread *thread, void *obj, size_t offset, JSTaggedType value, in SynchronizedSetObject()
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| D | pt_value.h | 49 explicit PtValue(int64_t value = 0) : value_(value) {} in value_() argument 51 PtValue(int64_t value, PtValueMeta /* unused */) : value_(value) {} in PtValue() 58 void SetValue(int64_t value) in SetValue()
|