Home
last modified time | relevance | path

Searched refs:callerFrame (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/invoke/
DTransformers.java228 protected void transform(EmulatedStackFrame callerFrame) throws Throwable { in transform() argument
231 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() argument
258 targetReader.attach(callerFrame); in prepareCleanupFrame()
264 targetReader.attach(callerFrame); in prepareCleanupFrame()
707 public void transform(EmulatedStackFrame callerFrame) throws Throwable { in transform() argument
708 MethodType callerFrameType = callerFrame.getMethodType(); in transform()
719 invokeFromTransform(target, callerFrame); in transform()
[all …]