Searched refs:CONSTANT_OPERAND (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dlithium.cc76 case CONSTANT_OPERAND:
107 DEFINE_OPERAND_CACHE(LConstantOperand, CONSTANT_OPERAND)
H A Dlithium.h43 CONSTANT_OPERAND, enumerator in enum:v8::internal::LOperand::Kind
55 bool IsConstantOperand() const { return kind() == CONSTANT_OPERAND; }
274 explicit LConstantOperand(int index) : LOperand(CONSTANT_OPERAND, index) { }

Completed in 48 milliseconds