Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-literals.cc410 copied_elements_values = isolate->factory()->CopyFixedDoubleArray( in Create()
/external/v8/src/heap/
Dfactory.h528 Handle<FixedDoubleArray> CopyFixedDoubleArray(Handle<FixedDoubleArray> array);
Dfactory.cc1919 elem = *CopyFixedDoubleArray( in CopyJSObjectWithAllocationSite()
2102 Handle<FixedDoubleArray> Factory::CopyFixedDoubleArray( in CopyFixedDoubleArray() function in v8::internal::Factory