intercept

fun intercept(className: String, methodName: String, params: List<String>?, tag: String?, cb: PatchInterceptCallback): PatchHandle

As onEnter, but cb may rewrite the arguments or skip the body — see PatchInterceptCallback.