Lines Matching refs:arg_pos
241 unsigned int arg_pos = GetIteratorPositionWithinShorty(); in HasNext() local
242 return arg_pos < NumArgs(); in HasNext()
273 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamAReference() local
274 return IsParamAReference(arg_pos); in IsCurrentParamAReference()
295 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamAFloatOrDouble() local
296 return IsParamAFloatOrDouble(arg_pos); in IsCurrentParamAFloatOrDouble()
309 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamADouble() local
310 return IsParamADouble(arg_pos); in IsCurrentParamADouble()
323 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamALong() local
324 return IsParamALong(arg_pos); in IsCurrentParamALong()
342 int arg_pos = GetIteratorPositionWithinShorty(); in CurrentParamSize() local
343 return ParamSize(arg_pos); in CurrentParamSize()