Lines Matching defs:zero
588 // If the c_entry_fp is not already zero and we don't clear it, the
920 // -- tiering_state : a int32 containing a non-zero optimization
1581 DCHECK_NE(interpreter_entry_return_pc_offset, Smi::zero());
1804 __ Ret(eq, v0, Operand(Smi::zero()));
2710 __ Move(kContextRegister, Smi::zero());
2761 __ Move(cp, Smi::zero());
2914 Label zero;
2915 __ Branch(&zero, eq, cp, Operand(zero_reg));
2917 __ bind(&zero);
3009 // On ARM shifts > 31 bits are valid and will result in zero. On MIPS we need
3339 DCHECK_EQ(0, Smi::zero().ptr());