Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc146 unsigned int arg_pos = itr_args_ - NumberOfExtraArgumentsForJni(); in HasNext() local
154 int arg_pos = itr_args_ - NumberOfExtraArgumentsForJni(); in Next() local
177 int arg_pos = itr_args_ - NumberOfExtraArgumentsForJni(); in IsCurrentParamAReference() local
194 int arg_pos = itr_args_ - NumberOfExtraArgumentsForJni(); in IsCurrentParamAFloatOrDouble() local
207 int arg_pos = itr_args_ - NumberOfExtraArgumentsForJni(); in IsCurrentParamADouble() local
220 int arg_pos = itr_args_ - NumberOfExtraArgumentsForJni(); in IsCurrentParamALong() local
240 int arg_pos = itr_args_ - NumberOfExtraArgumentsForJni(); in CurrentParamSize() local
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc167 size_t arg_pos = itr_args_ - NumberOfExtraArgumentsForJni(); in Next() local
191 int arg_pos = itr_args_ - NumberOfExtraArgumentsForJni(); in CurrentParamRegister() local
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc276 size_t arg_pos = itr_args_ - NumberOfExtraArgumentsForJni(); in Next() local
300 int arg_pos = itr_args_ - NumberOfExtraArgumentsForJni(); in CurrentParamRegister() local
/art/runtime/interpreter/
Dinterpreter.cc345 for (size_t shorty_pos = 0, arg_pos = 0; cur_reg < num_regs; ++shorty_pos, ++arg_pos, cur_reg++) { in EnterInterpreterFromInvoke() local