Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-literals.cc170 copied_elements_values = isolate->factory()->CopyFixedDoubleArray( in CreateArrayLiteralBoilerplate()
/external/v8/src/heap/
Dheap-inl.h188 AllocationResult Heap::CopyFixedDoubleArray(FixedDoubleArray* src) { in CopyFixedDoubleArray() function
Dheap.h2092 MUST_USE_RESULT inline AllocationResult CopyFixedDoubleArray(
Dheap.cc3581 allocation = CopyFixedDoubleArray(FixedDoubleArray::cast(elements)); in CopyJSObject()
/external/v8/src/
Dfactory.h332 Handle<FixedDoubleArray> CopyFixedDoubleArray(
Dfactory.cc1062 Handle<FixedDoubleArray> Factory::CopyFixedDoubleArray( in CopyFixedDoubleArray() function in v8::internal::Factory
1065 isolate()->heap()->CopyFixedDoubleArray(*array), in CopyFixedDoubleArray()