virtualCall

open fun virtualCall(caller: MethodHandles.Lookup, invokedName: String, type: MethodType, owner: String, method: String, desc: String): CallSite

Bootstrap an INVOKEVIRTUAL/INVOKEINTERFACE call site; the real signature is in desc, the declaring class resolved via findMethodOwner.