Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HCompare

1026 class HCompare : public HBinaryOperation {
1028 HCompare(Primitive::Type type, HInstruction* first, HInstruction* second)
1037 DISALLOW_COPY_AND_ASSIGN(HCompare);