Lines Matching refs:map_root_index
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()
3255 DCHECK(Heap::RootIsImmortalImmovable(map_root_index)); in AllocateConsString()
3256 StoreMapNoWriteBarrier(result, map_root_index); in AllocateConsString()