| public nothrow | ArgInstruction(Value* arg_, int line_) |
| public override nothrow void | BeginComputeLivenessAndNextUse() |
| public override nothrow void | EndComputeLivenessAndNextUse() |
| public override void | GenerateCode(MachineCode& machineCode, CodeFormatter& formatter) |
| public override nothrow String<char> | Name() const |
| public override nothrow String<char> | OperationName() const |
| public override void | Print(CodeFormatter& formatter) |
| public override void | Validate(Function& function, int numArgs) |
| public Value* | arg |
| private int | argIndex |
| public int | numArgs |
| public bool | trap |