Searched refs:maps_are_stable (Results 1 – 3 of 3) sorted by relevance
404 if (instr->maps_are_stable() || in ReduceCheckMaps()440 HCheckTableEntry::State state = instr->maps_are_stable() in ReduceCheckMaps()
2488 bool maps_are_stable() const { in maps_are_stable() function2510 bool maps_are_stable, in CreateAndInsertBefore() argument2512 return instr->Prepend(new(zone) HCheckMaps(value, maps, maps_are_stable)); in CreateAndInsertBefore()2525 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, bool maps_are_stable) in HCheckMaps() argument2530 MapsAreStableField::encode(maps_are_stable)) { in HCheckMaps()
1623 if (!IsStabilityCheck() && maps_are_stable() && value()->IsConstant()) { in Canonicalize()