Home
last modified time | relevance | path

Searched defs:arg_pos (Results 1 – 2 of 2) sorted by relevance

/art/compiler/jni/quick/
Dcalling_convention.cc241 unsigned int arg_pos = GetIteratorPositionWithinShorty(); in HasNext() local
273 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamAReference() local
295 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamAFloatOrDouble() local
309 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamADouble() local
323 int arg_pos = GetIteratorPositionWithinShorty(); in IsCurrentParamALong() local
342 int arg_pos = GetIteratorPositionWithinShorty(); in CurrentParamSize() local
/art/runtime/interpreter/
Dinterpreter.cc405 for (size_t shorty_pos = 0, arg_pos = 0; cur_reg < num_regs; ++shorty_pos, ++arg_pos, cur_reg++) { in EnterInterpreterFromInvoke() local