HomeSort by relevance Sort by last modified time
    Searched refs:IsDoubleStackSlot (Results 1 - 16 of 16) sorted by null

  /external/v8/src/x64/
lithium-gap-resolver-x64.cc 221 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());
lithium-x64.cc 66 ASSERT(spill_operand->IsDoubleStackSlot());
    [all...]
lithium-codegen-x64.cc 347 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
425 } else if (op->IsDoubleStackSlot()) {
    [all...]
  /external/v8/src/arm/
lithium-gap-resolver-arm.cc 175 } else if (source->IsDoubleStackSlot()) {
196 } else if (saved_destination_->IsDoubleStackSlot()) {
274 ASSERT(destination->IsDoubleStackSlot());
278 } else if (source->IsDoubleStackSlot()) {
283 ASSERT(destination->IsDoubleStackSlot());
lithium-codegen-arm.cc 443 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
457 ASSERT(op->IsDoubleStackSlot());
536 } else if (op->IsDoubleStackSlot()) {
    [all...]
lithium-arm.cc 86 ASSERT(spill_operand->IsDoubleStackSlot());
    [all...]
  /external/v8/src/mips/
lithium-gap-resolver-mips.cc 176 } else if (source->IsDoubleStackSlot()) {
198 } else if (saved_destination_->IsDoubleStackSlot()) {
278 ASSERT(destination->IsDoubleStackSlot());
283 } else if (source->IsDoubleStackSlot()) {
288 ASSERT(destination->IsDoubleStackSlot());
lithium-codegen-mips.cc 411 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
425 ASSERT(op->IsDoubleStackSlot());
504 } else if (op->IsDoubleStackSlot()) {
    [all...]
lithium-mips.cc 86 ASSERT(spill_operand->IsDoubleStackSlot());
    [all...]
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 332 ASSERT(destination->IsDoubleStackSlot());
336 } else if (source->IsDoubleStackSlot()) {
338 destination->IsDoubleStackSlot());
424 ASSERT(source->IsDoubleStackSlot() || destination->IsDoubleStackSlot());
434 } else if (source->IsDoubleStackSlot() && destination->IsDoubleStackSlot()) {
lithium-codegen-ia32.cc 339 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
353 ASSERT(op->IsDoubleStackSlot());
425 } else if (op->IsDoubleStackSlot()) {
    [all...]
lithium-ia32.cc 66 ASSERT(spill_operand->IsDoubleStackSlot());
    [all...]
  /external/v8/src/
lithium.cc 171 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot());
179 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot());
192 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot());
lithium.h 57 bool IsDoubleStackSlot() const { return kind() == DOUBLE_STACK_SLOT; }
lithium-allocator.cc     [all...]
hydrogen.cc     [all...]

Completed in 630 milliseconds