Home
last modified time | relevance | path

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

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