Lines Matching refs:skip
405 % try_nterp(quick="s8", z0="t0", skip=f".L{uniq}_simple")
411 % try_simple_args_range(vC="s7", z0="t0", z1="t1", z2="t2", z3="t3", z4="t4", skip=f".L{uniq}_01…
413 % try_simple_args(v_fedc="s7", z0="t0", z1="t1", skip=f".L{uniq}_01", uniq=uniq)
420 % try_01_args(vreg="s7", shorty="s9", z0="t0", z1="t1", z2="t2", y0="s10", y1="s11", y2="s0", skip…
451 % try_nterp(quick="s8", z0="t0", skip=f".L{uniq}_slow")
479 % try_nterp(quick="s8", z0="t0", skip=f".L{uniq}_simple")
485 …ange(vC="s7", z0="t0", z1="t1", z2="t2", z3="t3", z4="t4", arg_start="0", skip=f".L{uniq}_01", uni…
487 % try_simple_args(v_fedc="s7", z0="t0", z1="t1", arg_start="0", skip=f".L{uniq}_01", uniq=uniq)
494 % try_01_args_static(vreg="s7", shorty="s9", z0="t0", z1="t1", z2="t2", y0="s10", y1="s11", skip=f…
534 % try_nterp(quick="s8", z0="t1", skip=f".L{uniq}_simple")
540 % try_simple_args_range(vC="s7", z0="t1", z1="t2", z2="t3", z3="t4", z4="t5", skip=f".L{uniq}_01…
542 % try_simple_args(v_fedc="s7", z0="t1", z1="t2", skip=f".L{uniq}_01", uniq=uniq)
549 …, z0="t1", z1="t2", z2="t3", y0="s10", y1="s11", y2="s0", interface=True, skip=f".L{uniq}_slow", c…
678 %def try_nterp(quick="", z0="", skip=""):
680 bne $z0, $quick, $skip
689 %def try_simple_args(v_fedc="", z0="", z1="", arg_start="1", skip="", uniq=""):
692 BRANCH_IF_BIT_CLEAR $z0, $z0, ART_METHOD_NTERP_INVOKE_FAST_PATH_FLAG_BIT, $skip
728 %def try_simple_args_range(vC="", z0="", z1="", z2="", z3="", z4="", skip="", arg_start="1", uniq="…
731 BRANCH_IF_BIT_CLEAR $z0, $z0, ART_METHOD_NTERP_INVOKE_FAST_PATH_FLAG_BIT, $skip
802 …"", shorty="", z0="", z1="", z2="", y0="", y1="", y2="", interface=False, skip="", call="", uniq="…
809 bgtz $y0, $skip // 2+ args: slow path
847 %def try_01_args_static(vreg="", shorty="", z0="", z1="", z2="", y0="", y1="", skip="", call="", un…
854 bgtz $y0, $skip // 2+ args: slow path