Home
last modified time | relevance | path

Searched refs:CopyArrayWithMap (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dfactory.h987 Handle<T> CopyArrayWithMap(Handle<T> src, Handle<Map> map);
Dfactory.cc1932 Handle<PropertyArray> prop = CopyArrayWithMap( in CopyJSObjectWithAllocationSite()
1959 Handle<T> Factory::CopyArrayWithMap(Handle<T> src, Handle<Map> map) { in CopyArrayWithMap() function in v8::internal::Factory
2004 return CopyArrayWithMap(array, map); in CopyFixedArrayWithMap()
2086 return CopyArrayWithMap(array, handle(array->map(), isolate())); in CopyFixedArray()