Searched refs:isTop (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DCompiledVFrame.java51 public boolean isTop() { method in class:CompiledVFrame
53 return (getScope() == null || getScope().isTop());
55 return getScope().isTop();
170 Assert.that(isTop(), "just checking");
182 return (isTop()
H A DVFrame.java108 Assert.that(isTop(), "just checking");
158 public boolean isTop() { method in class:VFrame
162 /** Returns top vframe within same frame (see isTop()) */
165 while (!vf.isTop()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DScopeDesc.java117 if (isTop()) {
130 public boolean isTop() { method in class:ScopeDesc
/openjdk7/jdk/test/com/sun/jdi/
H A DPopSynchronousTest.java154 boolean isTop(String methodName) throws Exception { method in class:PopSynchronousTest
162 if (!isTop(methodName)) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java1724 * axis and <code>isTop</code><p>
1725 * axis isTop
1731 int getSizeForPrimaryAxis(Insets insets, boolean isTop) { argument
1733 if (isTop) {
1738 if (isTop) {
1746 * axis and <code>isTop</code><p>
1747 * axis isTop
1753 int getSizeForSecondaryAxis(Insets insets, boolean isTop) { argument
1755 if (isTop) {
1760 if (isTop) {
[all...]

Completed in 48 milliseconds