Home | History | Annotate | Download | only in snapshot

Lines Matching refs:root_index

475         Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(id); \
476 new_object = isolate->heap()->root(root_index); \
750 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(id);
751 Object* object = isolate->heap()->root(root_index);