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

  /external/v8/src/
lithium.cc 88 case DOUBLE_REGISTER:
111 DEFINE_OPERAND_CACHE(LDoubleRegister, DOUBLE_REGISTER)
lithium.h 47 DOUBLE_REGISTER,
59 bool IsDoubleRegister() const { return kind() == DOUBLE_REGISTER; }
381 explicit LDoubleRegister(int index) : LOperand(DOUBLE_REGISTER, index) { }
deoptimizer.cc 747 case Translation::DOUBLE_REGISTER: {
    [all...]
deoptimizer.h 560 DOUBLE_REGISTER,
lithium-allocator.cc 625 operand->ConvertTo(LOperand::DOUBLE_REGISTER, reg_index);
    [all...]
objects.cc     [all...]

Completed in 358 milliseconds