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

  /external/v8/src/
lithium.cc 76 case CONSTANT_OPERAND:
107 DEFINE_OPERAND_CACHE(LConstantOperand, CONSTANT_OPERAND)
lithium.h 43 CONSTANT_OPERAND,
55 bool IsConstantOperand() const { return kind() == CONSTANT_OPERAND; }
274 explicit LConstantOperand(int index) : LOperand(CONSTANT_OPERAND, index) { }
  /external/chromium_org/v8/src/
lithium.h 39 V(ConstantOperand, CONSTANT_OPERAND) \
51 CONSTANT_OPERAND,
341 explicit LConstantOperand(int index) : LOperand(CONSTANT_OPERAND, index) { }
lithium.cc 96 case CONSTANT_OPERAND:

Completed in 1320 milliseconds