Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc578 for (uint32_t shorty_pos = 0; dest_reg < num_regs; ++shorty_pos, ++dest_reg, ++arg_offset) { in DoCall() local
579 DCHECK_LT(shorty_pos + 1, shorty_len); in DoCall()
581 switch (shorty[shorty_pos + 1]) { in DoCall()
585 Class* arg_type = mh.GetClassFromTypeIdx(params->GetTypeItem(shorty_pos).type_idx_); in DoCall()
596 method->GetName(), shorty_pos, in DoCall()
Dinterpreter.cc440 for (size_t shorty_pos = 0, arg_pos = 0; cur_reg < num_regs; ++shorty_pos, ++arg_pos, cur_reg++) { in EnterInterpreterFromInvoke() local
441 DCHECK_LT(shorty_pos + 1, shorty_len); in EnterInterpreterFromInvoke()
442 switch (shorty[shorty_pos + 1]) { in EnterInterpreterFromInvoke()