Home | History | Annotate | Download | only in code

Lines Matching defs:arrayLength

208      *   their pushed type. E.g., {@code arraylength} gets type
682 case ByteOps.ARRAYLENGTH: {
949 int arrayLength = 0;
959 arrayLength = constantVisitor.value;
980 if (arrayLength != 0) {
1076 if (nInit < 2 || nInit != arrayLength) {