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

1 2

  /external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.cc 235 ASSERT(destination->IsDoubleStackSlot());
238 } else if (source->IsDoubleStackSlot()) {
243 ASSERT(destination->IsDoubleStackSlot());
279 (source->IsDoubleStackSlot() && destination->IsDoubleStackSlot())) {
298 ASSERT((source->IsDoubleRegister() && destination->IsDoubleStackSlot()) ||
299 (source->IsDoubleStackSlot() && destination->IsDoubleRegister()));
304 ASSERT(other->IsDoubleStackSlot());
lithium-codegen-x64.cc 455 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
566 } else if (op->IsDoubleStackSlot()) {
    [all...]
  /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/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.cc 175 } else if (source->IsDoubleStackSlot()) {
196 } else if (saved_destination_->IsDoubleStackSlot()) {
281 ASSERT(destination->IsDoubleStackSlot());
285 } else if (source->IsDoubleStackSlot()) {
290 ASSERT(destination->IsDoubleStackSlot());
lithium-codegen-arm.cc 547 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
559 ASSERT(op->IsDoubleStackSlot());
671 } else if (op->IsDoubleStackSlot()) {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.cc 176 } else if (source->IsDoubleStackSlot()) {
198 } else if (saved_destination_->IsDoubleStackSlot()) {
284 ASSERT(destination->IsDoubleStackSlot());
289 } else if (source->IsDoubleStackSlot()) {
294 ASSERT(destination->IsDoubleStackSlot());
lithium-codegen-mips.cc 526 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
538 ASSERT(op->IsDoubleStackSlot());
650 } else if (op->IsDoubleStackSlot()) {
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.cc 361 ASSERT(destination->IsDoubleStackSlot());
368 ASSERT(destination->IsDoubleStackSlot());
373 } else if (source->IsDoubleStackSlot()) {
377 destination->IsDoubleStackSlot());
392 if (destination->IsDoubleStackSlot()) {
483 ASSERT(source->IsDoubleStackSlot() || destination->IsDoubleStackSlot());
492 } else if (source->IsDoubleStackSlot() && destination->IsDoubleStackSlot()) {
lithium-codegen-ia32.cc 819 ASSERT(op->IsStackSlot() || op->IsDoubleStackSlot());
831 ASSERT(op->IsDoubleStackSlot());
944 } else if (op->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...]
  /external/chromium_org/v8/src/
lithium.cc 200 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot());
208 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot());
221 ASSERT(!op->IsDoubleRegister() && !op->IsDoubleStackSlot());
lithium-allocator.cc     [all...]

Completed in 1005 milliseconds

1 2