Home | History | Annotate | Download | only in x64

Lines Matching refs:condition

66   void EmitJump(Condition cc, Label* target, Label::Distance near_jump) {
459 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL);
481 codegen()->PrepareForBailoutBeforeSplit(condition(),
522 codegen()->PrepareForBailoutBeforeSplit(condition(),
581 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL);
645 codegen()->PrepareForBailoutBeforeSplit(condition(),
657 void FullCodeGenerator::DoTest(Expression* condition,
662 CallIC(ic, condition->test_id());
669 void FullCodeGenerator::Split(Condition cc,
1165 // Generate code for doing the condition check.
1488 // The condition on the declaration scopes is a conservative check for
2813 Condition non_negative_smi = masm()->CheckNonNegativeSmi(rax);
3787 // Loop condition: while (index < array_length).
3880 // Loop condition: while (index < array_length).
3919 // Loop condition: while (index < length).
3971 // Loop condition: while (index < length).
4514 Condition cc = CompareIC::ComputeCondition(op);