Searched refs:map_root_index (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-promise-gen.h | 92 Node* AllocatePromiseReactionJobTask(Heap::RootListIndex map_root_index,
|
D | builtins-promise-gen.cc | 434 Heap::RootListIndex map_root_index, Node* context, Node* argument, in AllocatePromiseReactionJobTask() argument 436 DCHECK(map_root_index == Heap::kPromiseFulfillReactionJobTaskMapRootIndex || in AllocatePromiseReactionJobTask() 437 map_root_index == Heap::kPromiseRejectReactionJobTaskMapRootIndex); in AllocatePromiseReactionJobTask() 438 Node* const map = LoadRoot(map_root_index); in AllocatePromiseReactionJobTask()
|
D | builtins-collections-gen.cc | 2066 Heap::RootListIndex map_root_index = static_cast<Heap::RootListIndex>( in AllocateTable() local 2068 StoreMapNoWriteBarrier(table, map_root_index); in AllocateTable()
|
/external/v8/src/heap/ |
D | factory.h | 110 Handle<T> NewFixedArrayWithMap(Heap::RootListIndex map_root_index, int length, 116 Handle<T> NewWeakFixedArrayWithMap(Heap::RootListIndex map_root_index, 978 Handle<FixedArray> NewFixedArrayWithFiller(Heap::RootListIndex map_root_index,
|
D | factory.cc | 291 Heap::RootListIndex map_root_index, int length, Object* filler, in NewFixedArrayWithFiller() argument 294 DCHECK(Heap::RootIsImmortalImmovable(map_root_index)); in NewFixedArrayWithFiller() 295 Map* map = Map::cast(isolate()->heap()->root(map_root_index)); in NewFixedArrayWithFiller() 304 Handle<T> Factory::NewFixedArrayWithMap(Heap::RootListIndex map_root_index, in NewFixedArrayWithMap() argument 312 map_root_index, length, *undefined_value(), pretenure)); in NewFixedArrayWithMap() 316 Handle<T> Factory::NewWeakFixedArrayWithMap(Heap::RootListIndex map_root_index, in NewWeakFixedArrayWithMap() argument 327 Map* map = Map::cast(isolate()->heap()->root(map_root_index)); in NewWeakFixedArrayWithMap()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 2709 Node* object, Heap::RootListIndex map_root_index) { in StoreMapNoWriteBarrier() argument 2710 return StoreMapNoWriteBarrier(object, LoadRoot(map_root_index)); in StoreMapNoWriteBarrier() 3218 Heap::RootListIndex map_root_index, TNode<Smi> length, TNode<String> parent, in AllocateSlicedString() argument 3220 DCHECK(map_root_index == Heap::kSlicedOneByteStringMapRootIndex || in AllocateSlicedString() 3221 map_root_index == Heap::kSlicedStringMapRootIndex); in AllocateSlicedString() 3223 DCHECK(Heap::RootIsImmortalImmovable(map_root_index)); in AllocateSlicedString() 3224 StoreMapNoWriteBarrier(result, map_root_index); in AllocateSlicedString() 3250 Heap::RootListIndex map_root_index, TNode<Smi> length, TNode<String> first, in AllocateConsString() argument 3252 DCHECK(map_root_index == Heap::kConsOneByteStringMapRootIndex || in AllocateConsString() 3253 map_root_index == Heap::kConsStringMapRootIndex); in AllocateConsString() [all …]
|
D | code-stub-assembler.h | 1159 Heap::RootListIndex map_root_index); 2896 TNode<String> AllocateSlicedString(Heap::RootListIndex map_root_index, 2900 TNode<String> AllocateConsString(Heap::RootListIndex map_root_index,
|
D | objects.cc | 16757 Heap::RootListIndex map_root_index = in NewInternal() local 16760 factory->NewFixedArrayWithMap(map_root_index, length, pretenure); in NewInternal()
|