Searched refs:getFrameCount (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DThreadInfo.java73 public int getFrameCount() throws VMNotInterruptedException { method in class:ThreadInfo
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DStackTraceTool.java200 return tinfo == null? 1 : tinfo.getFrameCount();
H A DContextManager.java199 int maxIndex = tinfo.getFrameCount()-1;
/openjdk7/jdk/src/share/back/
H A DstepControl.c36 getFrameCount(jthread thread) function
176 step->fromStackDepth = getFrameCount(thread);
284 currentDepth = getFrameCount(thread);
383 jint currentDepth = getFrameCount(thread);
564 currentDepth = getFrameCount(thread);
H A DThreadReferenceImpl.c315 getFrameCount(PacketInputStream *in, PacketOutputStream *out) function
674 (void *)getFrameCount,
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.h154 void getFrameCount(jthread thread, jint *pcount);
H A Dhprof_tls.c460 getFrameCount(thread, &count);
H A Dhprof_util.c1609 getFrameCount(jthread thread, jint *pcount) function
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthProgressBarUI.java292 double percentComplete = (double)getAnimationIndex() / (double)getFrameCount();
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java252 int framecount = getFrameCount()/2;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java912 protected final int getFrameCount() { method in class:BasicProgressBarUI

Completed in 51 milliseconds