Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dquick_entrypoints_cc_arm.cc45 for (uint32_t shorty_index = 1; shorty[shorty_index] != '\0'; ++shorty_index, ++arg_index) { in quick_invoke_reg_setup() local
46 char arg_type = shorty[shorty_index]; in quick_invoke_reg_setup()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc414 for (uint32_t shorty_index = 1; shorty_index < shorty_len_; ++shorty_index) { in VisitArguments() local
415 cur_type_ = Primitive::GetType(shorty_[shorty_index]); in VisitArguments()