| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | objectExpression.cpp | 364 const auto *value = prop->Value(); in CompilePropertyWithInit() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | typeCreation.cpp | 42 ByteType *ETSChecker::CreateByteType(int8_t value) in CreateByteType() argument 47 ETSBooleanType *ETSChecker::CreateETSBooleanType(bool value) in CreateETSBooleanType() argument 52 DoubleType *ETSChecker::CreateDoubleType(double value) in CreateDoubleType() argument 57 FloatType *ETSChecker::CreateFloatType(float value) in CreateFloatType() argument 62 IntType *ETSChecker::CreateIntType(int32_t value) in CreateIntType() argument 93 CreateLongType(int64_t value) CreateLongType() argument 98 CreateShortType(int16_t value) CreateShortType() argument 103 CreateCharType(char16_t value) CreateCharType() argument 108 CreateETSBigIntLiteralType(util::StringView value) CreateETSBigIntLiteralType() argument 113 CreateETSStringLiteralType(util::StringView value) CreateETSStringLiteralType() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_private.cpp | 152 JSTaggedValue value = ObjectFastOperator::GetPropertyByName<ObjectFastOperator::Status::UseOwn> in InitializeContainer() local 195 SetFrozenConstructor(JSThread *thread, const JSHandle<JSObject> &obj, const char *keyChar, JSHandle<JSTaggedValue> &value) SetFrozenConstructor() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | date_parse.h | 260 static DateUnit Number(int value, int len)
in Number() argument 270 static DateUnit Word(DateValueType type, int value, int len)
in Word() argument 315 explicit DateUnit(DateValueType type, int value, int len) : type_(type), value_(value), len_(len) {}
in DateUnit() argument 432 int value = sec.GetValue();
in NormMilliSecond() local [all...] |
| H A D | ecma_global_storage.h | 96 void Reset([[maybe_unused]] JSThread *thread, Node *next, JSTaggedType value, bool isUsing) in Reset() argument 118 void Reset(JSThread *thread, Node *next, JSTaggedType value, bool isUsing) in Reset() argument 157 void SaveBacktrace(JSThread *thread, JSTaggedType value) in SaveBacktrace() argument 242 NewNode(JSThread *thread, JSTaggedType value) NewNode() argument 257 GetFreeNode(JSThread *thread, JSTaggedType value) GetFreeNode() argument 433 NewGlobalHandle(JSTaggedType value) NewGlobalHandle() argument 455 auto value = reinterpret_cast<T *>(nodeAddr)->GetObject(); SetWeak() local 467 auto value = reinterpret_cast<T *>(nodeAddr)->GetObject(); ClearWeak() local 541 NewGlobalHandleImplement(NodeList<S> **storage, NodeList<S> **freeList, JSTaggedType value) NewGlobalHandleImplement() argument [all...] |
| H A D | ecma_vm.cpp | 742 void EcmaVM::CacheToGlobalConstants(JSTaggedValue value, ConstantIndex idx) in CacheToGlobalConstants() argument
|
| H A D | js_array.cpp | 29 bool JSArray::LengthSetter(JSThread *thread, const JSHandle<JSObject> &self, const JSHandle<JSTaggedValue> &value, in LengthSetter() argument 217 JSTaggedValue value = newArr->Get(i); in SetCapacity() local 465 FastSetPropertyByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t index, const JSHandle<JSTaggedValue> &value) FastSetPropertyByValue() argument 471 FastSetPropertyByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) FastSetPropertyByValue() argument 478 TryFastCreateDataProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, const JSHandle<JSTaggedValue> &value, SCheckMode sCheckMode) TryFastCreateDataProperty() argument 709 IncludeInSortedValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &value) IncludeInSortedValue() argument [all...] |
| H A D | js_displaynames.cpp | 117 bool IsUnicodeScriptSubtag(const std::string& value) in IsUnicodeScriptSubtag() argument 125 bool IsUnicodeRegionSubtag(const std::string& value) in IsUnicodeRegionSubtag() argument
|
| H A D | js_function.h | 116 void SetTaskConcurrentFuncFlag(bool value) in SetTaskConcurrentFuncFlag() argument
|
| H A D | js_object.h | 104 inline void SetValue(JSHandle<JSTaggedValue> value) in SetValue() argument 203 inline void SetGetter(JSHandle<JSTaggedValue> value) in SetGetter() argument 208 inline void SetSetter(JSHandle<JSTaggedValue> value) in SetSetter() argument 323 OperationResult(const JSThread *thread, JSTaggedValue value, PropertyMetaData metaData) in OperationResult() argument [all...] |
| H A D | js_stable_array.cpp | 43 JSHandle<JSTaggedValue> value = argv->GetCallArg(k); in Push() local 65 JSHandle<JSTaggedValue> value = argv->GetCallArg(k); in Push() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| H A D | deoptimizer.cpp | 33 void PushValue(JSTaggedType value) in PushValue() argument 38 void PushRawValue(uintptr_t value) in PushRawValue() argument 75 void ReviseValueByIndex(JSTaggedType value, size_t index) in ReviseValueByIndex() argument 105 auto value = std::get<DwarfRegAndOffsetType>(deopt.value); in CollectVregs() local 335 uintptr_t value = *(reinterpret_cast<uintptr_t *>(context_.callsiteFp + offset)); RelocateCalleeSave() local 364 auto value = JSTaggedValue(actualNumArgs); CollectVirtualRegisters() local 373 JSTaggedValue value = JSTaggedValue::Undefined(); CollectVirtualRegisters() local 384 JSTaggedValue value = deoptVregs_.at( CollectVirtualRegisters() local 390 JSTaggedValue value = deoptVregs_.at( CollectVirtualRegisters() local 396 JSTaggedValue value = deoptVregs_.at( CollectVirtualRegisters() local 404 JSTaggedValue value = GetDeoptValue(curDepth, virtualIndex); CollectVirtualRegisters() local 425 JSTaggedValue value = JSTaggedValue::Undefined(); CollectVirtualRegisters() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackinfo.cpp | 344 bool ReadUintptrFromAddr(int pid, uintptr_t addr, uintptr_t &value, bool needCheckRegion) in ReadUintptrFromAddr() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_runtime_stub-inl.h | 55 StoreGlobalICByName(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue globalValue, JSTaggedValue key, JSTaggedValue value, uint32_t slotId, bool tryStore) StoreGlobalICByName() argument 155 TryStoreICByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue firstValue, JSTaggedValue secondValue, JSTaggedValue value) TryStoreICByValue() argument 177 StoreICByValue(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, uint32_t slotId) StoreICByValue() argument 185 StoreOwnICByValue(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, uint32_t slotId) StoreOwnICByValue() argument 193 TryStoreICByName(JSThread *thread, JSTaggedValue receiver, JSTaggedValue firstValue, JSTaggedValue secondValue, JSTaggedValue value) TryStoreICByName() argument 211 StoreICByName(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, uint32_t slotId) StoreICByName() argument 219 StoreICWithHandler(JSThread *thread, JSTaggedValue receiver, JSTaggedValue holder, JSTaggedValue value, JSTaggedValue handler) StoreICWithHandler() argument 265 StorePrototype(JSThread *thread, JSTaggedValue receiver, JSTaggedValue value, JSTaggedValue handler) StorePrototype() argument 287 StoreWithTS(JSThread *thread, JSTaggedValue receiver, JSTaggedValue value, JSTaggedValue handler) StoreWithTS() argument 311 StoreWithTransition(JSThread *thread, JSObject *receiver, JSTaggedValue value, JSTaggedValue handler, bool withPrototype) StoreWithTransition() argument 366 StoreTransWithProto(JSThread *thread, JSObject *receiver, JSTaggedValue value, JSTaggedValue handler) StoreTransWithProto() argument 384 StoreField(JSThread *thread, JSObject *receiver, JSTaggedValue value, uint64_t handler) StoreField() argument 418 StoreGlobal(JSThread *thread, JSTaggedValue value, JSTaggedValue handler) StoreGlobal() argument 506 JSTaggedValue value = ElementAccessor::Get(receiver, elementIndex); LoadElement() local 548 StoreElement(JSThread *thread, JSObject *receiver, JSTaggedValue key, JSTaggedValue value, JSTaggedValue handler) StoreElement() argument 607 StoreTypedArrayElement(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value) StoreTypedArrayElement() argument 669 StoreMiss(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, uint32_t slotId, ICKind kind, bool isOwn) StoreMiss() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_lightweightmap.cpp | 46 InsertValue(const JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, int32_t index, const JSHandle<JSTaggedValue> &value, AccossorsKind kind) InsertValue() argument 56 ReplaceValue(const JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, int32_t index, const JSHandle<JSTaggedValue> &value, AccossorsKind kind) ReplaceValue() argument 142 HasValue(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, const JSHandle<JSTaggedValue> &value) HasValue() argument 191 GetIndexOfValue(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, const JSHandle<JSTaggedValue> &value) GetIndexOfValue() argument 267 JSTaggedValue value = valueArray->Get(index); Remove() local 311 SetValueAt(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, int32_t index, const JSHandle<JSTaggedValue> &value) SetValueAt() argument [all...] |
| H A D | js_api_plain_array.cpp | 106 JSTaggedValue value = srcArray->Get(idx); in AdjustArray() local 26 Add(JSThread *thread, const JSHandle<JSAPIPlainArray> &obj, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> value) Add() argument 259 SetProperty(JSThread *thread, const JSHandle<JSAPIPlainArray> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) SetProperty() argument 412 TryFastGetIndexOfValue(TaggedArray *values, JSTaggedValue value) TryFastGetIndexOfValue() argument 424 GetIndexOfValue(JSTaggedValue value) GetIndexOfValue() argument 484 JSTaggedValue value = values->Get(index); Remove() local 497 JSTaggedValue value = values->Get(seat); RemoveAt() local 502 SetValueAt(JSThread *thread, JSTaggedValue index, JSTaggedValue value) SetValueAt() argument [all...] |
| /arkcompiler/runtime_core/verifier/ |
| H A D | verifier.cpp | 501 const auto value = bit_cast<double>(panda_file::helpers::Read<sizeof(uint64_t)>(&sp)); in VerifySingleLiteralArray() local 529 const auto value = static_cast<uint32_t>(panda_file::helpers::Read<sizeof(uint32_t)>(&sp)); VerifySingleLiteralArray() local 537 const auto value = static_cast<uint32_t>(panda_file::helpers::Read<sizeof(uint32_t)>(&sp)); VerifySingleLiteralArray() local [all...] |
| /arkcompiler/toolchain/tooling/test/ |
| H A D | pt_types_test.cpp | 440 bool value = true; in HWTEST_F_L0() local 728 std::unique_ptr<RemoteObject> value in HWTEST_F_L0() local [all...] |
| /test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/ |
| H A D | hello.cpp | 77 int32_t value; in RegisterCustomSchemes() local 91 int32_t value; in ClearSchemeHandlers() local 101 int32_t value; in ServiceWorkerClearSchemeHandlers() local 114 int* value = &p; OnURLRequestStart() local [all...] |
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | complexndk.cpp | 750 char value[128] = {"("};
in Cacos() local 776 char value[128] = {"("};
in Cacosl() local 802 char value[128] = {"("}; Cacosf() local 828 char value[128] = {"("}; Cacosh() local 854 char value[128] = {"("}; Cacoshf() local 880 char value[128] = {"("}; Cacoshl() local 963 char value[128] = {"("}; Casin() local 989 char value[128] = {"("}; Casinl() local 1015 char value[128] = {"("}; Casinf() local 1041 char value[128] = {"("}; Casinh() local 1067 char value[128] = {"("}; Casinhf() local 1093 char value[128] = {"("}; Casinhl() local 1119 char value[128] = {"("}; Catan() local 1145 char value[128] = {"("}; Catanl() local 1171 char value[128] = {"("}; Catanf() local 1197 char value[128] = {"("}; Catanh() local 1223 char value[128] = {"("}; Catanhf() local 1249 char value[128] = {"("}; Catanhl() local 1275 char value[128] = {"("}; Ccos() local 1301 char value[128] = {"("}; Ccosl() local 1327 char value[128] = {"("}; Ccosf() local 1353 char value[128] = {"("}; Ccosh() local 1379 char value[128] = {"("}; Ccoshf() local 1405 char value[128] = {"("}; Ccoshl() local 1431 char value[128] = {"("}; Cexp() local 1457 char value[128] = {"("}; Cexpl() local 1483 char value[128] = {"("}; Cexpf() local 1509 char value[128] = {"("}; Clog() local 1535 char value[128] = {"("}; Clogf() local 1561 char value[128] = {"("}; Clogl() local [all...] |
| H A D | fcntlndk.cpp | 63 int value = napi_get_value_int32(env, args[0], &value);
in Splice() local
|
| H A D | netdbndk.cpp | 429 const char *value = gai_strerror(EAI_BADFLAGS);
in GaiStrerror() local
|
| H A D | statndk.cpp | 68 int value;
in Stat() local 86 int value;
in Stat64() local 215 int value = fstat(fd, &sb);
in Fstat() local 233 int value = fstat64(fd, &sb); Fstat64() local [all...] |
| H A D | threadsndk.cpp | 276 void *value = tss_get(key);
in Tss_get() local 302 void *value = tss_get(key);
in Tss_delete() local
|
| /test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
| H A D | SendRequestTest.cpp | 41 int value; member
|