Home | History | Annotate | Download | only in x64

Lines Matching refs:true_cond

1617   Condition true_cond = EmitIsObject(reg, &is_false, &is_true);
1618 __ j(true_cond, &is_true);
1639 Condition true_cond = EmitIsObject(reg, false_label, true_label);
1641 EmitBranch(true_block, false_block, true_cond);