Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 1412) sorted by relevance

12345678910>>...57

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_imm_valid.h63 inline bool IsSingleInstructionMovable32(int64 value) in IsSingleInstructionMovable32()
78 inline bool IsSingleInstructionMovable64(int64 value) in IsSingleInstructionMovable64()
86 inline bool Imm12BitValid(int64 value) in Imm12BitValid()
95 inline bool Imm12BitMaskValid(int64 value) in Imm12BitMaskValid()
103 inline bool Imm13BitValid(int64 value) in Imm13BitValid()
112 inline bool Imm13BitMaskValid(int64 value) in Imm13BitMaskValid()
120 inline bool Imm16BitValid(int64 value) in Imm16BitValid()
131 inline bool BitShift5BitValid(uint32 value) in BitShift5BitValid()
138 inline bool BitShift6BitValid(uint32 value) in BitShift6BitValid()
145 inline bool BitShift5BitValidImm(int64 value) in BitShift5BitValidImm()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/setter/ts_to_ets/
Dsetter.js18 set value(arg) { setter in exports.UnionSetter
21 get value() { getter in exports.UnionSetter
26 set value(arg) { setter in exports.InterfaceSetter
29 get value() { getter in exports.InterfaceSetter
34 set value(arg) { setter in exports.BaseClass
37 get value() { getter in exports.BaseClass
52 set value(arg) { setter in exports.SubsetValueSet
55 get value() { getter in exports.SubsetValueSet
60 set value(arg) { setter in exports.SetterAnyType
63 get value() { getter in exports.SetterAnyType
[all …]
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dvregister.h85 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 …]
Dacc_vregister-inl.h50 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/
Dtyped_value.h47 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 …]
Dobject_header-inl.h49 inline void ObjectHeader::SetFieldPrimitive(size_t offset, T value) in SetFieldPrimitive()
67 inline void ObjectHeader::SetFieldObject(size_t offset, ObjectHeader *value) in SetFieldObject()
79 inline void ObjectHeader::SetFieldPrimitive(const Field &field, T value) in SetFieldPrimitive()
93 inline void ObjectHeader::SetFieldObject(const Field &field, ObjectHeader *value) in SetFieldObject()
107 … ObjectHeader::SetFieldObject(const ManagedThread *thread, const Field &field, ObjectHeader *value) in SetFieldObject()
114 … void ObjectHeader::SetFieldObject(const ManagedThread *thread, size_t offset, ObjectHeader *value) in SetFieldObject()
126 inline void ObjectHeader::SetFieldPrimitive(size_t offset, T value, std::memory_order memoryOrder) in SetFieldPrimitive()
140 inline void ObjectHeader::SetFieldObject(size_t offset, ObjectHeader *value, std::memory_order memo… in SetFieldObject()
181 inline T ObjectHeader::GetAndSetFieldPrimitive(size_t offset, T value, std::memory_order memoryOrde… in GetAndSetFieldPrimitive()
188 inline ObjectHeader *ObjectHeader::GetAndSetFieldObject(size_t offset, ObjectHeader *value, in GetAndSetFieldObject()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h252 void SetEnableArkTools(bool value) in SetEnableArkTools()
267 void SetOpenArkTools(bool value) in SetOpenArkTools()
282 void SetEnableRuntimeStat(bool value) in SetEnableRuntimeStat()
297 void SetStubFile(std::string value) in SetStubFile()
337 void SetEnableAOT(bool value) in SetEnableAOT()
352 void SetAOTOutputFile(const std::string& value) in SetAOTOutputFile()
367 void SetTargetTriple(std::string value) in SetTargetTriple()
377 void SetOptLevel(size_t value) in SetOptLevel()
387 void SetRelocMode(size_t value) in SetRelocMode()
397 void SetEnableForceGC(bool value) in SetEnableForceGC()
[all …]
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_modify_impl.cpp104 extern "C" AbckitValue *CreateValueU1(AbckitFile *file, bool value) in CreateValueU1()
120 extern "C" AbckitValue *CreateValueDouble(AbckitFile *file, double value) in CreateValueDouble()
136 extern "C" AbckitValue *CreateValueString(AbckitFile *file, const char *value, size_t len) in CreateValueString()
154 extern "C" AbckitValue *CreateLiteralArrayValue(AbckitFile *file, AbckitValue **value, size_t size) in CreateLiteralArrayValue()
176 extern "C" AbckitString *CreateString(AbckitFile *file, const char *value, size_t len) in CreateString()
198 extern "C" AbckitLiteralArray *CreateLiteralArray(AbckitFile *file, AbckitLiteral **value, size_t s… in CreateLiteralArray()
215 extern "C" AbckitLiteral *CreateLiteralBool(AbckitFile *file, bool value) in CreateLiteralBool()
231 extern "C" AbckitLiteral *CreateLiteralU8(AbckitFile *file, uint8_t value) in CreateLiteralU8()
247 extern "C" AbckitLiteral *CreateLiteralU16(AbckitFile *file, uint16_t value) in CreateLiteralU16()
263 extern "C" AbckitLiteral *CreateLiteralMethodAffiliate(AbckitFile *file, uint16_t value) in CreateLiteralMethodAffiliate()
[all …]
/arkcompiler/runtime_core/assembler/
Dmeta.cpp41 static panda::pandasm::Value::Type GetType(const std::string_view &value) in GetType()
56 static T ConvertFromString(const std::string_view &value, char **end) in ConvertFromString()
81 int64_t ConvertFromString(const std::string_view &value, char **end) in ConvertFromString()
87 uint64_t ConvertFromString(const std::string_view &value, char **end) in ConvertFromString()
93 float ConvertFromString(const std::string_view &value, char **end) in ConvertFromString()
99 double ConvertFromString(const std::string_view &value, char **end) in ConvertFromString()
105 static Expected<T, Metadata::Error> ConvertFromString(const std::string_view &value) in ConvertFromString()
125 static Expected<ScalarValue, Metadata::Error> CreatePrimitiveValue(const std::string_view &value, in CreatePrimitiveValue()
142 Value::Type type, const std::string_view &value, in CreateValue()
209 const std::string_view &value, in AddValue()
[all …]
/arkcompiler/runtime_core/static_core/assembler/
Dmeta.cpp48 static ark::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()
151 Value::Type type, std::string_view value, in CreateValue()
218std::string_view value, const std::unordered_map<std::string, std::unique_ptr<AnnotationData>> &an… in AddValue()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Char.cpp23 extern "C" EtsBoolean StdCoreCharIsUpperCase(EtsChar value) in StdCoreCharIsUpperCase()
27 extern "C" EtsChar StdCoreCharToUpperCase(EtsChar value) in StdCoreCharToUpperCase()
31 extern "C" EtsBoolean StdCoreCharIsLowerCase(EtsChar value) in StdCoreCharIsLowerCase()
35 extern "C" EtsChar StdCoreCharToLowerCase(EtsChar value) in StdCoreCharToLowerCase()
39 extern "C" EtsBoolean StdCoreCharIsWhiteSpace(EtsChar value) in StdCoreCharIsWhiteSpace()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dmetadata_modify_static.cpp52 AbckitString *CreateStringStatic(AbckitFile *file, const char *value, size_t len) in CreateStringStatic()
131 AbckitLiteral *FindOrCreateLiteralBoolStatic(AbckitFile *file, bool value) in FindOrCreateLiteralBoolStatic()
137 AbckitLiteral *FindOrCreateLiteralU8Static(AbckitFile *file, uint8_t value) in FindOrCreateLiteralU8Static()
143 AbckitLiteral *FindOrCreateLiteralU16Static(AbckitFile *file, uint16_t value) in FindOrCreateLiteralU16Static()
149 AbckitLiteral *FindOrCreateLiteralMethodAffiliateStatic(AbckitFile *file, uint16_t value) in FindOrCreateLiteralMethodAffiliateStatic()
155 AbckitLiteral *FindOrCreateLiteralU32Static(AbckitFile *file, uint32_t value) in FindOrCreateLiteralU32Static()
161 AbckitLiteral *FindOrCreateLiteralU64Static(AbckitFile *file, uint64_t value) in FindOrCreateLiteralU64Static()
167 AbckitLiteral *FindOrCreateLiteralFloatStatic(AbckitFile *file, float value) in FindOrCreateLiteralFloatStatic()
173 AbckitLiteral *FindOrCreateLiteralDoubleStatic(AbckitFile *file, double value) in FindOrCreateLiteralDoubleStatic()
179 AbckitLiteral *FindOrCreateLiteralStringStatic(AbckitFile *file, const char *value, size_t len) in FindOrCreateLiteralStringStatic()
[all …]
/arkcompiler/runtime_core/libabckit/tests/mock/
Dmetadata_modify_impl_mock.cpp99 AbckitValue *CreateValueU1(AbckitFile *file, bool value) in CreateValueU1()
107 AbckitValue *CreateValueDouble(AbckitFile *file, double value) in CreateValueDouble()
115 AbckitValue *CreateValueString(AbckitFile *file, const char *value, size_t len) in CreateValueString()
124 AbckitValue *CreateLiteralArrayValue(AbckitFile *file, [[maybe_unused]] AbckitValue **value, size_t… in CreateLiteralArrayValue()
136 AbckitString *CreateString(AbckitFile *file, const char *value, size_t len) in CreateString()
149 AbckitLiteralArray *CreateLiteralArray(AbckitFile *file, AbckitLiteral **value, size_t size) in CreateLiteralArray()
158 AbckitLiteral *CreateLiteralBool(AbckitFile *file, bool value) in CreateLiteralBool()
166 AbckitLiteral *CreateLiteralU8(AbckitFile *file, uint8_t value) in CreateLiteralU8()
174 AbckitLiteral *CreateLiteralU16(AbckitFile *file, uint16_t value) in CreateLiteralU16()
182 AbckitLiteral *CreateLiteralMethodAffiliate(AbckitFile *file, uint16_t value) in CreateLiteralMethodAffiliate()
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_field.h92 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()
Dbit_utils.h95 constexpr size_t MinimumBitsToStore(T value) in MinimumBitsToStore()
133 constexpr bool IsAligned(T value) in IsAligned()
140 constexpr bool IsAligned(T value, size_t n) in IsAligned()
167 constexpr T SwapBits(T value, T mask, uint32_t offset) in SwapBits()
173 inline uint8_t GetByteFrom(T value, uint64_t index) in GetByteFrom()
182 inline uint16_t ReverseBytes(uint16_t value) in ReverseBytes()
188 inline uint32_t ReverseBytes(uint32_t value) in ReverseBytes()
197 inline uint64_t ReverseBytes(uint64_t value) in ReverseBytes()
221 inline uint32_t ReverseBits(uint32_t value) in ReverseBits()
235 inline uint64_t ReverseBits(uint64_t value) in ReverseBits()
[all …]
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_field.h93 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()
Dbit_utils.h94 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 …]
/arkcompiler/ets_runtime/ecmascript/base/
Dbit_helper.h64 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/arraySome/
DarraySome.js20 log.push({ value: x, index: i, array: [...arr] }); property
29 log.push({ value: x, index: i, array: [...arr] }); property
38 log.push({ value: x, index: i, array: [...arr] }); property
47 log.push({ value: x, index: i, array: [...arr] }); property
56 log.push({ value: x, index: i, array: [...arr] }); property
65 log.push({ value: x, index: i, array: [...arr] }); property
75 log.push({ value: x, index: i, array: [...arrRef] }); property
85 log.push({ value: x, index: i, array: [...arr] }); property
93 const context = { value: 2 }; property
95 log.push({ value: x, index: i, array: [...arr] }); property
[all …]
/arkcompiler/ets_runtime/test/moduletest/arrayEvery/
DarrayEvery.js17 value; field in LogEntry
25 log.push({ value: x, index: i, array: [...arr] }); property
34 log.push({ value: x, index: i, array: [...arr] }); property
43 log.push({ value: x, index: i, array: [...arr] }); property
52 log.push({ value: x, index: i, array: [...arr] }); property
61 log.push({ value: x, index: i, array: [...arr] }); property
70 log.push({ value: x, index: i, array: [...arr] }); property
79 log.push({ value: x, index: i, array: [...arr] }); property
88 log.push({ value: x, index: i, array: [...arr] }); property
98 log.push({ value: x, index: i, array: [...arrRef] }); property
[all …]
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/icon/
DLitIcon.js27 set name(value) { argument
33 set size(value) { argument
36 set color(value) { argument
39 set path(value) { argument
79 attributeChangedCallback(name, oldValue, value) { argument
/arkcompiler/ets_runtime/test/moduletest/objectdefineproperties/
Dobjectdefineproperties.js26 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/ets_runtime/ecmascript/ohos/
Djit_tools.h48 static bool IsJitEnableLitecg(bool value) in IsJitEnableLitecg()
88 static bool GetCodeSignDisable(bool value) in GetCodeSignDisable()
105 static bool GetEnableJitFort(bool value) in GetEnableJitFort()
113 static bool GetEnableJitVerifyPass(bool value) in GetEnableJitVerifyPass()
121 static bool GetEnableAsyncCopyToFort(bool value) in GetEnableAsyncCopyToFort()
/arkcompiler/ets_runtime/test/moduletest/arrayfind/
Darrayfind.js79 log.push({value: x, index: i, array: [...arr]}); property
88 log.push({value: x, index: i, array: [...arr]}); property
97 log.push({value: x, index: i, array: [...arr]}); property
106 log.push({value: x, index: i, array: [...arr]}); property
115 log.push({value: x, index: i, array: [...arr]}); property
124 log.push({value: x, index: i, array: [...arr]}); property
134 log.push({value: x, index: i, array: [...arrRef]}); property
144 log.push({value: x, index: i, array: [...arr]}); property
153 log.push({value: x, index: i, array: [...arr]}); property
162 log.push({value: x, index: i, array: [...arr]}); property
[all …]
/arkcompiler/ets_runtime/test/moduletest/arrayfindindex/
Darrayfindindex.js60 log.push({ value: x, index: i, array: [...arr] }); property
69 log.push({ value: x, index: i, array: [...arr] }); property
78 log.push({ value: x, index: i, array: [...arr] }); property
87 log.push({ value: x, index: i, array: [...arr] }); property
96 log.push({ value: x, index: i, array: [...arr] }); property
105 log.push({ value: x, index: i, array: [...arr] }); property
115 log.push({ value: x, index: i, array: [...arrRef] }); property
125 log.push({ value: x, index: i, array: [...arr] }); property
134 log.push({ value: x, index: i, array: [...arr] }); property
143 log.push({ value: x, index: i, array: [...arr] }); property
[all …]

12345678910>>...57