Searched defs:LConstantOperand (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dlithium.h254 class LConstantOperand: public LOperand { class in namespace:v8::internal
256 static LConstantOperand* Create(int index) {
259 return new LConstantOperand(index);
262 static LConstantOperand* cast(LOperand* op) {
264 return reinterpret_cast<LConstantOperand*>(op);
271 static LConstantOperand* cache;
273 LConstantOperand() : LOperand() { } function in class:v8::internal::LConstantOperand
274 explicit LConstantOperand(int index) : LOperand(CONSTANT_OPERAND, index) { } function in class:v8::internal::LConstantOperand

Completed in 55 milliseconds