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

  /external/v8/src/
lithium.h 94 MUST_HAVE_REGISTER,
162 return policy() == WRITABLE_REGISTER || policy() == MUST_HAVE_REGISTER;
lithium.cc 62 case LUnallocated::MUST_HAVE_REGISTER:
  /external/chromium_org/v8/src/
lithium.h 105 MUST_HAVE_REGISTER,
213 extended_policy() == MUST_HAVE_REGISTER);
lithium.cc 82 case LUnallocated::MUST_HAVE_REGISTER:
  /external/v8/src/arm/
lithium-arm.cc 607 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
613 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
692 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
797 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 607 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
613 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
692 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
797 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 600 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
606 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
685 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
792 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 469 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
475 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
559 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
647 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 519 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
525 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
609 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
700 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 474 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
480 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
564 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
652 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 475 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
481 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
565 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
656 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 602 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
608 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
687 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
794 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]

Completed in 876 milliseconds