Lines Matching defs:zero
585 // If the c_entry_fp is not already zero and we don't clear it, the
911 // -- tiering_state : a Smi containing a non-zero tiering state.
1583 DCHECK_NE(interpreter_entry_return_pc_offset, Smi::zero());
1807 __ Ret(eq, a0, Operand(Smi::zero()));
2701 __ Move(kContextRegister, Smi::zero());
2738 __ Move(cp, Smi::zero());
2891 Label zero;
2892 __ Branch(&zero, eq, cp, Operand(zero_reg));
2894 __ bind(&zero);
2988 // On ARM shifts > 31 bits are valid and will result in zero. On LOONG64 we
3317 DCHECK_EQ(0, Smi::zero().ptr());