Home
last modified time | relevance | path

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

12345678910>>...52

/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 …]
Dsetter.ts33 set value(arg: string); method
35 get value(): string | undefined; method
75 set value(arg: string) { method in SubsetValueSet
79 get value(): string { method in SubsetValueSet
119 override set value(arg: string) { method in AbstractClass
123 override get value(): string | undefined { method in AbstractClass
/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/ets_runtime/ecmascript/
Djs_runtime_options.h237 void SetEnableArkTools(bool value) in SetEnableArkTools()
252 void SetOpenArkTools(bool value) in SetOpenArkTools()
267 void SetEnableRuntimeStat(bool value) in SetEnableRuntimeStat()
282 void SetStubFile(std::string value) in SetStubFile()
322 void SetEnableAOT(bool value) in SetEnableAOT()
337 void SetAOTOutputFile(const std::string& value) in SetAOTOutputFile()
352 void SetTargetTriple(std::string value) in SetTargetTriple()
362 void SetOptLevel(size_t value) in SetOptLevel()
372 void SetRelocMode(size_t value) in SetRelocMode()
382 void SetEnableForceGC(bool value) in SetEnableForceGC()
[all …]
/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/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()
150 Value::Type type, std::string_view value, in CreateValue()
217std::string_view value, const std::unordered_map<std::string, std::unique_ptr<AnnotationData>> &an… in AddValue()
[all …]
/arkcompiler/runtime_core/assembler/
Dmeta.cpp48 static panda::pandasm::Value::Type GetType(const std::string_view &value) in GetType()
63 static T ConvertFromString(const std::string_view &value, char **end) in ConvertFromString()
88 int64_t ConvertFromString(const std::string_view &value, char **end) in ConvertFromString()
94 uint64_t ConvertFromString(const std::string_view &value, char **end) in ConvertFromString()
100 float ConvertFromString(const std::string_view &value, char **end) in ConvertFromString()
106 double ConvertFromString(const std::string_view &value, char **end) in ConvertFromString()
112 static Expected<T, Metadata::Error> ConvertFromString(const std::string_view &value) in ConvertFromString()
132 static Expected<ScalarValue, Metadata::Error> CreatePrimitiveValue(const std::string_view &value, in CreatePrimitiveValue()
149 Value::Type type, const std::string_view &value, in CreateValue()
216 const std::string_view &value, 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/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 …]
Djson_builder.h59 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(const std::string_view &key, T &&value) & in AddProperty()
140 JsonObjectBuilder &&AddProperty(std::string_view key, T &&value) && in AddProperty()
/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/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/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/runtime_core/static_core/runtime/mem/gc/g1/
Dhot_cards.h58 static ALWAYS_INLINE void SetHot(CardPtr cardPtr, uint8_t value) in SetHot()
63 static ALWAYS_INLINE void ResetHot(CardPtr cardPtr, uint8_t value) in ResetHot()
68 static ALWAYS_INLINE void SetMaxHotValue(CardPtr cardPtr, uint8_t value) in SetMaxHotValue()
73 static ALWAYS_INLINE void SetHotAndMaxHotValue(CardPtr cardPtr, uint8_t value) in SetHotAndMaxHotValue()
79 static ALWAYS_INLINE void IncrementHotValue(CardPtr cardPtr, uint8_t value) in IncrementHotValue()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_vector_test.cpp49 …JSHandle<JSAPIVector> TestCommon(JSMutableHandle<JSTaggedValue>& value, std::string& myValue, uint… in TestCommon()
75 JSMutableHandle<JSTaggedValue> value(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
109 JSMutableHandle<JSTaggedValue> value(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
137 JSMutableHandle<JSTaggedValue> value(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
152 JSMutableHandle<JSTaggedValue> value(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
172 JSMutableHandle<JSTaggedValue> value(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
207 JSHandle<JSTaggedValue> value(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
236 JSHandle<JSTaggedValue> value(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
241 JSHandle<JSTaggedValue> value(thread, JSTaggedValue(i * 2)); // 2 : It means double in HWTEST_F_L0() local
246 JSHandle<JSTaggedValue> value(thread, JSTaggedValue(0)); in HWTEST_F_L0() local
[all …]
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp189 Local<JSValueRef> value = Local<JSValueRef>(vm_, iter->second); in GetProperties() local
411 void RuntimeImpl::GetProtoOrProtoType(Local<JSValueRef> value, bool isOwn, bool isAccessorOnly, in GetProtoOrProtoType()
445 void RuntimeImpl::GetAdditionalProperties(Local<JSValueRef> value, in GetAdditionalProperties()
500 void RuntimeImpl::GetPrimitiveNumberValue(Local<JSValueRef> value, in GetPrimitiveNumberValue()
508 void RuntimeImpl::GetPrimitiveStringValue(Local<JSValueRef> value, in GetPrimitiveStringValue()
516 void RuntimeImpl::GetPrimitiveBooleanValue(Local<JSValueRef> value, in GetPrimitiveBooleanValue()
525 void RuntimeImpl::GetMapIteratorValue(Local<JSValueRef> value, in GetMapIteratorValue()
538 void RuntimeImpl::GetSetIteratorValue(Local<JSValueRef> value, in GetSetIteratorValue()
551 void RuntimeImpl::GetGeneratorFunctionValue(Local<JSValueRef> value, in GetGeneratorFunctionValue()
562 void RuntimeImpl::GetGeneratorObjectValue(Local<JSValueRef> value, in GetGeneratorObjectValue()
[all …]
/arkcompiler/ets_runtime/ecmascript/ohos/
Djit_tools.h48 static bool IsJitEnableLitecg(bool value) in IsJitEnableLitecg()
88 static bool GetCodeSignDisable(bool value) in GetCodeSignDisable()
97 static bool GetEnableJitFort(bool value) in GetEnableJitFort()
105 static bool GetEnableAsyncCopyToFort(bool value) in GetEnableAsyncCopyToFort()
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyProgram.proto27 Record value = 2; field
31 Function value = 2; field
35 repeated bytes value = 2; field
39 LiteralArray value = 2; field
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp41 int value = numberValue.GetInt(); in Abs() local
58 double value = numberValue.GetNumber(); in Acos() local
77 double value = numberValue.GetNumber(); in Acosh() local
95 double value = numberValue.GetNumber(); in Asin() local
113 double value = numberValue.GetNumber(); in Asinh() local
132 double value = numberValue.GetNumber(); in Atan() local
151 double value = numberValue.GetNumber(); in Atanh() local
200 double value = numberValue.GetNumber(); in Cbrt() local
219 double value = numberValue.GetNumber(); in Ceil() local
244 double value = numberValue.GetNumber(); in Clz32() local
[all …]

12345678910>>...52