Home | History | Annotate | Download | only in heap

Lines Matching refs:roots_

243   memset(roots_, 0, sizeof(roots_[0]) * kRootListLength);
708 roots_[kCodeStubsRootIndex] = value;
2789 return Map::cast(roots_[RootIndexForFixedTypedArray(array_type)]);
2793 return Map::cast(roots_[RootIndexForFixedTypedArray(elements_kind)]);
2798 roots_[RootIndexForEmptyFixedTypedArray(map->elements_kind())]);
4082 reinterpret_cast<Object**>(&roots_[kStringTableRootIndex]));
4097 v->VisitRootPointers(Root::kSmiRootList, nullptr, &roots_[kSmiRootsStart],
4098 &roots_[kRootListLength]);
4155 v->VisitRootPointers(Root::kStrongRootList, nullptr, &roots_[0],
4156 &roots_[kStrongRootListLength]);
4812 roots_[kStackLimitRootIndex] = reinterpret_cast<Object*>(
4814 roots_[kRealStackLimitRootIndex] = reinterpret_cast<Object*>(
4819 roots_[kStackLimitRootIndex] = Smi::kZero;
4820 roots_[kRealStackLimitRootIndex] = Smi::kZero;