Home | History | Annotate | Download | only in x64

Lines Matching defs:EmitIsObject

1587 Condition LCodeGen::EmitIsObject(Register input,
1617 Condition true_cond = EmitIsObject(reg, &is_false, &is_true);
1639 Condition true_cond = EmitIsObject(reg, false_label, true_label);