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

  /external/v8/src/
lithium.cc 61 case LUnallocated::MUST_HAVE_REGISTER:
lithium.h 89 MUST_HAVE_REGISTER,
160 return policy() == WRITABLE_REGISTER || policy() == MUST_HAVE_REGISTER;
  /external/v8/src/arm/
lithium-arm.cc 584 return Use(value, new LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
590 new LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
674 return Define(instr, new LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
773 LUnallocated* operand = new LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 576 return Use(value, new LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
582 new LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
666 return Define(instr, new LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
767 LUnallocated* operand = new LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 577 return Use(value, new LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
583 new LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
667 return Define(instr, new LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
768 LUnallocated* operand = new LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]

Completed in 48 milliseconds