| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_String.cpp | 66 void *array = nullptr; in StdCoreStringGetDataAsArray() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | intrinsics.cpp | 405 void Memset8(ObjectHeader *array, uint8_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset8() argument 412 void Memset16(ObjectHeader *array, uint16_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset16() argument 419 void Memset32(ObjectHeader *array, uint32_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset32() argument 426 void Memset64(ObjectHeader *array, uint64_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset64() argument 432 void Memsetf32(ObjectHeader *array, floa in Memset64() argument 439 Memsetf64(ObjectHeader *array, double value, uint32_t initialIndex, uint32_t maxIndex) Memsetf64() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | json_parser.cpp | 286 JSHandle<JSArray> array = factory_->NewJSArray(size, initialJSArrayClass_); in CreateJsonArray() local 299 JSHandle<JSSharedArray> array = factory_->NewJSSArray(); in CreateSJsonArray() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | linked_hashtable_stub_builder.cpp | 350 GateRef array = newBuilder.NewTaggedArray(glue_, length); in Create() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ntype_hcr_lowering.cpp | 67 auto array = NewJSArrayLiteral(glue, gate, elements, length, hintLength); in LowerCreateEmptyArray() local 77 auto array = NewJSArrayLiteral(glue, gate, elements, length); in LowerCreateArrayWithOwn() local 121 auto array = NewJSArrayLiteral(glue, gate, elements, length); in LowerCreateArrayWithBuffer() local 130 GateRef array = CreateElementsWithLength(gate, glue, length); in NewActualArgv() local 231 GateRef array = builder_.HeapAlloc(glue, size, GateType::TaggedValue(), flag); NewJSArrayLiteral() local 234 builder_.StoreConstOffset(VariableType::INT64(), array, offset, builder_.Undefined()); NewJSArrayLiteral() local 236 builder_.StoreConstOffset(VariableType::JS_POINTER(), array, 0, hclass, MemoryAttribute::NeedBarrierAndAtomic()); NewJSArrayLiteral() local 237 builder_.StoreConstOffset(VariableType::INT64(), array, ECMAObject::HASH_OFFSET, NewJSArrayLiteral() local 239 builder_.StoreConstOffset(VariableType::JS_POINTER(), array, JSObject::PROPERTIES_OFFSET, emptyArray, NewJSArrayLiteral() local 241 builder_.StoreConstOffset(VariableType::JS_POINTER(), array, JSObject::ELEMENTS_OFFSET, elements, NewJSArrayLiteral() local 243 builder_.StoreConstOffset(VariableType::INT32(), array, JSArray::LENGTH_OFFSET, length); NewJSArrayLiteral() local 245 builder_.StoreConstOffset(VariableType::INT64(), array, JSArray::TRACK_INFO_OFFSET, NewJSArrayLiteral() local 248 builder_.StoreConstOffset(VariableType::INT64(), array, JSArray::TRACK_INFO_OFFSET, builder_.Undefined()); NewJSArrayLiteral() local 250 builder_.StoreConstOffset(VariableType::JS_POINTER(), array, lengthAccessorOffset, accessor, NewJSArrayLiteral() local 310 builder_.StoreConstOffset(VariableType::JS_ANY(), module, SourceTextModule::NAME_DICTIONARY_OFFSET, *array); LowerStoreModuleVar() local 317 builder_.Store(VariableType::JS_ANY(), glue_, *array, offset, value); LowerStoreModuleVar() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_runtime_stub-inl.h | 75 TaggedArray *array = TaggedArray::Cast(cachedValue.GetTaggedObject()); in CheckPolyHClass() local 338 TaggedArray *array = TaggedArray::Cast(objHandle->GetProperties().GetTaggedObject()); in StoreWithTransition() local 392 TaggedArray *array = TaggedArray::Cast(receiver->GetProperties().GetTaggedObject()); in StoreField() local [all...] |
| H A D | ic_handler.h | 305 TaggedArray *array = TaggedArray::Cast(receiver->GetProperties().GetTaggedObject()); in StoreProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_lightweightmap.cpp | 49 JSHandle<TaggedArray> array = GetArrayByKind(thread, lightWeightMap, kind); in InsertValue() local 59 JSHandle<TaggedArray> array = GetArrayByKind(thread, lightWeightMap, kind); in ReplaceValue() local 67 JSHandle<TaggedArray> array = GetArrayByKind(thread, lightWeightMap, kind); in RemoveValue() local 419 SetArrayByKind(const JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, const JSHandle<TaggedArray> &array, AccossorsKind kind) SetArrayByKind() argument 444 JSHandle<TaggedArray> array; GetArrayByKind() local 496 BinarySearchHashes(JSHandle<TaggedArray> &array, int32_t hash, int32_t size) BinarySearchHashes() argument [all...] |
| H A D | js_api_plain_array.cpp | 131 int32_t JSAPIPlainArray::BinarySearch(TaggedArray *array, int32_t fromIndex, int32_t toIndex, int32_t key) in BinarySearch() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_array.cpp | 202 void JSArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, in SetCapacity() argument 290 ArraySetLength(JSThread *thread, const JSHandle<JSObject> &array, const PropertyDescriptor &desc) ArraySetLength() argument 369 DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, const JSHandle<JSTaggedValue> &key, const PropertyDescriptor &desc) DefineOwnProperty() argument 393 DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, uint32_t index, const PropertyDescriptor &desc) DefineOwnProperty() argument [all...] |
| /arkcompiler/toolchain/tooling/test/ |
| H A D | pt_types_test.cpp | 368 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0() local 380 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0() local 392 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0() local 404 std::unique_ptr<PtJson> array = PtJson::CreateArray(); HWTEST_F_L0() local 634 std::unique_ptr<PtJson> array = PtJson::CreateArray(); HWTEST_F_L0() local 649 std::unique_ptr<PtJson> array = PtJson::CreateArray(); HWTEST_F_L0() local 779 std::unique_ptr<PtJson> array = PtJson::CreateArray(); HWTEST_F_L0() local 791 std::unique_ptr<PtJson> array = PtJson::CreateArray(); HWTEST_F_L0() local 821 std::unique_ptr<PtJson> array = PtJson::CreateArray(); HWTEST_F_L0() local [all...] |
| /base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
| H A D | napi_util.cpp | 564 napi_value array = CreateArray(env); CreateValueByJson() local [all...] |
| /base/print/print_fwk/services/print_service/src/ |
| H A D | vendor_helper.cpp | 47 bool ConvertArrayToList(const T1 *array, uint32_t count, std::vector<T2> &list, bool (*convertType)(const T1 &, T2 &)) in ConvertArrayToList() argument 70 std::string ConvertArrayToJson(const T *array, uint32_t count, bool (*convertToJson)(const T &, nlohmann::json &)) in ConvertArrayToJson() argument [all...] |
| /base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
| H A D | certificate_openssl_common.c | 501 void SubAltNameArrayDataClearAndFree(SubAltNameArray *array)
in SubAltNameArrayDataClearAndFree() argument
|
| /base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
| H A D | napi_cert_utils.cpp | 59 napi_value ConvertArrayToNapiValue(napi_env env, CfArray *array)
in ConvertArrayToNapiValue() argument 631 SubAltNameArrayDataClearAndFree(SubAltNameArray *array) SubAltNameArrayDataClearAndFree() argument 1051 ConvertArrayStringToNapiValue(napi_env env, CfArray *array) ConvertArrayStringToNapiValue() argument [all...] |
| /base/security/certificate_manager/interfaces/kits/napi/src/ |
| H A D | cm_napi_common.cpp | 321 napi_value array = nullptr; in GenerateCertAbstractArray() local 355 napi_value array = nullptr; in GenerateCredentialAbstractArray() local
|
| /base/security/permission_lite/services/pms/src/ |
| H A D | pms_impl.c | 181 cJSON *array = cJSON_GetObjectItem(root, FIELD_PERMISSION);
in ParsePermissions() local 243 cJSON *array = cJSON_CreateArray();
in SavePermissions() local [all...] |
| /base/security/permission_lite/services/pms_client/ |
| H A D | perm_client.c | 212 cJSON *array = cJSON_GetObjectItem(root, FIELD_PERMISSION);
in ParsePermissions() local
|
| /base/useriam/user_auth_framework/frameworks/native/common/attributes/src/ |
| H A D | attributes.cpp | 1134 bool Attributes::SetAttributesArrayValue(AttributeKey key, const std::vector<Attributes> &array) in SetAttributesArrayValue() argument [all...] |
| /base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
| H A D | user_auth_napi_helper.cpp | 348 GetUint8ArrayValue(napi_env env, napi_value value, size_t limitLen, std::vector<uint8_t> &array) GetUint8ArrayValue() argument
|
| /foundation/ability/ability_base/test/unittest/want/ |
| H A D | want_params_test.cpp | 491 sptr<AAFwk::IArray> array = new (std::nothrow) AAFwk::Array(0, AAFwk::g_IID_IWantParams); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
| H A D | js_alert_dialog.cpp | 152 JSRef<JSArray> array = JSRef<JSArray>::Cast(jsVal); in ParseButtonArray() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_richeditor_controller_ffi.h | 137 NativeRichEditorSpanResult* array; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
| H A D | jsi_matrix4_module.cpp | 245 void ParsePoint(shared_ptr<JsValue> array, std::vector<OHOS::Ace::NG::PointT<int32_t>>& vector, in ParsePoint() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
| H A D | bundle_manager_sync.cpp | 121 napi_value array; in ParseWantListWithParameter() local
|