Home
last modified time | relevance | path

Searched defs:arrayStart (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers-inl.h111 auto *arrayStart = array->GetBase<ObjectPointerType *>(); in TraverseArray() local
226 auto *arrayStart = array->GetBase<TaggedType *>(); in TraverseArray() local
Dobject-references-iterator-inl.h36 auto *arrayStart = array->GetBase<T *>(); in Iterate() local
58 auto *arrayStart = array->GetBase<T *>(); in Iterate() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp73 GateRef arrayStart = GetDataPtrInTaggedArray(elements); in UnshiftOptimised() local