Home | History | Annotate | Download | only in src

Lines Matching refs:maps_are_stable

2746   bool maps_are_stable() const { return maps_are_stable_; }
2764 bool maps_are_stable,
2766 return instr->Prepend(new(zone) HCheckMaps(value, maps, maps_are_stable));
2779 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, bool maps_are_stable)
2782 maps_are_stable_(maps_are_stable) {