Home
last modified time | relevance | path

Searched refs:RootIsImmortalImmovable (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Daddress-map.cc36 CHECK(!Heap::RootIsImmortalImmovable(root_index)); in RootIndexMap()
Dcode-stub-assembler.cc1394 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 …]
Dcode-stubs.cc1866 DCHECK(Heap::RootIsImmortalImmovable(Heap::kmegamorphic_symbolRootIndex)); in GenerateAssembly()
/external/v8/src/snapshot/
Dstartup-serializer.cc183 return Heap::RootIsImmortalImmovable(root_index) != in RootShouldBeSkipped()
Dserializer.cc575 Heap::RootIsImmortalImmovable(root_index) && in VisitPointers()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc697 DCHECK(Heap::RootIsImmortalImmovable(Heap::kmegamorphic_symbolRootIndex)); in CallJSWithFeedback()
878 DCHECK(Heap::RootIsImmortalImmovable(Heap::kmegamorphic_symbolRootIndex)); in Construct()
/external/v8/src/heap/
Dheap.h674 static bool RootIsImmortalImmovable(int root_index);
Dheap.cc4753 bool Heap::RootIsImmortalImmovable(int root_index) { in RootIsImmortalImmovable() function in v8::internal::Heap
/external/v8/src/compiler/
Dsimplified-lowering.cc1121 if (heap->RootIsImmortalImmovable(root_index)) { in WriteBarrierKindFor()