HomeSort by relevance Sort by last modified time
    Searched defs:TempRegister (Results 1 - 10 of 10) sorted by null

  /external/v8/src/compiler/
code-generator-impl.h 84 Register TempRegister(size_t index) {
instruction-selector-impl.h 163 InstructionOperand TempRegister() {
178 InstructionOperand TempRegister(Register reg) {
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 613 LUnallocated* LChunkBuilder::TempRegister() {
951 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 505 LUnallocated* LChunkBuilder::TempRegister() {
890 LOperand* temp1 = TempRegister();
891 LOperand* temp2 = TempRegister();
892 LOperand* temp3 = instr->MustPrefillWithFiller() ? TempRegister() : NULL;
913 LOperand* temp = instr->from_inlined() ? NULL : TempRegister();
997 return new(zone()) LBranch(UseRegister(value), TempRegister(), NULL);
1002 LOperand* temp1 = needs_temps ? TempRegister() : NULL;
1003 LOperand* temp2 = needs_temps ? TempRegister() : NULL;
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 664 LUnallocated* LChunkBuilder::TempRegister() {
972 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
1022 LOperand* temp = TempRegister();
1032 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 620 LUnallocated* LChunkBuilder::TempRegister() {
956 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 620 LUnallocated* LChunkBuilder::TempRegister() {
956 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 624 LUnallocated* LChunkBuilder::TempRegister() {
965 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 648 LUnallocated* LChunkBuilder::TempRegister() {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 670 LUnallocated* LChunkBuilder::TempRegister() {
988 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
1040 LOperand* temp = TempRegister();
1050 LOperand* temp = TempRegister();
    [all...]

Completed in 1526 milliseconds