Home
last modified time | relevance | path

Searched defs:arrayElement (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/static/
Dgc_marker_static-inl.h86 auto *arrayElement = arrayObject->Get<ObjectHeader *>(i); in HandleArrayClass() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddefault_inspector_extension.cpp204 TaggedValue arrayElement(array.Get<TaggedType, false, true>(i)); in EnumerateProperties() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers-inl.h124 auto *arrayElement = array->Get<ObjectHeader *>(i); in TraverseArray() local
/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/
Dcontainersvectorcommon_fuzzer.h809 … JSHandle<TaggedArray> arrayElement = factory->NewTaggedArray(ELEMENT_NUMS, JSTaggedValue::Hole()); in ContainersVectorCopyToArrayFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_vector_test.cpp601 … JSHandle<TaggedArray> arrayElement = factory->NewTaggedArray(ELEMENT_NUMS, JSTaggedValue::Hole()); in HWTEST_F_L0() local