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

  /external/v8/src/
lithium.cc 78 case CONSTANT_OPERAND:
lithium.h 42 CONSTANT_OPERAND,
54 bool IsConstantOperand() const { return kind() == CONSTANT_OPERAND; }
276 explicit LConstantOperand(int index) : LOperand(CONSTANT_OPERAND, index) { }
lithium-allocator.cc 63 DEFINE_OPERAND_CACHE(LConstantOperand, CONSTANT_OPERAND)
    [all...]

Completed in 57 milliseconds