Home
last modified time | relevance | path

Searched refs:DexException (Results 1 – 16 of 16) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DDecodedInstruction.java19 import com.android.dex.DexException;
92 throw new DexException(ex); in decodeAll()
172 throw new DexException("Target out of range: " in getTargetUnit()
188 throw new DexException("Target out of range: " in getTargetByte()
205 throw new DexException("Literal out of range: " + Hex.u8(literal)); in getLiteralInt()
217 throw new DexException("Literal out of range: " + Hex.u8(literal)); in getLiteralUnit()
229 throw new DexException("Literal out of range: " + Hex.u8(literal)); in getLiteralByte()
241 throw new DexException("Literal out of range: " + Hex.u8(literal)); in getLiteralNibble()
277 throw new DexException("Register count out of range: " in getRegisterCountUnit()
292 throw new DexException("Register A out of range: " + Hex.u8(a)); in getAUnit()
[all …]
DInstructionCodec.java19 import com.android.dex.DexException;
693 throw new DexException("bogus registerCount: " + Hex.uNibble(registerCount)); in FORMAT_45CC()
870 throw new DexException("bogus element_width: " in FORMAT_FILL_ARRAY_DATA_PAYLOAD()
891 throw new DexException("bogus element_width: " in FORMAT_FILL_ARRAY_DATA_PAYLOAD()
961 throw new DexException("bogus registerCount: " in decodeRegisterList()
/dalvik/dx/src/com/android/dex/
DDexException.java25 public class DexException extends ExceptionWithContext { class
26 public DexException(String message) { in DexException() method in DexException
30 public DexException(Throwable cause) { in DexException() method in DexException
DTableOfContents.java86 throw new DexException(msg); in readHeader()
95 throw new DexException("Unexpected header: 0x" + Integer.toHexString(headerSize)); in readHeader()
99 throw new DexException("Unexpected endian tag: 0x" + Integer.toHexString(endianTag)); in readHeader()
105 throw new DexException("Cannot merge dex files that do not contain a map"); in readHeader()
135 throw new DexException("Unexpected map value for 0x" + Integer.toHexString(type)); in readMap()
142 throw new DexException("Map is unsorted at " + previous + ", " + section); in readMap()
158 throw new DexException("Map is unsorted at " + section); in computeSizesFromOffsets()
DLeb128.java68 throw new DexException("invalid LEB128 sequence"); in readSignedLeb128()
94 throw new DexException("invalid LEB128 sequence"); in readUnsignedLeb128()
DDexIndexOverflowException.java22 public final class DexIndexOverflowException extends DexException {
DDex.java116 throw new DexException("Expected " + DexFormat.DEX_IN_JAR_NAME + " in " + file); in Dex()
123 throw new DexException("unknown output extension: " + file); in Dex()
410 throw new DexException("Declared length " + expectedLength in readString()
415 throw new DexException(e); in readString()
673 throw new DexException("Section limit " + data.limit() + " exceeded by " + name); in writeUleb128()
681 throw new DexException("Section limit " + data.limit() + " exceeded by " + name); in writeSleb128()
DEncodedValueReader.java297 throw new DexException("Unexpected type: " + Integer.toHexString(type)); in skipValue()
/dalvik/dx/tests/119-merge-conflict/com/android/dx/merge/
DMergeConflictTest.java20 import com.android.dex.DexException;
38 } catch (DexException expected) { in testMergeConflict()
/dalvik/dx/src/com/android/dx/io/
DCodeReader.java19 import com.android.dex.DexException;
94 throws DexException { in visitAll()
107 public void visitAll(short[] encodedInstructions) throws DexException { in visitAll()
/dalvik/dx/src/com/android/dx/merge/
DSortableType.java21 import com.android.dex.DexException;
86 throw new DexException("Class with type index " + classDef.getTypeIndex() in tryAssignDepth()
DInstructionTransformer.java19 import com.android.dex.DexException;
44 public short[] transform(IndexMap indexMap, short[] encodedInstructions) throws DexException { in transform()
DIndexMap.java23 import com.android.dex.DexException;
363 throw new DexException("Unexpected type: " + Integer.toHexString(reader.peek())); in transform()
DDexMerger.java25 import com.android.dex.DexException;
659 throw new DexException("Multiple dex files define " in readSortableTypes()
/dalvik/dx/src/com/android/dx/dex/code/
DOutputFinisher.java19 import com.android.dex.DexException;
589 throw new DexException("No expanded opcode for " + insn); in findExpandedOpcodeForInsn()
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java20 import com.android.dex.DexException;
370 throw new DexException("Library dex files are not supported in multi-dex mode"); in runMultiDex()
545 throw new DexException("Too many classes in " + Arguments.MAIN_DEX_LIST_OPTION in processAllFiles()