Searched defs:arg_pos (Results 1 – 2 of 2) sorted by relevance
241 unsigned int arg_pos = GetIteratorPositionWithinShorty(); in HasNext() local273 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamAReference() local295 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamAFloatOrDouble() local309 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamADouble() local323 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamALong() local342 int arg_pos = GetIteratorPositionWithinShorty(); in CurrentParamSize() local
405 for (size_t shorty_pos = 0, arg_pos = 0; cur_reg < num_regs; ++shorty_pos, ++arg_pos, cur_reg++) { in EnterInterpreterFromInvoke() local