Home | History | Annotate | Download | only in quick

Lines Matching refs:first_arg_reg

645                                uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) :
646 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {}
773 size_t first_arg_reg = code_item->registers_size_ - code_item->ins_size_;
775 shadow_frame, first_arg_reg);