onEnter
fun onEnter(className: String, methodName: String, params: List<String>? = null, tag: String? = null, cb: PatchEnterCallback): PatchHandle
Patch method entry. Re-installing the same target — same class, method, params and tag — removes what held it first, so re-running a snippet doesn't stack transformers on the method. tag is how two patches coexist on one method instead.