Lines Matching refs:condition
89 void EmitJump(Condition cc, Label* target, Label::Distance distance) {
448 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL);
499 codegen()->PrepareForBailoutBeforeSplit(condition(),
558 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL);
624 codegen()->PrepareForBailoutBeforeSplit(condition(),
636 void FullCodeGenerator::DoTest(Expression* condition,
641 CallIC(ic, RelocInfo::CODE_TARGET, condition->test_id());
648 void FullCodeGenerator::Split(Condition cc,
1125 // Generate code for doing the condition check.
1453 // The condition on the declaration scopes is a conservative check for
3931 // Loop condition: while (index < length).
4014 // Loop condition: while (index < length).
4050 // Loop condition: while (index < length).
4087 // Loop condition: while (index < length).
4643 Condition cc = CompareIC::ComputeCondition(op);