Home | History | Annotate | Download | only in x64

Lines Matching refs:Condition

244   void DeoptimizeIf(Condition cc,
247 void DeoptimizeIf(Condition cc, LEnvironment* environment);
248 void ApplyCheckIf(Condition cc, LBoundsCheck* check);
288 static Condition TokenToCondition(Token::Value op, bool is_unsigned);
291 void EmitBranch(InstrType instr, Condition cc);
293 void EmitFalseBranch(InstrType instr, Condition cc);
303 // Returns the condition on which a final split to
305 Condition EmitTypeofIs(Label* true_label,
311 // Returns the condition on which a final split to
313 Condition EmitIsObject(Register input,
318 // Returns the condition on which a final split to
320 Condition EmitIsString(Register input,
326 // Caller should branch on equal condition.