Lines Matching refs:condition
66 void EmitJump(Condition cc, Label* target, Label::Distance distance) {
447 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL);
498 codegen()->PrepareForBailoutBeforeSplit(condition(),
557 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL);
623 codegen()->PrepareForBailoutBeforeSplit(condition(),
635 void FullCodeGenerator::DoTest(Expression* condition,
640 CallIC(ic, condition->test_id());
647 void FullCodeGenerator::Split(Condition cc,
1131 // Generate code for doing the condition check.
1451 // The condition on the declaration scopes is a conservative check for
3790 // Loop condition: while (index < length).
3873 // Loop condition: while (index < length).
3909 // Loop condition: while (index < length).
3946 // Loop condition: while (index < length).
4507 Condition cc = CompareIC::ComputeCondition(op);