These instructions reference a method, either in another class (first instruction format) or in the current class (second instruction format).
<instr> ::= |
---|
<instr_method> <callConv> <type> [ <typeSpec> :: ] <methodName> ( ) |
<instr_method> ::= | Derived from opcode.def |
---|---|
call |
|
| callvirt |
|
| jmp |
|
| ldftn |
|
| ldvirtftn |
|
| newobj |
call instance int32 C.D.E::X(class W, native int)
ldftn vararg char F(...) // Global Function F