BranchInstr(Operation op,
Operand v1,
Operand v2,
Label jumpTarget) |
CallBase(Operation op,
CallType callType,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
CallInstr(Operation op,
CallInstr ordinary) |
CallInstr(Operation op,
CallType callType,
Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
GetInstr(Operation op,
Variable result,
Operand source,
String ref) |
Instr(Operation operation) |
MultipleAsgnBase(Operation op,
Variable result,
Operand array,
int index) |
NoResultCallInstr(Operation op,
CallType callType,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
NoResultCallInstr(Operation op,
NoResultCallInstr instr) |
PutInstr(Operation op,
Operand target,
String ref,
Operand value) |
ReceiveArgBase(Operation op,
Variable result,
int argIndex) |
ReturnBase(Operation op,
Operand returnValue) |
UnresolvedSuperInstr(Operation op,
Variable result,
Operand receiver,
Operand closure) |