Lines Matching defs:zero
420 // If the c_entry_fp is not already zero and we don't clear it, the
909 // -- tiering_state : a int32 containing a non-zero optimization
1575 DCHECK_NE(interpreter_entry_return_pc_offset, Smi::zero());
1799 __ Ret(eq, v0, Operand(Smi::zero()));
2640 __ Move(kContextRegister, Smi::zero());
2676 __ Move(cp, Smi::zero());
2829 Label zero;
2830 __ Branch(&zero, eq, cp, Operand(zero_reg));
2832 __ bind(&zero);
2924 // On ARM shifts > 31 bits are valid and will result in zero. On MIPS we need
3249 DCHECK_EQ(0, Smi::zero().ptr());