Home
last modified time | relevance | path

Searched refs:shorty_index (Results 1 – 3 of 3) 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
45 char arg_type = shorty[shorty_index]; in quick_invoke_reg_setup()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc393 for (uint32_t shorty_index = 1; shorty_index < shorty_len_; ++shorty_index) { in VisitArguments() local
394 cur_type_ = Primitive::GetType(shorty_[shorty_index]); in VisitArguments()
/art/compiler/optimizing/
Dinstruction_builder.cc1478 uint32_t shorty_index = 1; // Skip the return type. in SetupInvokeArguments() local
1506 if (UNLIKELY(shorty[shorty_index] == 0)) { in SetupInvokeArguments()
1510 DataType::Type type = DataType::FromShorty(shorty[shorty_index++]); in SetupInvokeArguments()
1534 argument_length_error = argument_length_error || shorty[shorty_index] != 0; in SetupInvokeArguments()