Home
last modified time | relevance | path

Searched refs:CopyFixedDoubleArray (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
Dfactory.h327 Handle<FixedDoubleArray> CopyFixedDoubleArray(
Dfactory.cc998 Handle<FixedDoubleArray> Factory::CopyFixedDoubleArray( in CopyFixedDoubleArray() function in v8::internal::Factory
1001 isolate()->heap()->CopyFixedDoubleArray(*array), in CopyFixedDoubleArray()
Druntime.cc379 copied_elements_values = isolate->factory()->CopyFixedDoubleArray( in CreateArrayLiteralBoilerplate()
/external/chromium_org/v8/src/heap/
Dheap-inl.h154 AllocationResult Heap::CopyFixedDoubleArray(FixedDoubleArray* src) { in CopyFixedDoubleArray() function
Dheap.h1743 MUST_USE_RESULT inline AllocationResult CopyFixedDoubleArray(
Dheap.cc3744 allocation = CopyFixedDoubleArray(FixedDoubleArray::cast(elements)); in CopyJSObject()