Home
last modified time | relevance | path

Searched defs:arrayElements (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dstring_builder_utils.cpp462 bool FillArrayElement(Inst *inst, InstVector &arrayElements) in FillArrayElement()
482 bool FillArrayElements(Inst *inst, InstVector &arrayElements) in FillArrayElements()
513 bool CollectArrayElements(Inst *newArray, InstVector &arrayElements) in CollectArrayElements()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp670 JSHandle<TaggedArray> arrayElements(thread, array->GetElements(thread)); in CopyToArray() local