Lines Matching full:roots
882 // This is called on the roots. It is the driver of the deserialization
1195 // Find an object in the roots array and write a pointer to it to the
1252 // the number of GC roots when serializing and deserializing.
1318 Object** roots = isolate()->heap()->roots_array_start();
1319 return current == &roots[Heap::kStoreBufferTopRootIndex]
1320 || current == &roots[Heap::kStackLimitRootIndex]
1321 || current == &roots[Heap::kRealStackLimitRootIndex];