Searched refs:MAX_MEMBER_IDX (Results 1 – 4 of 4) sorted by relevance
47 if (items().size() > DexFormat.MAX_MEMBER_IDX + 1) { in orderItems()76 memberType, items().size(), DexFormat.MAX_MEMBER_IDX + 1); in getTooManyMembersMessage()
90 items().size(), DexFormat.MAX_MEMBER_IDX + 1)); in writeHeaderPart()
100 public static final int MAX_MEMBER_IDX = 0xFFFF; field in DexFormat
1370 public int maxNumberOfIdxPerDex = DexFormat.MAX_MEMBER_IDX + 1;