Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc454 for (size_t shorty_pos = 0, arg_pos = 0; cur_reg < num_regs; ++shorty_pos, ++arg_pos, cur_reg++) { in EnterInterpreterFromInvoke() local
455 DCHECK_LT(shorty_pos + 1, shorty_len); in EnterInterpreterFromInvoke()
456 switch (shorty[shorty_pos + 1]) { in EnterInterpreterFromInvoke()
Dinterpreter_common.cc1657 for (uint32_t shorty_pos = 0; dest_reg < num_regs; ++shorty_pos, ++dest_reg, ++arg_offset) { in DoCallCommon() local
1659 DCHECK_LT(shorty_pos + 1, shorty_len) << "for shorty '" << shorty << "'"; in DoCallCommon()
1661 switch (shorty[shorty_pos + 1]) { in DoCallCommon()
1666 const dex::TypeIndex type_idx = params->GetTypeItem(shorty_pos).type_idx_; in DoCallCommon()
1684 new_shadow_frame->GetMethod()->GetName(), shorty_pos, in DoCallCommon()