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

/external/v8/src/
H A Dlithium.h278 class LArgument: public LOperand { class in namespace:v8::internal
280 explicit LArgument(int index) : LOperand(ARGUMENT, index) { } function in class:v8::internal::LArgument
282 static LArgument* cast(LOperand* op) {
284 return reinterpret_cast<LArgument*>(op);

Completed in 56 milliseconds