Invoke Message
invokeinterface
- Search using runtime type
- Use Smalltalk send
invokespecial
- Only for <init>, private methods, named super
- Search using compile time type
- Use directed send
invokestatic
- Seach for static selector using class specified
- Use receiver on top send
invokevirtual
- Search using runtime type
- Use Smalltalk send