Searched refs:CopyElements (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | elements.h | 104 virtual MaybeObject* CopyElements(JSObject* source_holder, 112 MaybeObject* CopyElements(JSObject* from_holder, 116 return CopyElements(from_holder, 0, to, to_kind, 0,
|
D | elements.cc | 487 virtual MaybeObject* CopyElements(JSObject* from_holder, in CopyElements() function in v8::internal::ElementsAccessorBase 1258 return accessor->CopyElements(NULL, from_start, to, to_kind, in CopyElementsImpl()
|
D | objects.cc | 8495 accessor->CopyElements(this, new_elements, to_kind); in SetFastElementsCapacityAndLength() 8539 accessor->CopyElements(this, elems, FAST_DOUBLE_ELEMENTS); in SetFastDoubleElementsCapacityAndLength()
|