Searched refs:CopyFixedArrayElements (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-internal.cc | 83 assembler->CopyFixedArrayElements(kind, source, target, length, in Generate_CopyFastSmiOrObjectElements() 93 assembler->CopyFixedArrayElements(kind, source, target, length, in Generate_CopyFastSmiOrObjectElements()
|
/external/v8/src/ |
D | code-stub-assembler.h | 507 void CopyFixedArrayElements( 512 CopyFixedArrayElements(kind, from_array, kind, to_array, length, length, 518 void CopyFixedArrayElements(
|
D | code-stub-assembler.cc | 1988 void CodeStubAssembler::CopyFixedArrayElements( in CopyFixedArrayElements() function in v8::internal::CodeStubAssembler 2277 CopyFixedArrayElements(from_kind, elements, to_kind, new_elements, capacity, in GrowElementsCapacity() 6618 CopyFixedArrayElements(kind, properties, new_properties, length, in ExtendPropertiesBackingStore()
|
D | code-stubs.cc | 2805 assembler->CopyFixedArrayElements(kind, boilerplate_elements, elements, in NonEmptyShallowClone()
|