Searched defs:arrayElements (Results 1 – 2 of 2) sorted by relevance
462 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()
670 JSHandle<TaggedArray> arrayElements(thread, array->GetElements(thread)); in CopyToArray() local