Home
last modified time | relevance | path

Searched refs:argSlotCount (Results 1 – 4 of 4) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DConcreteMethodImpl.java82 private int argSlotCount = -1; field in ConcreteMethodImpl
268 int argSlotCount() throws AbsentInformationException { in argSlotCount() method in ConcreteMethodImpl
269 if (argSlotCount == -1) { in argSlotCount()
272 return argSlotCount; in argSlotCount()
455 argSlotCount = vartab.argCnt; in getVariables1_4()
502 argSlotCount = vartab.argCnt; in getVariables1()
DNonConcreteMethodImpl.java109 int argSlotCount() throws AbsentInformationException { in argSlotCount() method in NonConcreteMethodImpl
DLocalVariableImpl.java141 return (slot < method.argSlotCount()); in isArgument()
DMethodImpl.java38 abstract int argSlotCount() throws AbsentInformationException; in argSlotCount() method in MethodImpl