Searched refs:callerNative (Results 1 - 6 of 6) sorted by relevance

/openjdk9/hotspot/test/compiler/calls/common/
H A DInvokeStatic.java42 public native void callerNative(); method in class:InvokeStatic
59 * A callee method, assumed to be called by "caller"/"callerNative"
69 * A native callee method, assumed to be called by "caller"/"callerNative"
H A DInvokeInterface.java54 * A callee method, assumed to be called by "caller"/"callerNative"
65 * A native callee method, assumed to be called by "caller"/"callerNative"
81 protected void callerNative() { method in class:InvokeInterface
H A DInvokeVirtual.java43 public native void callerNative(); method in class:InvokeVirtual
58 * A callee method, assumed to be called by "caller"/"callerNative"
68 * A native callee method, assumed to be called by "caller"/"callerNative"
H A DInvokeSpecial.java42 public native void callerNative(); method in class:InvokeSpecial
57 * A callee method, assumed to be called by "caller"/"callerNative"
67 * A native callee method, assumed to be called by "caller"/"callerNative"
H A DCallsBase.java173 callerNative();
203 protected abstract void callerNative(); method in class:CallsBase
H A DInvokeDynamic.java96 protected void callerNative() { method in class:InvokeDynamic

Completed in 43 milliseconds