Lines Matching refs:condition
88 void EmitJump(Condition cc, Label* target, Label::Distance near_jump) {
416 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL);
438 codegen()->PrepareForBailoutBeforeSplit(condition(),
471 codegen()->PrepareForBailoutBeforeSplit(condition(),
530 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL);
594 codegen()->PrepareForBailoutBeforeSplit(condition(),
606 void FullCodeGenerator::DoTest(Expression* condition,
619 void FullCodeGenerator::Split(Condition cc,
995 // Generate code for doing the condition check.
1267 // The condition on the declaration scopes is a conservative check for
2351 Condition non_negative_smi = masm()->CheckNonNegativeSmi(rax);
3267 Condition either_smi = masm()->CheckEitherSmi(left, right, tmp);
3395 // Loop condition: while (index < array_length).
3488 // Loop condition: while (index < array_length).
3527 // Loop condition: while (index < length).
3579 // Loop condition: while (index < length).
4141 Condition cc = no_condition;