Home
last modified time | relevance | path

Searched defs:array (Results 1 - 25 of 196) sorted by relevance

12345678

/arkcompiler/ets_runtime/test/aottest/pgo_builtins/
H A Dpgo_builtins.js
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dweak_ref_semi_gc_test.cpp33 JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(2); in ArrayTestCreate() local
H A Dnative_pointer_test.cpp36 char array[] = "Hello World!"; in HWTEST_F_L0() local
H A Dthrow_oom_error_test.cpp43 [[maybe_unused]] JSHandle<TaggedArray> array = in HWTEST_F_L0() local
64 [[maybe_unused]] JSHandle<TaggedArray> array = in HWTEST_F_L0() local
71 [[maybe_unused]] JSHandle<TaggedArray> array = in HWTEST_F_L0() local
H A Dincremental_marking_test.cpp54 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
61 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
H A Djs_array_iterator_test.cpp83 int32_t array[10] = {0, 6, 8, 99, 200, 1, -1, -199, 33, 100}; in SetCommon() local
H A Djs_arguments_test.cpp43 char array[] = "x"; in HWTEST_F_L0() local
66 char array[] = "x"; in HWTEST_F_L0() local
88 char array[] = "delete"; in HWTEST_F_L0() local
H A Dweak_ref_old_gc_test.cpp45 JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(2); in ArrayTestCreate() local
52 auto array = vm->GetFactory()->NewTaggedArray(2, JSTaggedValue::Undefined(), true); in HWTEST_F_L0() local
[all...]
H A Dhuge_object_test.cpp41 JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(SIZE); in LargeArrayTestCreate() local
47 TaggedArray *array = LargeArrayTestCreate(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/arrayFindIndexCase/
H A DfindIndex.js57 var array = ["first", "second"]; variable
/arkcompiler/ets_runtime/test/moduletest/arraymap/
H A Darraymap.js22 var array = [,]; variable
/arkcompiler/ets_runtime/ecmascript/base/
H A Dbuiltins_base.cpp25 JSHandle<TaggedArray> array = factory->NewTaggedArray(length); in GetArgsArray() local
/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyLiteralsProto.cpp102 void LiteralArray::Serialize(const panda::pandasm::LiteralArray &array, protoPanda::LiteralArray &protoArray) in Serialize() argument
110 void LiteralArray::Deserialize(const protoPanda::LiteralArray &protoArray, panda::pandasm::LiteralArray &array) in Deserialize() argument
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializehugeobject_fuzzer/
H A Dsnapshotserializehugeobject_fuzzer.cpp38 JSHandle<TaggedArray> array = factory->NewTaggedArray(hugeSize + *data); // new huge object tagged array in SnapshotSerializeHugeObjectFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array_iterator.cpp57 NextInternal(JSThread *thread, JSHandle<JSSharedArrayIterator> &iter, JSHandle<JSTaggedValue> &array) NextInternal() argument
[all...]
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializedeserialize_fuzzer/
H A Dsnapshotserializedeserialize_fuzzer.cpp37 JSHandle<TaggedArray> array = factory->NewTaggedArray(*data); in SnapshotSerializeDeserializeFuzzTest() local
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
H A Dbindfunction.js74 var array = [1]; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Darray_native_test_2.cpp460 ets_objectArray array = env_->NewObjectsArray(5U, cls, str); in TEST_F() local
H A Darray_native_test_3.cpp64 ets_objectArray array = env_->NewObjectsArray(5_I, cls, str); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_array_test.cpp76 auto *array = EtsPrimitiveArray<ClassType, ETS_CLASS_ROOT>::Create(arrayLength); in TestEtsPrimitiveArray() local
108 auto *array = EtsObjectArray::Create(klass, arrayLength); in TestEtsObjectArray() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Darray_test.cpp65 Array *array = Array::Create(klass, n); in TestArrayObjectSize() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dremote_object.cpp45 std::string RemoteObject::GetDescription(const RemoteObjectType::ArrayT &array) in GetDescription() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.h77 GateRef GetViewedArrayBuffer(GateRef array) in GetViewedArrayBuffer() argument
83 GateRef GetArrayLength(GateRef array) in GetArrayLength() argument
89 GetByteOffset(GateRef array) GetByteOffset() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dproto_change_details.cpp18 JSHandle<ChangeListener> ChangeListener::Add(const JSThread *thread, const JSHandle<ChangeListener> &array, in Add() argument
55 uint32_t ChangeListener::CheckHole(const JSHandle<ChangeListener> &array) in CheckHole() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_lightweightmap_iterator.cpp64 JSHandle<TaggedArray> array = factory->NewTaggedArray(2); // 2 means the length of array in Next() local

Completed in 9 milliseconds

12345678