Home
last modified time | relevance | path

Searched defs:arrayElement (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/static/
H A Dgc_marker_static-inl.h88 auto *arrayElement = arrayObject->Get<ObjectHeader *>(i); in HandleArrayClass() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dobject_helpers-inl.h125 auto *arrayElement = array->Get<ObjectHeader *>(i); in TraverseArray() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_vector_test.cpp602 JSHandle<TaggedArray> arrayElement = factory->NewTaggedArray(ELEMENT_NUMS, JSTaggedValue::Hole()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/
H A Dcontainersvectorcommon_fuzzer.h842 JSHandle<TaggedArray> arrayElement = factory->NewTaggedArray(ELEMENT_NUMS, JSTaggedValue::Hole()); in ContainersVectorCopyToArrayFuzzTest() local

Completed in 5 milliseconds