Searched refs:argSlotCount (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DNonConcreteMethodImpl.java114 int argSlotCount() throws AbsentInformationException { method in class:NonConcreteMethodImpl
H A DLocalVariableImpl.java132 return (slot < method.argSlotCount());
H A DMethodImpl.java41 abstract int argSlotCount() throws AbsentInformationException; method in class:MethodImpl
H A DConcreteMethodImpl.java83 int argSlotCount() throws AbsentInformationException { method in class:ConcreteMethodImpl
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DNonConcreteMethodImpl.java109 int argSlotCount() throws AbsentInformationException { method in class:NonConcreteMethodImpl
H A DConcreteMethodImpl.java82 private int argSlotCount = -1; field in class:ConcreteMethodImpl
268 int argSlotCount() throws AbsentInformationException { method in class:ConcreteMethodImpl
269 if (argSlotCount == -1) {
272 return argSlotCount;
455 argSlotCount = vartab.argCnt;
502 argSlotCount = vartab.argCnt;
H A DLocalVariableImpl.java141 return (slot < method.argSlotCount());
H A DMethodImpl.java38 abstract int argSlotCount() throws AbsentInformationException; method in class:MethodImpl

Completed in 41 milliseconds