Searched defs:args_in_regs (Results 1 - 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc194 size_t args_in_regs = (is_static ? 0 : 1); local
198 args_in_regs += 2;
200 args_in_regs++;
202 if (args_in_regs > 3) {
203 args_in_regs = 3;
207 return args_in_regs;

Completed in 70 milliseconds