Searched refs:numArgs (Results 1 – 1 of 1) sorted by relevance
326 private int numArgs; field in EmulatedStackFrame.StackFrameAccessor344 numArgs = 0; in StackFrameAccessor()362 numArgs = frame.type.ptypes().length; in attach()373 if (argumentIdx >= numArgs || argumentIdx == (RETURN_VALUE_IDX + 1)) { in getCurrentArgumentType()