Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dfactory.h116 Handle<T> NewWeakFixedArrayWithMap(Heap::RootListIndex map_root_index,
Dfactory.cc316 Handle<T> Factory::NewWeakFixedArrayWithMap(Heap::RootListIndex map_root_index, in NewWeakFixedArrayWithMap() function in v8::internal::Factory
342 Factory::NewWeakFixedArrayWithMap<DescriptorArray>(Heap::RootListIndex, int,
1780 Handle<TransitionArray> array = NewWeakFixedArrayWithMap<TransitionArray>( in NewTransitionArray()
/external/v8/src/
Dobjects.cc10709 factory->NewWeakFixedArrayWithMap<DescriptorArray>( in Allocate()