Searched refs:is_stable (Results 1 – 13 of 13) sorted by relevance
53 bool is_stable(int region_index) const { in is_stable() function
92 stable_regions[i] = !changed_regions[i] && is_stable(i); in StableRegionsWithMarginalHistory()
247 if (!map->is_stable()) return Retry(kMapBecameUnstable); in AddStabilityDependency()
425 DCHECK(map->is_stable()); in CommitDependencies()
661 DCHECK(map->is_stable()); in AddStabilityDependency()
324 if (!is_stable() || in VerifyOmittedMapChecks()
497 if (!it.Current()->is_stable()) return false; in NowStable()
2681 if (map->is_stable()) object_map_ = Unique<Map>::CreateImmovable(map); in HConstant()2683 Handle<Map>::cast(heap_object)->is_stable()); in HConstant()
4515 bool Map::is_stable() { in is_stable() function4540 if (is_stable()) { in NotifyLeafMapLayoutChange()4550 return is_stable() && FLAG_omit_map_checks_for_leaf_maps; in CanOmitMapChecks()
1524 map_is_stable_(map->is_stable()), in HUnaryControlInstruction()2834 if (!map->is_stable()) maps_are_stable_ = false; in HCheckMaps()
5972 inline bool is_stable();
6043 if (!field_map->is_stable()) { in LoadFieldMaps()
54 if (map->is_stable() && in OptimalType()