Searched refs:argumentIdx (Results 1 – 1 of 1) sorted by relevance
294 protected int argumentIdx; field in EmulatedStackFrame.StackFrameAccessor319 argumentIdx = 0; in StackFrameAccessor()334 public StackFrameAccessor attach(EmulatedStackFrame stackFrame, int argumentIdx, in attach() argument344 this.argumentIdx = argumentIdx; in attach()350 if (argumentIdx >= numArgs || argumentIdx == (RETURN_VALUE_IDX + 1)) { in getCurrentArgumentType()351 throw new IllegalArgumentException("Invalid argument index: " + argumentIdx); in getCurrentArgumentType()353 return (argumentIdx == RETURN_VALUE_IDX) ? in getCurrentArgumentType()354 frame.type.rtype() : frame.type.ptypes()[argumentIdx]; in getCurrentArgumentType()379 argumentIdx = RETURN_VALUE_IDX; in makeReturnValueAccessor()421 argumentIdx++; in putNextByte()[all …]