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.cpp390 bool FillArrayElement(Inst *inst, InstVector &arrayElements) in FillArrayElement()
410 bool FillArrayElements(Inst *inst, InstVector &arrayElements) in FillArrayElements()
441 bool CollectArrayElements(Inst *newArray, InstVector &arrayElements) in CollectArrayElements()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp670 JSHandle<TaggedArray> arrayElements(thread, array->GetElements()); in CopyToArray() local