Searched defs:LArgument (Results 1 - 2 of 2) 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);
/external/chromium_org/v8/src/
H A Dlithium.h345 class LArgument: public LOperand { class in namespace:v8::internal
347 explicit LArgument(int index) : LOperand(ARGUMENT, index) { } function in class:v8::internal::LArgument
349 static LArgument* cast(LOperand* op) {
351 return reinterpret_cast<LArgument*>(op);

Completed in 1125 milliseconds