Home | History | Annotate | Download | only in ia32

Lines Matching refs:true_cond

1599   Condition true_cond = EmitIsObject(reg, result, temp, &is_false, &is_true);
1600 __ j(true_cond, &is_true);
1623 Condition true_cond = EmitIsObject(reg, temp, temp2, false_label, true_label);
1625 EmitBranch(true_block, false_block, true_cond);