Searched refs:IsDoubleStackSlot (Results 1 – 16 of 16) sorted by relevance
221 ASSERT(destination->IsDoubleStackSlot()); in EmitMove()224 } else if (source->IsDoubleStackSlot()) { in EmitMove()229 ASSERT(destination->IsDoubleStackSlot()); in EmitMove()265 (source->IsDoubleStackSlot() && destination->IsDoubleStackSlot())) { in EmitSwap()284 ASSERT((source->IsDoubleRegister() && destination->IsDoubleStackSlot()) || in EmitSwap()285 (source->IsDoubleStackSlot() && destination->IsDoubleRegister())); in EmitSwap()290 ASSERT(other->IsDoubleStackSlot()); in EmitSwap()
66 ASSERT(spill_operand->IsDoubleStackSlot()); in MarkSpilledDoubleRegister()
347 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToOperand()425 } else if (op->IsDoubleStackSlot()) { in AddToTranslation()
175 } else if (source->IsDoubleStackSlot()) { in BreakCycle()196 } else if (saved_destination_->IsDoubleStackSlot()) { in RestoreValue()274 ASSERT(destination->IsDoubleStackSlot()); in EmitMove()278 } else if (source->IsDoubleStackSlot()) { in EmitMove()283 ASSERT(destination->IsDoubleStackSlot()); in EmitMove()
443 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToMemOperand()457 ASSERT(op->IsDoubleStackSlot()); in ToHighMemOperand()536 } else if (op->IsDoubleStackSlot()) { in AddToTranslation()2901 if (argument->IsDoubleRegister() || argument->IsDoubleStackSlot()) { in DoPushArgument()
86 ASSERT(spill_operand->IsDoubleStackSlot()); in MarkSpilledDoubleRegister()
176 } else if (source->IsDoubleStackSlot()) { in BreakCycle()198 } else if (saved_destination_->IsDoubleStackSlot()) { in RestoreValue()278 ASSERT(destination->IsDoubleStackSlot()); in EmitMove()283 } else if (source->IsDoubleStackSlot()) { in EmitMove()288 ASSERT(destination->IsDoubleStackSlot()); in EmitMove()
411 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToMemOperand()425 ASSERT(op->IsDoubleStackSlot()); in ToHighMemOperand()504 } else if (op->IsDoubleStackSlot()) { in AddToTranslation()2787 if (argument->IsDoubleRegister() || argument->IsDoubleStackSlot()) { in DoPushArgument()
332 ASSERT(destination->IsDoubleStackSlot()); in EmitMove()336 } else if (source->IsDoubleStackSlot()) { in EmitMove()338 destination->IsDoubleStackSlot()); in EmitMove()424 ASSERT(source->IsDoubleStackSlot() || destination->IsDoubleStackSlot()); in EmitSwap()434 } else if (source->IsDoubleStackSlot() && destination->IsDoubleStackSlot()) { in EmitSwap()
339 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToOperand()353 ASSERT(op->IsDoubleStackSlot()); in HighOperand()425 } else if (op->IsDoubleStackSlot()) { in AddToTranslation()
171 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot()); in RecordPointer()179 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot()); in RemovePointer()192 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot()); in RecordUntagged()
57 bool IsDoubleStackSlot() const { return kind() == DOUBLE_STACK_SLOT; } in IsDoubleStackSlot() function
1155 } else if (!cur_op->IsDoubleStackSlot() && in ResolveControlFlow()
8041 if (op->IsDoubleStackSlot()) { in TraceLiveRange()