Home | History | Annotate | Download | only in src

Lines Matching refs:RootIndex

663     return type::cast(roots_[k##camel_name##RootIndex]);                       \
666 return reinterpret_cast<type*>(roots_[k##camel_name##RootIndex]); \
680 return String::cast(roots_[k##name##RootIndex]); \
877 #define ROOT_INDEX_DECLARATION(type, name, camel_name) k##camel_name##RootIndex,
886 #define SYMBOL_INDEX_DECLARATION(name, str) k##name##RootIndex,
944 roots_[k##camel_name##RootIndex] = value; \