Searched refs:RootIsImmortalImmovable (Results 1 – 10 of 10) sorted by relevance
38 CHECK(!Heap::RootIsImmortalImmovable(root_index)); in RootIndexMap()
2722 if (Heap::RootIsImmortalImmovable(root_index)) { in StoreObjectFieldRoot()3078 DCHECK(Heap::RootIsImmortalImmovable(Heap::kOneByteStringMapRootIndex)); in AllocateSeqOneByteString()3117 DCHECK(Heap::RootIsImmortalImmovable(Heap::kOneByteStringMapRootIndex)); in AllocateSeqOneByteString()3154 DCHECK(Heap::RootIsImmortalImmovable(Heap::kStringMapRootIndex)); in AllocateSeqTwoByteString()3187 DCHECK(Heap::RootIsImmortalImmovable(Heap::kStringMapRootIndex)); in AllocateSeqTwoByteString()3223 DCHECK(Heap::RootIsImmortalImmovable(map_root_index)); in AllocateSlicedString()3255 DCHECK(Heap::RootIsImmortalImmovable(map_root_index)); in AllocateConsString()3370 DCHECK(Heap::RootIsImmortalImmovable(Heap::kNameDictionaryMapRootIndex)); in AllocateNameDictionaryWithCapacity()3832 DCHECK(Heap::RootIsImmortalImmovable(elements_map_index)); in AllocateUninitializedJSArrayWithElements()4003 DCHECK(Heap::RootIsImmortalImmovable(map_index)); in AllocateFixedArray()[all …]
806 DCHECK(Heap::RootIsImmortalImmovable(Heap::kmegamorphic_symbolRootIndex)); in CollectCallableFeedback()1057 DCHECK(Heap::RootIsImmortalImmovable(Heap::kmegamorphic_symbolRootIndex)); in Construct()1198 DCHECK(Heap::RootIsImmortalImmovable(Heap::kmegamorphic_symbolRootIndex)); in ConstructWithSpread()
747 Heap::RootIsImmortalImmovable(root_index) && in VisitPointers()
457 DCHECK(Heap::RootIsImmortalImmovable(Heap::kTheHoleValueRootIndex)); in DeleteDictionaryProperty()
85 DCHECK(Heap::RootIsImmortalImmovable(map_index)); in AllocateRegExpResult()
433 V8_EXPORT_PRIVATE static bool RootIsImmortalImmovable(int root_index);
294 DCHECK(Heap::RootIsImmortalImmovable(map_root_index)); in NewFixedArrayWithFiller()358 DCHECK(Heap::RootIsImmortalImmovable(Heap::kWeakFixedArrayMapRootIndex)); in NewWeakFixedArray()
3837 bool Heap::RootIsImmortalImmovable(int root_index) { in RootIsImmortalImmovable() function in v8::internal::Heap
1212 if (heap->RootIsImmortalImmovable(root_index)) { in WriteBarrierKindFor()