Searched refs:shorty_index (Results 1 – 4 of 4) sorted by relevance
44 for (uint32_t shorty_index = 1; shorty[shorty_index] != '\0'; ++shorty_index, ++arg_index) { in quick_invoke_reg_setup() local45 char arg_type = shorty[shorty_index]; in quick_invoke_reg_setup()
120 for (uint32_t shorty_index = 0; shorty[shorty_index] != '\0'; ++shorty_index) { in NterpStoreArm32Fprs() local121 char arg_type = shorty[shorty_index]; in NterpStoreArm32Fprs()170 for (uint32_t shorty_index = 0; shorty[shorty_index] != '\0'; ++shorty_index) { in NterpSetupArm32Fprs() local171 char arg_type = shorty[shorty_index]; in NterpSetupArm32Fprs()
393 for (uint32_t shorty_index = 1; shorty_index < shorty_len_; ++shorty_index) { in VisitArguments() local394 cur_type_ = Primitive::GetType(shorty_[shorty_index]); in VisitArguments()
1599 uint32_t shorty_index = 1; // Skip the return type. in SetupInvokeArguments() local1627 if (UNLIKELY(shorty[shorty_index] == 0)) { in SetupInvokeArguments()1631 DataType::Type type = DataType::FromShorty(shorty[shorty_index++]); in SetupInvokeArguments()1655 argument_length_error = argument_length_error || shorty[shorty_index] != 0; in SetupInvokeArguments()