Searched refs:argumentIdx (Results 1 – 1 of 1) sorted by relevance
316 protected int argumentIdx; field in EmulatedStackFrame.StackFrameAccessor341 argumentIdx = 0; in StackFrameAccessor()356 public StackFrameAccessor attach(EmulatedStackFrame stackFrame, int argumentIdx, in attach() argument367 this.argumentIdx = argumentIdx; in attach()373 if (argumentIdx >= numArgs || argumentIdx == (RETURN_VALUE_IDX + 1)) { in getCurrentArgumentType()374 throw new IllegalArgumentException("Invalid argument index: " + argumentIdx); in getCurrentArgumentType()376 return (argumentIdx == RETURN_VALUE_IDX) ? in getCurrentArgumentType()377 frame.type.rtype() : frame.type.ptypes()[argumentIdx]; in getCurrentArgumentType()402 argumentIdx = RETURN_VALUE_IDX; in makeReturnValueAccessor()454 argumentIdx++; in putNextByte()[all …]