Lines Matching refs:roots_
441 RootsTable() : roots_{} {}
452 return roots_[index];
458 return FullObjectSlot(&roots_[index]);
486 return FullObjectSlot(&roots_[static_cast<size_t>(RootIndex::kFirstRoot)]);
490 &roots_[static_cast<size_t>(RootIndex::kLastRoot) + 1]);
498 &roots_[static_cast<size_t>(RootIndex::kFirstStrongOrReadOnlyRoot)]);
502 &roots_[static_cast<size_t>(RootIndex::kLastStrongOrReadOnlyRoot) + 1]);
509 &roots_[static_cast<size_t>(RootIndex::kFirstReadOnlyRoot)]);
513 &roots_[static_cast<size_t>(RootIndex::kLastReadOnlyRoot) + 1]);
518 &roots_[static_cast<size_t>(RootIndex::kFirstStrongRoot)]);
522 &roots_[static_cast<size_t>(RootIndex::kLastStrongRoot) + 1]);
527 &roots_[static_cast<size_t>(RootIndex::kFirstSmiRoot)]);
531 &roots_[static_cast<size_t>(RootIndex::kLastSmiRoot) + 1]);
537 return roots_[index];
540 Address roots_[kEntriesCount];