Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HArrayLength

1415 class HArrayLength : public HExpression<1> {
1417 explicit HArrayLength(HInstruction* array) : HExpression(Primitive::kPrimInt) {
1424 DISALLOW_COPY_AND_ASSIGN(HArrayLength);