Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_cc_arm.cc44 for (uint32_t shorty_index = 1; shorty[shorty_index] != '\0'; ++shorty_index, ++arg_index) { in quick_invoke_reg_setup() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc473 for (uint32_t shorty_index = 1; shorty_index < shorty_len_; ++shorty_index) { in VisitArguments() local