Lines Matching refs:HOLEY_ELEMENTS
77 V(FastHoleyObjectElementsAccessor, HOLEY_ELEMENTS, FixedArray) \
1501 isolate->factory()->NewJSArray(0, HOLEY_ELEMENTS); in SliceImpl()
2671 case HOLEY_ELEMENTS: in CopyElementsImpl()
2797 FastHoleyObjectElementsAccessor, ElementsKindTraits<HOLEY_ELEMENTS>> {
2801 ElementsKindTraits<HOLEY_ELEMENTS>>( in FastHoleyObjectElementsAccessor()
2851 case HOLEY_ELEMENTS: in CopyElementsImpl()
3980 isolate->factory()->NewJSArray(HOLEY_ELEMENTS, result_len, result_len); in SliceImpl()
4195 HOLEY_ELEMENTS, to_start, copy_size); in CopyElementsImpl()
4198 CopyObjectToObjectElements(isolate, from, HOLEY_ELEMENTS, from_start, to, in CopyElementsImpl()
4199 HOLEY_ELEMENTS, to_start, copy_size); in CopyElementsImpl()
4379 HOLEY_ELEMENTS, to_start, copy_size); in CopyElementsImpl()
4382 CopyObjectToObjectElements(isolate, from, HOLEY_ELEMENTS, from_start, to, in CopyElementsImpl()
4383 HOLEY_ELEMENTS, to_start, copy_size); in CopyElementsImpl()
4538 case HOLEY_ELEMENTS: in ArrayConstructInitializeElements()