Searched refs:DexException (Results 1 – 16 of 16) sorted by relevance
19 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 …]
19 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()
25 public class DexException extends ExceptionWithContext { class26 public DexException(String message) { in DexException() method in DexException30 public DexException(Throwable cause) { in DexException() method in DexException
86 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()
68 throw new DexException("invalid LEB128 sequence"); in readSignedLeb128()94 throw new DexException("invalid LEB128 sequence"); in readUnsignedLeb128()
22 public final class DexIndexOverflowException extends DexException {
116 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()
297 throw new DexException("Unexpected type: " + Integer.toHexString(type)); in skipValue()
20 import com.android.dex.DexException;38 } catch (DexException expected) { in testMergeConflict()
19 import com.android.dex.DexException;94 throws DexException { in visitAll()107 public void visitAll(short[] encodedInstructions) throws DexException { in visitAll()
21 import com.android.dex.DexException;86 throw new DexException("Class with type index " + classDef.getTypeIndex() in tryAssignDepth()
19 import com.android.dex.DexException;44 public short[] transform(IndexMap indexMap, short[] encodedInstructions) throws DexException { in transform()
23 import com.android.dex.DexException;363 throw new DexException("Unexpected type: " + Integer.toHexString(reader.peek())); in transform()
25 import com.android.dex.DexException;659 throw new DexException("Multiple dex files define " in readSortableTypes()
19 import com.android.dex.DexException;589 throw new DexException("No expanded opcode for " + insn); in findExpandedOpcodeForInsn()
20 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()