Home | History | Annotate | Download | only in src

Lines Matching refs:RootIndex

1250     return type::cast(roots_[k##camel_name##RootIndex]);                       \
1253 return reinterpret_cast<type*>(roots_[k##camel_name##RootIndex]); \
1267 return String::cast(roots_[k##name##RootIndex]); \
1548 #define ROOT_INDEX_DECLARATION(type, name, camel_name) k##camel_name##RootIndex,
1552 #define STRING_INDEX_DECLARATION(name, str) k##name##RootIndex,
1931 ASSERT(k##camel_name##RootIndex >= kOldSpaceRoots || !InNewSpace(value)); \
1932 roots_[k##camel_name##RootIndex] = value; \