Home | History | Annotate | Download | only in x64

Lines Matching refs:condition

89   void EmitJump(Condition cc, Label* target, Label::Distance near_jump) {
444 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL);
466 codegen()->PrepareForBailoutBeforeSplit(condition(),
507 codegen()->PrepareForBailoutBeforeSplit(condition(),
566 codegen()->PrepareForBailoutBeforeSplit(condition(), false, NULL, NULL);
630 codegen()->PrepareForBailoutBeforeSplit(condition(),
642 void FullCodeGenerator::DoTest(Expression* condition,
647 CallIC(ic, RelocInfo::CODE_TARGET, condition->test_id());
654 void FullCodeGenerator::Split(Condition cc,
1144 // Generate code for doing the condition check.
1474 // The condition on the declaration scopes is a conservative check for
2843 Condition non_negative_smi = masm()->CheckNonNegativeSmi(rax);
3784 Condition either_smi = masm()->CheckEitherSmi(left, right, tmp);
3910 // Loop condition: while (index < array_length).
4003 // Loop condition: while (index < array_length).
4042 // Loop condition: while (index < length).
4094 // Loop condition: while (index < length).
4633 Condition cc = CompareIC::ComputeCondition(op);