Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsStackSlot

84   } else if (location.IsStackSlot()) {
1135 DCHECK(location.IsStackSlot() ||
1139 if (location.IsStackSlot() || location.IsDoubleStackSlot()) {
1452 DCHECK(dest.IsStackSlot() || dest.IsDoubleStackSlot() || dest.IsSIMDStackSlot()) << dest;