| /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 | 489 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER)); 495 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER, 579 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER)); 667 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER); [all...] |
| /external/chromium_org/v8/src/ia32/ |
| lithium-ia32.cc | 538 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER)); 544 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER, 641 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER)); 732 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER); [all...] |
| /external/chromium_org/v8/src/mips/ |
| lithium-mips.cc | 494 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER)); 500 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER, 584 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER)); 672 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER); [all...] |
| /external/chromium_org/v8/src/x64/ |
| lithium-x64.cc | 495 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER)); 501 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER, 585 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER)); 676 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...] |