Home | History | Annotate | Download | only in mips

Lines Matching refs:condition

280   void DeoptimizeIf(Condition condition,
285 void DeoptimizeIf(Condition condition,
289 void ApplyCheckIf(Condition condition,
328 static Condition TokenToCondition(Token::Value op, bool is_unsigned);
332 Condition condition,
337 Condition condition,
342 Condition condition,
354 // Returns the condition on which a final split to
358 Condition EmitTypeofIs(Label* true_label,
366 // Returns the condition on which a final split to
368 Condition EmitIsObject(Register input,
375 // Returns the condition on which a final split to
377 Condition EmitIsString(Register input,
383 // Caller should branch on equal condition.