Home | History | Annotate | Download | only in arm

Lines Matching defs:EmitClassOfTest

1880 void LCodeGen::EmitClassOfTest(Label* is_true,
1943 EmitClassOfTest(&is_true, &is_false, class_name, input, scratch0(), input);
1968 EmitClassOfTest(true_label, false_label, class_name, input, temp, temp2);