RootIndex         419 src/factory.h          &isolate()->heap()->roots_[Heap::k##camel_name##RootIndex]));          \
RootIndex         427 src/factory.h          &isolate()->heap()->roots_[Heap::k##name##RootIndex]));                \
RootIndex        2148 src/heap.cc      {contents, k##name##RootIndex},
RootIndex        1125 src/heap.h         return type::cast(roots_[k##camel_name##RootIndex]);                       \
RootIndex        1128 src/heap.h         return reinterpret_cast<type*>(roots_[k##camel_name##RootIndex]);          \
RootIndex        1142 src/heap.h         return String::cast(roots_[k##name##RootIndex]);                           \
RootIndex        1690 src/heap.h         ASSERT(k##camel_name##RootIndex >= kOldSpaceRoots || !InNewSpace(value));  \
RootIndex        1691 src/heap.h         roots_[k##camel_name##RootIndex] = value;                                  \
RootIndex        1296 src/serialize.cc   if ((root_index = RootIndex(heap_object, how_to_code)) != kInvalidRootIndex) {
RootIndex        1370 src/serialize.cc   if ((root_index = RootIndex(heap_object, how_to_code)) != kInvalidRootIndex) {
RootIndex        1450 src/serialize.cc       int root_index = serializer_->RootIndex(current_contents, kPlain);
RootIndex         487 src/serialize.h   int RootIndex(HeapObject* heap_object, HowToCode from);