Home | History | Annotate | Download | only in heap

Lines Matching refs:RootListIndex

310   enum RootListIndex {
440 static bool RootCanBeWrittenAfterInitialization(RootListIndex root_index);
829 Object* root(RootListIndex index) { return roots_[index]; }
830 Handle<Object> root_handle(RootListIndex index) {
834 bool IsRootHandle(Handle<T> handle, RootListIndex* index) const {
838 *index = static_cast<RootListIndex>(handle_location - &roots_[0]);
900 bool RootCanBeTreatedAsConstant(RootListIndex root_index);
1541 RootListIndex index;
1546 RootListIndex index;
1552 RootListIndex index;