Home
last modified time | relevance | path

Searched refs:CopyFixedArray (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/v8/src/
Dtype-feedback-vector.cc18 isolate->factory()->CopyFixedArray(Handle<FixedArray>::cast(vector))); in Copy()
Dfactory.h321 Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array);
Dfactory.cc982 Handle<FixedArray> Factory::CopyFixedArray(Handle<FixedArray> array) { in CopyFixedArray() function in v8::internal::Factory
984 isolate()->heap()->CopyFixedArray(*array), in CopyFixedArray()
Dbootstrapper.cc2553 Handle<FixedArray> to_elements = factory()->CopyFixedArray(from_elements); in TransferIndexedProperties()
Dapi.cc3333 i::Handle<i::FixedArray> elms = isolate->factory()->CopyFixedArray(value); in GetPropertyNames()
3355 i::Handle<i::FixedArray> elms = isolate->factory()->CopyFixedArray(value); in GetOwnPropertyNames()
Druntime.cc399 isolate->factory()->CopyFixedArray(fixed_array_values); in CreateArrayLiteralBoilerplate()
/external/chromium_org/v8/src/heap/
Dheap-inl.h148 AllocationResult Heap::CopyFixedArray(FixedArray* src) { in CopyFixedArray() function
Dheap.h1734 MUST_USE_RESULT inline AllocationResult CopyFixedArray(FixedArray* src);
Dheap.cc3746 allocation = CopyFixedArray(FixedArray::cast(elements)); in CopyJSObject()
3756 AllocationResult allocation = CopyFixedArray(properties); in CopyJSObject()