Home | History | Annotate | Download | only in heap

Lines Matching refs:root_index

2922 bool Heap::RootCanBeWrittenAfterInitialization(Heap::RootListIndex root_index) {
2923 switch (root_index) {
2954 bool Heap::RootCanBeTreatedAsConstant(RootListIndex root_index) {
2955 return !RootCanBeWrittenAfterInitialization(root_index) &&
2956 !InNewSpace(root(root_index));
4604 bool Heap::RootIsImmortalImmovable(int root_index) {
4605 switch (root_index) {