Home | History | Annotate | Download | only in src

Lines Matching refs:roots_

505   // Set the stack limit in the roots_ array.  Some architectures generate
1307 return type::cast(roots_[k##camel_name##RootIndex]); \
1310 return reinterpret_cast<type*>(roots_[k##camel_name##RootIndex]); \
1318 return Map::cast(roots_[k##Name##MapRootIndex]); \
1324 return String::cast(roots_[k##name##RootIndex]); \
1400 roots_[kCodeStubsRootIndex] = value;
1412 roots_[kNonMonomorphicCacheRootIndex] = value;
1416 roots_[kEmptyScriptRootIndex] = script;
1420 roots_[kStoreBufferTopRootIndex] = reinterpret_cast<Smi*>(top);
1424 Object** roots_array_start() { return roots_; }
1427 return reinterpret_cast<Address*>(&roots_[kStoreBufferTopRootIndex]);
1906 Object* roots_[kRootListLength];
1964 roots_[k##camel_name##RootIndex] = value; \