Home
last modified time | relevance | path

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

/external/v8/src/
Daddress-map.cc38 CHECK(!Heap::RootIsImmortalImmovable(root_index)); in RootIndexMap()
Dcode-stub-assembler.cc2722 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 …]
/external/v8/src/interpreter/
Dinterpreter-assembler.cc806 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()
/external/v8/src/snapshot/
Dserializer.cc747 Heap::RootIsImmortalImmovable(root_index) && in VisitPointers()
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc457 DCHECK(Heap::RootIsImmortalImmovable(Heap::kTheHoleValueRootIndex)); in DeleteDictionaryProperty()
Dbuiltins-regexp-gen.cc85 DCHECK(Heap::RootIsImmortalImmovable(map_index)); in AllocateRegExpResult()
/external/v8/src/heap/
Dheap.h433 V8_EXPORT_PRIVATE static bool RootIsImmortalImmovable(int root_index);
Dfactory.cc294 DCHECK(Heap::RootIsImmortalImmovable(map_root_index)); in NewFixedArrayWithFiller()
358 DCHECK(Heap::RootIsImmortalImmovable(Heap::kWeakFixedArrayMapRootIndex)); in NewWeakFixedArray()
Dheap.cc3837 bool Heap::RootIsImmortalImmovable(int root_index) { in RootIsImmortalImmovable() function in v8::internal::Heap
/external/v8/src/compiler/
Dsimplified-lowering.cc1212 if (heap->RootIsImmortalImmovable(root_index)) { in WriteBarrierKindFor()