Searched refs:LArgument (Results 1 - 6 of 6) 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);
H A Dlithium-allocator.h50 class LArgument;
/external/v8/src/arm/
H A Dlithium-arm.cc1023 op = new(zone()) LArgument(argument_index++);
/external/v8/src/mips/
H A Dlithium-mips.cc1023 op = new(zone()) LArgument(argument_index++);
/external/v8/src/x64/
H A Dlithium-x64.cc1018 op = new(zone()) LArgument(argument_index++);
/external/v8/src/ia32/
H A Dlithium-ia32.cc1024 op = new(zone()) LArgument(argument_index++);

Completed in 134 milliseconds