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/tests/127-merge-stress/com/android/dx/merge/
DMergeTest.java20 import com.android.dex.DexIndexOverflowException;
52 } catch (DexIndexOverflowException e) { in main()
/dalvik/dx/src/com/android/dx/dex/file/
DMemberIdsSection.java20 import com.android.dex.DexIndexOverflowException;
49 throw new DexIndexOverflowException(getTooManyMembersMessage()); in orderItems()
DTypeIdsSection.java20 import com.android.dex.DexIndexOverflowException;
87 throw new DexIndexOverflowException( in writeHeaderPart()
/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java20 import com.android.dex.DexIndexOverflowException;
111 throw new DexIndexOverflowException("Cannot merge new index " + newIndex + in jumboCheck()
DDexMerger.java25 import com.android.dex.DexIndexOverflowException;
423 throw new DexIndexOverflowException("type ID not in [0, 0xffff]: " + newIndex); in mergeTypeIds()
466 throw new DexIndexOverflowException("proto ID not in [0, 0xffff]: " + newIndex); in mergeProtoIds()
489 throw new DexIndexOverflowException("field ID not in [0, 0xffff]: " + newIndex); in mergeFieldIds()
512 throw new DexIndexOverflowException( in mergeMethodIds()