Searched refs:DexIndexOverflowException (Results 1 – 6 of 6) sorted by relevance
22 public final class DexIndexOverflowException extends DexException { class23 public DexIndexOverflowException(String message) { in DexIndexOverflowException() method in DexIndexOverflowException27 public DexIndexOverflowException(Throwable cause) { in DexIndexOverflowException() method in DexIndexOverflowException
20 import com.android.dex.DexIndexOverflowException;48 throw new DexIndexOverflowException(getTooManyMembersMessage()); in orderItems()
20 import com.android.dex.DexIndexOverflowException;86 throw new DexIndexOverflowException( in writeHeaderPart()
20 import com.android.dex.DexIndexOverflowException;59 } catch (DexIndexOverflowException e) { in run()
20 import com.android.dex.DexIndexOverflowException;137 throw new DexIndexOverflowException("Cannot merge new index " + newIndex + in jumboCheck()
26 import com.android.dex.DexIndexOverflowException;426 throw new DexIndexOverflowException("type ID not in [0, 0xffff]: " + newIndex); in mergeTypeIds()469 throw new DexIndexOverflowException("proto ID not in [0, 0xffff]: " + newIndex); in mergeProtoIds()541 throw new DexIndexOverflowException("field ID not in [0, 0xffff]: " + newIndex); in mergeFieldIds()564 throw new DexIndexOverflowException( in mergeMethodIds()