Lines Matching refs:arg_pos
231 unsigned int arg_pos = GetIteratorPositionWithinShorty(); in HasNext() local
232 return arg_pos < NumArgs(); in HasNext()
263 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamAReference() local
264 return IsParamAReference(arg_pos); in IsCurrentParamAReference()
285 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamAFloatOrDouble() local
286 return IsParamAFloatOrDouble(arg_pos); in IsCurrentParamAFloatOrDouble()
299 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamADouble() local
300 return IsParamADouble(arg_pos); in IsCurrentParamADouble()
313 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamALong() local
314 return IsParamALong(arg_pos); in IsCurrentParamALong()
332 int arg_pos = GetIteratorPositionWithinShorty(); in CurrentParamSize() local
333 return ParamSize(arg_pos); in CurrentParamSize()