Searched defs:map_root_index (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dcode-stub-assembler.cc1381 Node* object, Heap::RootListIndex map_root_index) {
1382 return StoreMapNoWriteBarrier(object, LoadRoot(map_root_index));
1669 Heap::RootListIndex map_root_index, Node* length, Node* parent,
1673 DCHECK(Heap::RootIsImmortalImmovable(map_root_index));
1674 StoreMapNoWriteBarrier(result, map_root_index);
1700 Node* CodeStubAssembler::AllocateConsString(Heap::RootListIndex map_root_index, argument
1706 DCHECK(Heap::RootIsImmortalImmovable(map_root_index));
1707 StoreMapNoWriteBarrier(result, map_root_index);
1380 StoreMapNoWriteBarrier( Node* object, Heap::RootListIndex map_root_index) argument
1668 AllocateSlicedString( Heap::RootListIndex map_root_index, Node* length, Node* parent, Node* offset) argument

Completed in 197 milliseconds