Searched refs:RootIsImmortalImmovable (Results 1 – 9 of 9) sorted by relevance
36 CHECK(!Heap::RootIsImmortalImmovable(root_index)); in RootIndexMap()
1394 if (Heap::RootIsImmortalImmovable(root_index)) { in StoreObjectFieldRoot()1531 DCHECK(Heap::RootIsImmortalImmovable(Heap::kOneByteStringMapRootIndex)); in AllocateSeqOneByteString()1564 DCHECK(Heap::RootIsImmortalImmovable(Heap::kOneByteStringMapRootIndex)); in AllocateSeqOneByteString()1602 DCHECK(Heap::RootIsImmortalImmovable(Heap::kStringMapRootIndex)); in AllocateSeqTwoByteString()1635 DCHECK(Heap::RootIsImmortalImmovable(Heap::kStringMapRootIndex)); in AllocateSeqTwoByteString()1673 DCHECK(Heap::RootIsImmortalImmovable(map_root_index)); in AllocateSlicedString()1706 DCHECK(Heap::RootIsImmortalImmovable(map_root_index)); in AllocateConsString()1816 DCHECK(Heap::RootIsImmortalImmovable(Heap::kEmptyFixedArrayRootIndex)); in AllocateRegExpResult()1859 DCHECK(Heap::RootIsImmortalImmovable(Heap::kHashTableMapRootIndex)); in AllocateNameDictionary()2036 DCHECK(Heap::RootIsImmortalImmovable(elements_map_index)); in AllocateJSArray()[all …]
1866 DCHECK(Heap::RootIsImmortalImmovable(Heap::kmegamorphic_symbolRootIndex)); in GenerateAssembly()
183 return Heap::RootIsImmortalImmovable(root_index) != in RootShouldBeSkipped()
575 Heap::RootIsImmortalImmovable(root_index) && in VisitPointers()
697 DCHECK(Heap::RootIsImmortalImmovable(Heap::kmegamorphic_symbolRootIndex)); in CallJSWithFeedback()878 DCHECK(Heap::RootIsImmortalImmovable(Heap::kmegamorphic_symbolRootIndex)); in Construct()
674 static bool RootIsImmortalImmovable(int root_index);
4753 bool Heap::RootIsImmortalImmovable(int root_index) { in RootIsImmortalImmovable() function in v8::internal::Heap
1121 if (heap->RootIsImmortalImmovable(root_index)) { in WriteBarrierKindFor()