Searched refs:argSlotCount (Results 1 – 4 of 4) sorted by relevance
82 private int argSlotCount = -1; field in ConcreteMethodImpl268 int argSlotCount() throws AbsentInformationException { in argSlotCount() method in ConcreteMethodImpl269 if (argSlotCount == -1) { in argSlotCount()272 return argSlotCount; in argSlotCount()455 argSlotCount = vartab.argCnt; in getVariables1_4()502 argSlotCount = vartab.argCnt; in getVariables1()
109 int argSlotCount() throws AbsentInformationException { in argSlotCount() method in NonConcreteMethodImpl
141 return (slot < method.argSlotCount()); in isArgument()
38 abstract int argSlotCount() throws AbsentInformationException; in argSlotCount() method in MethodImpl