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

/external/v8/src/
H A Daddress-map.cc36 CHECK(!Heap::RootIsImmortalImmovable(root_index));
H A Dcode-stub-assembler.cc1394 if (Heap::RootIsImmortalImmovable(root_index)) {
1531 DCHECK(Heap::RootIsImmortalImmovable(Heap::kOneByteStringMapRootIndex));
1564 DCHECK(Heap::RootIsImmortalImmovable(Heap::kOneByteStringMapRootIndex));
1602 DCHECK(Heap::RootIsImmortalImmovable(Heap::kStringMapRootIndex));
1635 DCHECK(Heap::RootIsImmortalImmovable(Heap::kStringMapRootIndex));
1673 DCHECK(Heap::RootIsImmortalImmovable(map_root_index));
1706 DCHECK(Heap::RootIsImmortalImmovable(map_root_index));
1816 DCHECK(Heap::RootIsImmortalImmovable(Heap::kEmptyFixedArrayRootIndex));
1859 DCHECK(Heap::RootIsImmortalImmovable(Heap::kHashTableMapRootIndex));
2036 DCHECK(Heap::RootIsImmortalImmovable(elements_map_inde
[all...]
H A Dcode-stubs.cc1866 DCHECK(Heap::RootIsImmortalImmovable(Heap::kmegamorphic_symbolRootIndex));
/external/v8/src/snapshot/
H A Dstartup-serializer.cc183 return Heap::RootIsImmortalImmovable(root_index) !=
H A Dserializer.cc575 Heap::RootIsImmortalImmovable(root_index) &&
/external/v8/src/interpreter/
H A Dinterpreter-assembler.cc697 DCHECK(Heap::RootIsImmortalImmovable(Heap::kmegamorphic_symbolRootIndex));
878 DCHECK(Heap::RootIsImmortalImmovable(Heap::kmegamorphic_symbolRootIndex));
/external/v8/src/heap/
H A Dheap.h674 static bool RootIsImmortalImmovable(int root_index);
H A Dheap.cc4753 bool Heap::RootIsImmortalImmovable(int root_index) { function in class:v8::internal::Heap
/external/v8/src/compiler/
H A Dsimplified-lowering.cc1121 if (heap->RootIsImmortalImmovable(root_index)) {

Completed in 277 milliseconds