Searched defs:HArrayLength (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h1415 class HArrayLength : public HExpression<1> { class in namespace:art
1417 explicit HArrayLength(HInstruction* array) : HExpression(Primitive::kPrimInt) { function in class:art::HArrayLength
1424 DISALLOW_COPY_AND_ASSIGN(HArrayLength);

Completed in 8 milliseconds