Home | History | Annotate | Download | only in heap

Lines Matching refs:roots_

829   Object* root(RootListIndex index) { return roots_[index]; }
831 return Handle<Object>(&roots_[index]);
836 if (handle_location >= &roots_[kRootListLength]) return false;
837 if (handle_location < &roots_[0]) return false;
838 *index = static_cast<RootListIndex>(handle_location - &roots_[0]);
843 Object** roots_array_start() { return roots_; }
871 roots_[kMaterializedObjectsRootIndex] = objects;
875 roots_[kScriptListRootIndex] = value;
879 roots_[kStringTableRootIndex] = value;
883 roots_[kNoScriptSharedFunctionInfosRootIndex] = value;
887 roots_[kMessageListenersRootIndex] = value;
890 // Set the stack limit in the roots_ array. Some architectures generate
1980 Object* roots_[kRootListLength];
1983 // thus its offset from roots_ must remain static. This is verified in
1990 // the roots register. Its offset from roots_ must remain static. This is