Lines Matching defs:index
444 RootIndex* index) const;
447 bool IsRootHandle(Handle<T> handle, RootIndex* index) const;
450 size_t index = static_cast<size_t>(root_index);
451 DCHECK_LT(index, kEntriesCount);
452 return roots_[index];
456 size_t index = static_cast<size_t>(root_index);
457 DCHECK_LT(index, kEntriesCount);
458 return FullObjectSlot(&roots_[index]);
462 size_t index = static_cast<size_t>(root_index);
463 DCHECK_LT(index, kEntriesCount);
464 return root_names_[index];
535 size_t index = static_cast<size_t>(root_index);
536 DCHECK_LT(index, kEntriesCount);
537 return roots_[index];
574 // Get the address of a given read-only root index, without type checks.