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

  /external/v8/src/
lithium.h 24 V(DoubleRegister, DOUBLE_REGISTER, 16)
35 DOUBLE_REGISTER
deoptimizer.cc 837 case Translation::DOUBLE_REGISTER:
    [all...]
lithium.cc 116 case DOUBLE_REGISTER: {
deoptimizer.h 705 V(DOUBLE_REGISTER) \
lithium-allocator.cc 605 operand->ConvertTo(LOperand::DOUBLE_REGISTER, reg_index);
    [all...]
objects.cc     [all...]
  /external/v8/src/compiler/
instruction.h 45 V(DoubleRegister, DOUBLE_REGISTER, DoubleRegister::kMaxNumRegisters)
57 DOUBLE_REGISTER
76 if (kind == REGISTER || kind == DOUBLE_REGISTER) DCHECK(index >= 0);
instruction.cc 51 case InstructionOperand::DOUBLE_REGISTER:
register-allocator.cc 595 operand->ConvertTo(InstructionOperand::DOUBLE_REGISTER, reg_index);
    [all...]

Completed in 190 milliseconds