Lines Matching refs:arg_pos
233 unsigned int arg_pos = GetIteratorPositionWithinShorty(); in HasNext() local
234 return arg_pos < NumArgs(); in HasNext()
265 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamAReference() local
266 return IsParamAReference(arg_pos); in IsCurrentParamAReference()
287 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamAFloatOrDouble() local
288 return IsParamAFloatOrDouble(arg_pos); in IsCurrentParamAFloatOrDouble()
301 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamADouble() local
302 return IsParamADouble(arg_pos); in IsCurrentParamADouble()
315 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamALong() local
316 return IsParamALong(arg_pos); in IsCurrentParamALong()
334 int arg_pos = GetIteratorPositionWithinShorty(); in CurrentParamSize() local
335 return ParamSize(arg_pos); in CurrentParamSize()