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

/openjdk9/jdk/test/java/lang/StackTraceElement/lib/m1/com/app/
H A DMain.java31 Utils.checkFrame("app", frame, caller());
H A DUtils.java39 checkFrame("app", frames[0], stes[1]);
40 checkFrame(loaderName, frames[1], stes[2]);
116 public static void checkFrame(String loaderName, StackFrame frame, method in class:Utils
/openjdk9/jdk/test/java/lang/StackTraceElement/
H A DWithClassLoaderName.java102 Utils.checkFrame(loaderName, frames[0], stes[0]);
113 Utils.checkFrame("app", frames[1], stes[i]);
116 Utils.checkFrame("app", frames[2], stes[i+1]);
/openjdk9/jdk/test/java/lang/StackWalker/
H A DHiddenFrames.java67 s.forEach(this::checkFrame);
99 void checkFrame(StackFrame frame) { method in class:HiddenFrames
/openjdk9/hotspot/src/jdk.hotspot.agent/test/libproc/
H A DLibprocClient.java57 checkFrame(vf);
135 private void checkFrame(JavaVFrame vf) { method in class:LibprocClient
/openjdk9/jdk/test/javax/imageio/plugins/gif/
H A DAnimationTest.java150 checkFrame(i, f);
155 protected void checkFrame(int i, BufferedImage f) { method in class:AnimationTest

Completed in 42 milliseconds