Searched refs:CopyFixedDoubleArray (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dfactory.h235 Handle<FixedDoubleArray> CopyFixedDoubleArray(
H A Dheap-inl.h178 MaybeObject* Heap::CopyFixedDoubleArray(FixedDoubleArray* src) { function in class:v8::internal::Heap
H A Dfactory.cc509 Handle<FixedDoubleArray> Factory::CopyFixedDoubleArray( function in class:v8::internal::Factory
H A Dheap.h781 MUST_USE_RESULT inline MaybeObject* CopyFixedDoubleArray(
H A Dobjects-inl.h4792 return GetHeap()->CopyFixedDoubleArray(this);
H A Dheap.cc4064 maybe_elem = CopyFixedDoubleArray(FixedDoubleArray::cast(elements));
H A Druntime.cc485 copied_elements_values = isolate->factory()->CopyFixedDoubleArray(

Completed in 142 milliseconds