MCPcopy Create free account
hub / github.com/canyie/pine / invokeOriginalMethod

Method invokeOriginalMethod

core/src/main/java/top/canyie/pine/Pine.java:526–569  ·  view source on GitHub ↗

Invoke the original implementation of the given method. If the method is not hooked, the behavior is undefined. Now Pine will try to directly invoke it, but if other threads hooked the given method between we check if the method is hooked and invoke it directly, this call will be intercepted and

(Member method, Object thisObject, Object... args)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

getArtMethodMethod · 0.95
resolveMethod · 0.95
callBackupMethodMethod · 0.95
getMethod · 0.80
newInstanceMethod · 0.80
invokeMethod · 0.80

Tested by

no test coverage detected