Lines Matching refs:arg

287     mp_obj_t arg;  member
295 mp_obj_t a[3] = {MP_OBJ_FROM_PTR(args->frame), args->event, args->arg}; in mp_prof_callback_invoke()
346 args->arg = mp_const_none; in mp_prof_frame_enter()
392 args->arg = mp_const_none; in mp_prof_instr_tick()
465 mp_uint_t arg; member
477 instruction->arg = 0; in mp_prof_opcode_decode()
504 instruction->arg = num; in mp_prof_opcode_decode()
511 instruction->arg = qst; in mp_prof_opcode_decode()
518 instruction->arg = unum; in mp_prof_opcode_decode()
529 instruction->arg = unum; in mp_prof_opcode_decode()
535 instruction->arg = unum; in mp_prof_opcode_decode()
541 instruction->arg = qst; in mp_prof_opcode_decode()
551 instruction->arg = qst; in mp_prof_opcode_decode()
561 instruction->arg = qst; in mp_prof_opcode_decode()
571 instruction->arg = qst; in mp_prof_opcode_decode()
578 instruction->arg = qst; in mp_prof_opcode_decode()
593 instruction->arg = unum; in mp_prof_opcode_decode()
599 instruction->arg = unum; in mp_prof_opcode_decode()
605 instruction->arg = qst; in mp_prof_opcode_decode()
612 instruction->arg = qst; in mp_prof_opcode_decode()
619 instruction->arg = qst; in mp_prof_opcode_decode()
633 instruction->arg = unum; in mp_prof_opcode_decode()
639 instruction->arg = unum; in mp_prof_opcode_decode()
645 instruction->arg = qst; in mp_prof_opcode_decode()
652 instruction->arg = qst; in mp_prof_opcode_decode()
679 instruction->arg = unum; in mp_prof_opcode_decode()
685 instruction->arg = unum; in mp_prof_opcode_decode()
691 instruction->arg = unum; in mp_prof_opcode_decode()
697 instruction->arg = unum; in mp_prof_opcode_decode()
703 instruction->arg = unum; in mp_prof_opcode_decode()
709 instruction->arg = unum; in mp_prof_opcode_decode()
719 instruction->arg = unum; in mp_prof_opcode_decode()
725 instruction->arg = unum; in mp_prof_opcode_decode()
731 instruction->arg = unum; in mp_prof_opcode_decode()
753 instruction->arg = unum; in mp_prof_opcode_decode()
759 instruction->arg = unum; in mp_prof_opcode_decode()
765 instruction->arg = unum; in mp_prof_opcode_decode()
771 instruction->arg = unum; in mp_prof_opcode_decode()
781 instruction->arg = unum; in mp_prof_opcode_decode()
788 instruction->arg = unum; in mp_prof_opcode_decode()
795 instruction->arg = unum; in mp_prof_opcode_decode()
801 instruction->arg = unum; in mp_prof_opcode_decode()
807 instruction->arg = unum; in mp_prof_opcode_decode()
813 instruction->arg = unum; in mp_prof_opcode_decode()
820 instruction->arg = unum; in mp_prof_opcode_decode()
828 instruction->arg = unum; in mp_prof_opcode_decode()
838 instruction->arg = unum; in mp_prof_opcode_decode()
847 instruction->arg = unum & 0xff; in mp_prof_opcode_decode()
854 instruction->arg = unum & 0xff; in mp_prof_opcode_decode()
861 instruction->arg = unum & 0xff; in mp_prof_opcode_decode()
868 instruction->arg = unum & 0xff; in mp_prof_opcode_decode()
899 instruction->arg = qst; in mp_prof_opcode_decode()
906 instruction->arg = qst; in mp_prof_opcode_decode()
917 instruction->arg = (mp_int_t)ip[-1] - MP_BC_LOAD_CONST_SMALL_INT_MULTI - 16; in mp_prof_opcode_decode()
920 instruction->arg = (mp_uint_t)ip[-1] - MP_BC_LOAD_FAST_MULTI; in mp_prof_opcode_decode()
923 instruction->arg = (mp_uint_t)ip[-1] - MP_BC_STORE_FAST_MULTI; in mp_prof_opcode_decode()
926 instruction->arg = (mp_uint_t)ip[-1] - MP_BC_UNARY_OP_MULTI; in mp_prof_opcode_decode()
930 instruction->arg = op; in mp_prof_opcode_decode()
966 mp_printf(&mp_plat_print, " 0x%02x %q [%d]", *ip, instruction->qstr_opname, instruction->arg); in mp_prof_print_instr()