Home | History | Annotate | Download | only in mips64

Lines Matching full:no_arguments

155   Label no_arguments;
157 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
170 __ bind(&no_arguments);
192 Label no_arguments, done;
193 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
200 __ bind(&no_arguments);
256 Label no_arguments;
258 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
281 __ bind(&no_arguments);
319 Label no_arguments, done;
320 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
327 __ bind(&no_arguments);
1545 Label no_arguments;
1546 __ JumpIfRoot(a0, Heap::kNullValueRootIndex, &no_arguments);
1547 __ JumpIfRoot(a0, Heap::kUndefinedValueRootIndex, &no_arguments);
1556 __ bind(&no_arguments);