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

/external/v8/src/x64/
H A Dlithium-gap-resolver-x64.cc221 ASSERT(destination->IsDoubleStackSlot());
224 } else if (source->IsDoubleStackSlot()) {
229 ASSERT(destination->IsDoubleStackSlot());
265 (source->IsDoubleStackSlot() && destination->IsDoubleStackSlot())) {
284 ASSERT((source->IsDoubleRegister() && destination->IsDoubleStackSlot()) ||
285 (source->IsDoubleStackSlot() && destination->IsDoubleRegister()));
290 ASSERT(other->IsDoubleStackSlot());
H A Dlithium-x64.cc66 ASSERT(spill_operand->IsDoubleStackSlot());
H A Dlithium-codegen-x64.cc347 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
425 } else if (op->IsDoubleStackSlot()) {
/external/v8/src/arm/
H A Dlithium-gap-resolver-arm.cc175 } else if (source->IsDoubleStackSlot()) {
196 } else if (saved_destination_->IsDoubleStackSlot()) {
274 ASSERT(destination->IsDoubleStackSlot());
278 } else if (source->IsDoubleStackSlot()) {
283 ASSERT(destination->IsDoubleStackSlot());
H A Dlithium-codegen-arm.cc443 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
457 ASSERT(op->IsDoubleStackSlot());
536 } else if (op->IsDoubleStackSlot()) {
2901 if (argument->IsDoubleRegister() || argument->IsDoubleStackSlot()) {
H A Dlithium-arm.cc86 ASSERT(spill_operand->IsDoubleStackSlot());
/external/v8/src/mips/
H A Dlithium-gap-resolver-mips.cc176 } else if (source->IsDoubleStackSlot()) {
198 } else if (saved_destination_->IsDoubleStackSlot()) {
278 ASSERT(destination->IsDoubleStackSlot());
283 } else if (source->IsDoubleStackSlot()) {
288 ASSERT(destination->IsDoubleStackSlot());
H A Dlithium-codegen-mips.cc411 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
425 ASSERT(op->IsDoubleStackSlot());
504 } else if (op->IsDoubleStackSlot()) {
2787 if (argument->IsDoubleRegister() || argument->IsDoubleStackSlot()) {
H A Dlithium-mips.cc86 ASSERT(spill_operand->IsDoubleStackSlot());
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc332 ASSERT(destination->IsDoubleStackSlot());
336 } else if (source->IsDoubleStackSlot()) {
338 destination->IsDoubleStackSlot());
424 ASSERT(source->IsDoubleStackSlot() || destination->IsDoubleStackSlot());
434 } else if (source->IsDoubleStackSlot() && destination->IsDoubleStackSlot()) {
H A Dlithium-codegen-ia32.cc339 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
353 ASSERT(op->IsDoubleStackSlot());
425 } else if (op->IsDoubleStackSlot()) {
H A Dlithium-ia32.cc66 ASSERT(spill_operand->IsDoubleStackSlot());
/external/v8/src/
H A Dlithium.cc171 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot());
179 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot());
192 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot());
H A Dlithium.h57 bool IsDoubleStackSlot() const { return kind() == DOUBLE_STACK_SLOT; } function in class:v8::internal::LOperand
H A Dlithium-allocator.cc1155 } else if (!cur_op->IsDoubleStackSlot() &&
H A Dhydrogen.cc8041 if (op->IsDoubleStackSlot()) {

Completed in 502 milliseconds