Searched refs:shorty_index (Results 1 – 2 of 2) sorted by relevance
45 for (uint32_t shorty_index = 1; shorty[shorty_index] != '\0'; ++shorty_index, ++arg_index) { in quick_invoke_reg_setup() local46 char arg_type = shorty[shorty_index]; in quick_invoke_reg_setup()
414 for (uint32_t shorty_index = 1; shorty_index < shorty_len_; ++shorty_index) { in VisitArguments() local415 cur_type_ = Primitive::GetType(shorty_[shorty_index]); in VisitArguments()