Searched refs:callerFrame (Results 1 – 1 of 1) sorted by relevance
228 protected void transform(EmulatedStackFrame callerFrame) throws Throwable { in transform() argument231 invokeExactFromTransform(target, callerFrame); in transform()236 final EmulatedStackFrame cleanupFrame = prepareCleanupFrame(callerFrame, throwable); in transform()239 cleanupFrame.copyReturnValueTo(callerFrame); in transform()245 private EmulatedStackFrame prepareCleanupFrame(final EmulatedStackFrame callerFrame, in prepareCleanupFrame() argument258 targetReader.attach(callerFrame); in prepareCleanupFrame()264 targetReader.attach(callerFrame); in prepareCleanupFrame()707 public void transform(EmulatedStackFrame callerFrame) throws Throwable { in transform() argument708 MethodType callerFrameType = callerFrame.getMethodType(); in transform()719 invokeFromTransform(target, callerFrame); in transform()[all …]