Lines Matching refs:roots_
147 memset(roots_, 0, sizeof(roots_[0]) * kRootListLength); in Heap()
2517 roots_[entry.index] = map; in CreateInitialMaps()
2557 roots_[entry.index] = map; in CreateInitialMaps()
2801 roots_[constant_string_table[i].index] = *str; in CreateInitialObjects()
3097 return Map::cast(roots_[RootIndexForExternalArrayType(array_type)]); in MapForExternalArrayType()
3119 return Map::cast(roots_[RootIndexForFixedTypedArray(array_type)]); in MapForFixedTypedArray()
3175 roots_[RootIndexForEmptyExternalArray(map->elements_kind())]); in EmptyExternalArrayForMap()
3181 roots_[RootIndexForEmptyFixedTypedArray(map->elements_kind())]); in EmptyFixedTypedArrayForMap()
4729 v->VisitPointer(reinterpret_cast<Object**>(&roots_[kStringTableRootIndex])); in IterateWeakRoots()
4742 v->VisitPointers(&roots_[kSmiRootsStart], &roots_[kRootListLength]); in IterateSmiRoots()
4748 v->VisitPointers(&roots_[0], &roots_[kStrongRootListLength]); in IterateStrongRoots()
5181 roots_[kStackLimitRootIndex] = reinterpret_cast<Object*>( in SetStackLimits()
5183 roots_[kRealStackLimitRootIndex] = reinterpret_cast<Object*>( in SetStackLimits()