Home | History | Annotate | Download | only in src

Lines Matching refs:roots_

344   // Set the stack limit in the roots_ array.  Some architectures generate
877 return type::cast(roots_[k##camel_name##RootIndex]); \
880 return reinterpret_cast<type*>(roots_[k##camel_name##RootIndex]); \
888 return Map::cast(roots_[k##Name##MapRootIndex]); \
894 return String::cast(roots_[k##name##RootIndex]); \
988 roots_[kCodeStubsRootIndex] = value;
1000 roots_[kNonMonomorphicCacheRootIndex] = value;
1004 roots_[kEmptyScriptRootIndex] = script;
1011 Object** roots_address() { return roots_; }
1300 roots_[k##camel_name##RootIndex] = value; \
1345 Object* roots_[kRootListLength];