/arkcompiler/ets_runtime/test/aottest/pgo_builtins/ |
H A D | pgo_builtins.js | |
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | weak_ref_semi_gc_test.cpp | 33 JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(2); in ArrayTestCreate() local
|
H A D | native_pointer_test.cpp | 36 char array[] = "Hello World!"; in HWTEST_F_L0() local
|
H A D | throw_oom_error_test.cpp | 43 [[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 D | incremental_marking_test.cpp | 54 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 D | js_array_iterator_test.cpp | 83 int32_t array[10] = {0, 6, 8, 99, 200, 1, -1, -199, 33, 100}; in SetCommon() local
|
H A D | js_arguments_test.cpp | 43 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 D | weak_ref_old_gc_test.cpp | 45 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 D | huge_object_test.cpp | 41 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 D | findIndex.js | 57 var array = ["first", "second"]; variable
|
/arkcompiler/ets_runtime/test/moduletest/arraymap/ |
H A D | arraymap.js | 22 var array = [,]; variable
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | builtins_base.cpp | 25 JSHandle<TaggedArray> array = factory->NewTaggedArray(length); in GetArgsArray() local
|
/arkcompiler/ets_frontend/merge_abc/src/ |
H A D | assemblyLiteralsProto.cpp | 102 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 D | snapshotserializehugeobject_fuzzer.cpp | 38 JSHandle<TaggedArray> array = factory->NewTaggedArray(hugeSize + *data); // new huge object tagged array
in SnapshotSerializeHugeObjectFuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/shared_objects/ |
H A D | js_shared_array_iterator.cpp | 57 NextInternal(JSThread *thread, JSHandle<JSSharedArrayIterator> &iter, JSHandle<JSTaggedValue> &array) NextInternal() argument [all...] |
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializedeserialize_fuzzer/ |
H A D | snapshotserializedeserialize_fuzzer.cpp | 37 JSHandle<TaggedArray> array = factory->NewTaggedArray(*data);
in SnapshotSerializeDeserializeFuzzTest() local
|
/arkcompiler/ets_runtime/test/moduletest/bindfunction/ |
H A D | bindfunction.js | 74 var array = [1]; variable
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
H A D | array_native_test_2.cpp | 460 ets_objectArray array = env_->NewObjectsArray(5U, cls, str); in TEST_F() local
|
H A D | array_native_test_3.cpp | 64 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 D | ets_array_test.cpp | 76 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 D | array_test.cpp | 65 Array *array = Array::Create(klass, n); in TestArrayObjectSize() local
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
H A D | remote_object.cpp | 45 std::string RemoteObject::GetDescription(const RemoteObjectType::ArrayT &array) in GetDescription() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_typedarray_stub_builder.h | 77 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 D | proto_change_details.cpp | 18 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 D | js_api_lightweightmap_iterator.cpp | 64 JSHandle<TaggedArray> array = factory->NewTaggedArray(2); // 2 means the length of array in Next() local
|