Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc465 copied_elements_values = isolate->factory()->CopyFixedDoubleArray( in CreateArrayLiteral()
/third_party/node/deps/v8/src/heap/
Dfactory.h499 Handle<FixedDoubleArray> CopyFixedDoubleArray(Handle<FixedDoubleArray> array);
Dfactory.cc1971 elem = *CopyFixedDoubleArray( in CopyJSObjectWithAllocationSite()
2165 Handle<FixedDoubleArray> Factory::CopyFixedDoubleArray( in CopyFixedDoubleArray() function in v8::internal::Factory
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc1724 set_storage(isolate()->factory()->CopyFixedDoubleArray( in ReplaceElementsArrayWithCopy()