Home
last modified time | relevance | path

Searched refs:IsDoubleStackSlot (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc221 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()
Dlithium-x64.cc66 ASSERT(spill_operand->IsDoubleStackSlot()); in MarkSpilledDoubleRegister()
Dlithium-codegen-x64.cc347 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToOperand()
425 } else if (op->IsDoubleStackSlot()) { in AddToTranslation()
/external/v8/src/arm/
Dlithium-gap-resolver-arm.cc175 } 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()
Dlithium-codegen-arm.cc443 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()
Dlithium-arm.cc86 ASSERT(spill_operand->IsDoubleStackSlot()); in MarkSpilledDoubleRegister()
/external/v8/src/mips/
Dlithium-gap-resolver-mips.cc176 } 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()
Dlithium-codegen-mips.cc411 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()
Dlithium-mips.cc86 ASSERT(spill_operand->IsDoubleStackSlot()); in MarkSpilledDoubleRegister()
/external/v8/src/ia32/
Dlithium-gap-resolver-ia32.cc332 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()
Dlithium-codegen-ia32.cc339 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToOperand()
353 ASSERT(op->IsDoubleStackSlot()); in HighOperand()
425 } else if (op->IsDoubleStackSlot()) { in AddToTranslation()
Dlithium-ia32.cc66 ASSERT(spill_operand->IsDoubleStackSlot()); in MarkSpilledDoubleRegister()
/external/v8/src/
Dlithium.cc171 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot()); in RecordPointer()
179 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot()); in RemovePointer()
192 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot()); in RecordUntagged()
Dlithium.h57 bool IsDoubleStackSlot() const { return kind() == DOUBLE_STACK_SLOT; } in IsDoubleStackSlot() function
Dlithium-allocator.cc1155 } else if (!cur_op->IsDoubleStackSlot() && in ResolveControlFlow()
Dhydrogen.cc8041 if (op->IsDoubleStackSlot()) { in TraceLiveRange()