Home | History | Annotate | Download | only in arm64

Lines Matching refs:IsStackSlot

244     DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
2002 DCHECK(destination->IsRegister() || destination->IsStackSlot());
2009 } else if (source->IsStackSlot()) {
2011 DCHECK(destination->IsRegister() || destination->IsStackSlot());
2022 if (destination->IsRegister() || destination->IsStackSlot()) {
2037 if (destination->IsStackSlot()) {
2114 DCHECK(destination->IsStackSlot());
2120 } else if (source->IsStackSlot() || source->IsFPStackSlot()) {