Home | History | Annotate | Download | only in mips64

Lines Matching full:no_arguments

250   Label no_arguments;
252 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
276 __ bind(&no_arguments);
298 Label no_arguments, done;
300 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
305 __ bind(&no_arguments);
373 Label no_arguments;
375 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
397 __ bind(&no_arguments);
448 Label no_arguments, done;
450 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
455 __ bind(&no_arguments);
1922 Label no_arguments;
1923 __ JumpIfRoot(arg_array, Heap::kNullValueRootIndex, &no_arguments);
1924 __ Branch(&no_arguments, eq, arg_array, Operand(undefined_value));
1933 __ bind(&no_arguments);