Home | History | Annotate | Download | only in src

Lines Matching refs:root

607 void Deserializer::DeserializePartial(Object** root) {
615 VisitPointer(root);
985 // the root iteration code (above) will iterate over array elements, writing the
1014 Object* root = Heap::roots_address()[i];
1015 if (root == heap_object) return i;
1138 // should go through the root array or through the partial snapshot cache.
1139 // If this is not the case you may have to add something to the root array.
1142 // root table or in the partial snapshot cache.