| /arkcompiler/runtime_core/taihe/test/ani_union/author/src/ |
| D | union_ani.impl.cpp | 71 int8_t value = data.get_int8Value_ref(); in MakeAndShowBasicUnion() local 76 int16_t value = data.get_int16Value_ref(); in MakeAndShowBasicUnion() local 81 int32_t value = data.get_int32Value_ref(); in MakeAndShowBasicUnion() local 86 int64_t value = data.get_int64Value_ref(); in MakeAndShowBasicUnion() local 91 float value = data.get_float32Value_ref(); in MakeAndShowBasicUnion() local 96 double value = data.get_float64Value_ref(); in MakeAndShowBasicUnion() local 101 string value = data.get_stringValue_ref(); in MakeAndShowBasicUnion() local 106 bool value = data.get_boolValue_ref(); in MakeAndShowBasicUnion() local 120 const ::taihe::array<uint8_t> value = data.get_u8Value_ref(); in MakeAndShowTypedArrayUnion() local 124 array<int8_t> value = data.get_i8Value_ref(); in MakeAndShowTypedArrayUnion() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_imm_valid.h | 63 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/ |
| D | setter.js | 17 set value(arg) { setter in UnionSetter 20 get value() { getter in UnionSetter 25 set value(arg) { setter in InterfaceSetter 28 get value() { getter in InterfaceSetter 33 set value(arg) { setter in BaseClass 36 get value() { getter in BaseClass 52 set value(arg) { setter in SubsetValueSet 55 get value() { getter in SubsetValueSet 60 set value(arg) { setter in SetterAnyType 63 get value() { getter in SetterAnyType [all …]
|
| /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 …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.h | 305 void SetEnableArkTools(bool value) in SetEnableArkTools() 320 void SetOpenArkTools(bool value) in SetOpenArkTools() 335 void SetEnableRuntimeStat(bool value) in SetEnableRuntimeStat() 350 void SetStubFile(std::string value) in SetStubFile() 390 void SetEnableAOT(bool value) in SetEnableAOT() 405 void SetAOTOutputFile(const std::string& value) in SetAOTOutputFile() 420 void SetTargetTriple(std::string value) in SetTargetTriple() 430 void SetOptLevel(size_t value) in SetOptLevel() 440 void SetRelocMode(size_t value) in SetRelocMode() 450 void SetEnableForceGC(bool value) in SetEnableForceGC() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/lsp/include/ |
| D | user_preferences.h | 114 void SetQuotePreference(QuotePreference value) in SetQuotePreference() 119 void SetIncludePackageJsonAutoImports(IncludePackageJsonAutoImports value) in SetIncludePackageJsonAutoImports() 124 void SetIncludeInlayParameterNameHints(IncludeInlayParameterNameHints value) in SetIncludeInlayParameterNameHints() 129 void SetImportModuleSpecifierPreference(ImportModuleSpecifierPreference value) in SetImportModuleSpecifierPreference() 134 void SetImportModuleSpecifierEnding(ImportModuleSpecifierEnding value) in SetImportModuleSpecifierEnding() 145 void SetDisableSuggestions(bool value) in SetDisableSuggestions() 150 void SetIncludeCompletionsForModuleExports(bool value) in SetIncludeCompletionsForModuleExports() 155 void SetIncludeCompletionsForImportStatements(bool value) in SetIncludeCompletionsForImportStatements() 160 void SetIncludeCompletionsWithSnippetText(bool value) in SetIncludeCompletionsWithSnippetText() 165 void SetIncludeCompletionsChainCompletions(bool value) in SetIncludeCompletionsChainCompletions() [all …]
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | metadata_modify_impl.cpp | 108 extern "C" AbckitValue *CreateValueU1(AbckitFile *file, bool value) in CreateValueU1() 125 extern "C" AbckitValue *CreateValueDouble(AbckitFile *file, double value) in CreateValueDouble() 142 extern "C" AbckitValue *CreateValueString(AbckitFile *file, const char *value, size_t len) in CreateValueString() 161 extern "C" AbckitValue *CreateLiteralArrayValue(AbckitFile *file, AbckitValue **value, size_t size) in CreateLiteralArrayValue() 184 extern "C" AbckitString *CreateString(AbckitFile *file, const char *value, size_t len) in CreateString() 207 extern "C" AbckitLiteralArray *CreateLiteralArray(AbckitFile *file, AbckitLiteral **value, size_t s… in CreateLiteralArray() 225 extern "C" AbckitLiteral *CreateLiteralBool(AbckitFile *file, bool value) in CreateLiteralBool() 242 extern "C" AbckitLiteral *CreateLiteralU8(AbckitFile *file, uint8_t value) in CreateLiteralU8() 259 extern "C" AbckitLiteral *CreateLiteralU16(AbckitFile *file, uint16_t value) in CreateLiteralU16() 276 extern "C" AbckitLiteral *CreateLiteralMethodAffiliate(AbckitFile *file, uint16_t value) in CreateLiteralMethodAffiliate() [all …]
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | meta.cpp | 48 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() 218 …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 | 41 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/plugins/ets/tests/interop_js/tests/getter/ts_to_ets/ |
| D | getter.js | 21 get value() { getter in PublicGetterClass 33 get value() { getter in ProtectedGetterOrigenClass 51 get value() { getter in PrivateGetterClass 60 constructor(value) { argument 63 get value() { getter in UnionTypeClass 73 constructor(value) { argument 76 get value() { getter in LiteralClass 86 constructor(value) { argument 89 get value() { getter in TupleTypeClass 98 get value() { getter in AnyTypeClass [all …]
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | metadata_modify_static.cpp | 52 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/ |
| D | metadata_modify_impl_mock.cpp | 99 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/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()
|
| /arkcompiler/runtime_core/common_interfaces/base/ |
| D | bit_field.h | 95 static constexpr bool IsValid(T value) in IsValid() 104 static constexpr void Set(T value, Stor *stor) in Set() 113 static constexpr T Get(uint64_t value) in Get() 121 static constexpr uint64_t Encode(T value) in Encode() 130 static constexpr uint64_t Update(uint64_t old_value, T value) in Update() 138 static constexpr T Decode(uint64_t value) in Decode()
|
| /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 | 95 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/ets_runtime/ecmascript/base/ |
| D | bit_helper.h | 66 inline constexpr uint32_t CountLeadingZeros(T value) in CountLeadingZeros() 83 inline constexpr uint32_t CountLeadingZeros32(uint32_t value) in CountLeadingZeros32() 88 inline constexpr uint32_t CountLeadingZeros64(uint64_t value) in CountLeadingZeros64() 93 inline constexpr uint32_t CountLeadingOnes32(uint32_t value) in CountLeadingOnes32() 98 inline constexpr uint32_t CountLeadingOnes64(uint64_t value) in CountLeadingOnes64() 104 inline constexpr uint32_t CountTrailingZeros(T value) in CountTrailingZeros() 120 inline constexpr unsigned CountTrailingZeros32(uint32_t value) in CountTrailingZeros32() 125 inline constexpr unsigned CountTrailingZeros64(uint64_t value) in CountTrailingZeros64() 130 inline constexpr unsigned CountTrailingOnes32(uint32_t value) in CountTrailingOnes32() 135 inline constexpr unsigned CountTrailingOnes64(uint64_t value) in CountTrailingOnes64()
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | jit_tools.h | 48 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() 138 static std::string GetJitMethodDichotomy(const std::string& value) in GetJitMethodDichotomy()
|
| /arkcompiler/ets_runtime/test/moduletest/arraySome/ |
| D | arraySome.js | 20 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/ecmascript/mem/ |
| D | barriers_get-inl.h | 25 const JSTaggedValue &value) in ReadBarrier() 41 …JSTaggedType ReadBarrier(const JSThread *thread, uintptr_t slotAddress, const JSTaggedValue &value) in ReadBarrier() 57 const JSTaggedValue &value) in AtomicReadBarrier() 87 JSTaggedValue value = *reinterpret_cast<JSTaggedValue *>(ToUintPtr(obj) + offset); in GetTaggedValue() local 97 JSTaggedValue value = *reinterpret_cast<JSTaggedValue *>(slotAddress); in GetTaggedValue() local 107 JSTaggedValue value = reinterpret_cast<volatile std::atomic<JSTaggedValue> *>(ToUintPtr(obj) + in GetTaggedValueAtomic() local 119 JSTaggedValue value = *reinterpret_cast<JSTaggedValue *>(ToUintPtr(obj) + offset); in GetTaggedValue() local 135 JSTaggedValue value = *reinterpret_cast<JSTaggedValue *>(slotAddress); in GetTaggedValue() local 151 JSTaggedValue value = reinterpret_cast<volatile std::atomic<JSTaggedValue> *>(ToUintPtr(obj) + in GetTaggedValueAtomic() local 178 JSTaggedType value = GetTaggedValue(thread, obj, offset); in UpdateSlot() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayEvery/ |
| D | arrayEvery.js | 17 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/ |
| D | LitIcon.js | 27 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/ecmascript/tests/ |
| D | dynamic_type_converter_test.cpp | 61 BaseType value = true; in HWTEST_F_L0() local 66 BaseType value = false; in HWTEST_F_L0() local 73 BaseType value = static_cast<int8_t>(42); in HWTEST_F_L0() local 80 BaseType value = static_cast<uint8_t>(255); in HWTEST_F_L0() local 87 BaseType value = static_cast<int16_t>(32767); in HWTEST_F_L0() local 94 BaseType value = static_cast<uint16_t>(65535); in HWTEST_F_L0() local 116 BaseType value = static_cast<int32_t>(2147483647); in HWTEST_F_L0() local 123 BaseType value = static_cast<uint32_t>(4294967295); in HWTEST_F_L0() local 129 BaseType value = 3.14f; in HWTEST_F_L0() local 135 BaseType value = 2.71828; in HWTEST_F_L0() local [all …]
|