BFalseInstr(Operation op,
Operand v,
Label jmpTarget) |
BranchInstr(Operation op,
Operand[] operands) |
BTrueInstr(Operation op,
Operand v,
Label jmpTarget) |
CallBase(Operation op,
CallType callType,
String name,
Operand receiver,
Operand[] args,
Operand closure) |
CallInstr(Operation op,
CallInstr ordinary) |
CallInstr(Operation op,
CallType callType,
Variable result,
String name,
Operand receiver,
Operand[] args,
Operand closure) |
CopyInstr(Operation op,
Variable result,
Operand source) |
GetInstr(Operation op,
Variable result,
Operand source,
String ref) |
Instr(Operation operation,
Operand[] operands) |
MultipleAsgnBase(Operation op,
Variable result,
Operand array,
int index) |
NoResultCallInstr(Operation op,
CallType callType,
String name,
Operand receiver,
Operand[] args,
Operand closure) |
OneOperandBranchInstr(Operation op,
Operand[] operands) |
PutInstr(Operation op,
Operand target,
String ref,
Operand value) |
ReceiveArgBase(Operation op,
Variable result,
int argIndex) |
ReceiveExceptionBase(Operation op,
Variable result) |
ResultBaseInstr(Operation operation,
Variable result,
Operand[] operands) |
ReturnBase(Operation op,
Operand returnValue) |
TwoOperandBranchInstr(Operation op,
Operand arg1,
Operand arg2,
Label jumpTarget) |
UnresolvedSuperInstr(Operation op,
Variable result,
Operand receiver,
Operand[] args,
Operand closure) |