Lines Matching refs:IsStackSlot
45 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand()
1365 DCHECK(input->IsRegister() || input->IsStackSlot()); in AssembleArchInstruction()
1382 DCHECK(input->IsRegister() || input->IsStackSlot()); in AssembleArchInstruction()
1425 DCHECK(input->IsRegister() || input->IsStackSlot()); in AssembleArchInstruction()
2393 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
2397 } else if (source->IsStackSlot()) { in AssembleMove()
2398 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
2418 DCHECK(destination->IsStackSlot()); in AssembleMove()
2427 DCHECK(destination->IsStackSlot()); in AssembleMove()
2440 } else if (destination->IsStackSlot()) { in AssembleMove()
2541 } else if (source->IsRegister() && destination->IsStackSlot()) { in AssembleSwap()
2544 } else if (source->IsStackSlot() && destination->IsStackSlot()) { in AssembleSwap()