Home
last modified time | relevance | path

Searched refs:DexIndexOverflowException (Results 1 – 6 of 6) sorted by relevance

/dalvik/dx/src/com/android/dex/
DDexIndexOverflowException.java22 public final class DexIndexOverflowException extends DexException { class
23 public DexIndexOverflowException(String message) { in DexIndexOverflowException() method in DexIndexOverflowException
27 public DexIndexOverflowException(Throwable cause) { in DexIndexOverflowException() method in DexIndexOverflowException
/dalvik/dx/src/com/android/dx/dex/file/
DMemberIdsSection.java20 import com.android.dex.DexIndexOverflowException;
48 throw new DexIndexOverflowException(getTooManyMembersMessage()); in orderItems()
DTypeIdsSection.java20 import com.android.dex.DexIndexOverflowException;
86 throw new DexIndexOverflowException( in writeHeaderPart()
/dalvik/dx/tests/127-merge-stress/com/android/dx/merge/
DMergeTest.java20 import com.android.dex.DexIndexOverflowException;
59 } catch (DexIndexOverflowException e) { in run()
/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java20 import com.android.dex.DexIndexOverflowException;
137 throw new DexIndexOverflowException("Cannot merge new index " + newIndex + in jumboCheck()
DDexMerger.java26 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()