Home | History | Annotate | Download | only in mips

Lines Matching full:no_arguments

252   Label no_arguments;
254 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
278 __ bind(&no_arguments);
300 Label no_arguments, done;
302 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
307 __ bind(&no_arguments);
374 Label no_arguments;
376 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
398 __ bind(&no_arguments);
449 Label no_arguments, done;
451 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
456 __ bind(&no_arguments);
1926 Label no_arguments;
1927 __ JumpIfRoot(a0, Heap::kNullValueRootIndex, &no_arguments);
1928 __ JumpIfRoot(a0, Heap::kUndefinedValueRootIndex, &no_arguments);
1937 __ bind(&no_arguments);