Home | History | Annotate | Download | only in 1.2

com/google/dexmaker/stock/ProxyBuilder.class
ProxyBuilder.java
package com.google.dexmaker.stock
public final com.google.dexmaker.stock.ProxyBuilder extends java.lang.Object {
	private static final String FIELD_NAME_HANDLER
	private static final String FIELD_NAME_METHODS
	private static final java.util.Map generatedProxyClasses
	private final Class baseClass
	private ClassLoader parentClassLoader
	private java.lang.reflect.InvocationHandler handler
	private java.io.File dexCache
	private Class[] constructorArgTypes
	private Object[] constructorArgValues
	private java.util.Set interfaces
	private static final java.util.Map PRIMITIVE_TO_BOXED
	private static final java.util.Map PRIMITIVE_TYPE_TO_UNBOX_METHOD
	private static final java.util.Map PRIMITIVE_TO_UNBOX_METHOD
	private void  (java.lang.Class) 
		Class clazz
	public static com.google.dexmaker.stock.ProxyBuilder forClass (java.lang.Class) 
		Class clazz
	public com.google.dexmaker.stock.ProxyBuilder parentClassLoader (java.lang.ClassLoader) 
		ClassLoader parent
	public com.google.dexmaker.stock.ProxyBuilder handler (java.lang.reflect.InvocationHandler) 
		java.lang.reflect.InvocationHandler handler
	public com.google.dexmaker.stock.ProxyBuilder dexCache (java.io.File) 
		java.io.File dexCache
	public transient com.google.dexmaker.stock.ProxyBuilder implementing (java.lang.Class[]) 
		Class i
		Class[] arr$
		int len$
		int i$
		Class[] interfaces
	public transient com.google.dexmaker.stock.ProxyBuilder constructorArgValues (java.lang.Object[]) 
		Object[] constructorArgValues
	public transient com.google.dexmaker.stock.ProxyBuilder constructorArgTypes (java.lang.Class[]) 
		Class[] constructorArgTypes
	public java.lang.Object build ()  throws java.io.IOException 
		NoSuchMethodException e
		InstantiationException e
		IllegalAccessException e
		java.lang.reflect.InvocationTargetException e
		Class proxyClass
		java.lang.reflect.Constructor constructor
		Object result
	public java.lang.Class buildProxyClass ()  throws java.io.IOException 
		IllegalAccessError e
		ClassNotFoundException e
		Class proxyClass
		com.google.dexmaker.DexMaker dexMaker
		String generatedName
		com.google.dexmaker.TypeId generatedType
		com.google.dexmaker.TypeId superType
		java.lang.reflect.Method[] methodsToProxy
		ClassLoader classLoader
	private java.lang.Class loadClass (java.lang.ClassLoader, java.lang.String)  throws java.lang.ClassNotFoundException 
		ClassLoader classLoader
		String generatedName
	private static java.lang.RuntimeException launderCause (java.lang.reflect.InvocationTargetException) 
		java.lang.reflect.InvocationTargetException e
		Throwable cause
	private static void setMethodsStaticField (java.lang.Class, java.lang.reflect.Method[]) 
		java.lang.reflect.Field methodArrayField
		NoSuchFieldException e
		IllegalAccessException e
		Class proxyClass
		java.lang.reflect.Method[] methodsToProxy
	public static java.lang.reflect.InvocationHandler getInvocationHandler (java.lang.Object) 
		java.lang.reflect.Field field
		NoSuchFieldException e
		IllegalAccessException e
		Object instance
	public static void setInvocationHandler (java.lang.Object, java.lang.reflect.InvocationHandler) 
		java.lang.reflect.Field handlerField
		NoSuchFieldException e
		IllegalAccessException e
		Object instance
		java.lang.reflect.InvocationHandler handler
	public static boolean isProxyClass (java.lang.Class) 
		NoSuchFieldException e
		Class c
	private static void generateCodeForAllMethods (com.google.dexmaker.DexMaker, com.google.dexmaker.TypeId, java.lang.reflect.Method[], com.google.dexmaker.TypeId) 
		int i
		com.google.dexmaker.Local parameter
		com.google.dexmaker.Local unboxedIfNecessary
		int p
		int i
		int i
		com.google.dexmaker.Local superResult
		java.lang.reflect.Method method
		String name
		Class[] argClasses
		com.google.dexmaker.TypeId[] argTypes
		Class returnType
		com.google.dexmaker.TypeId resultType
		com.google.dexmaker.MethodId superMethod
		com.google.dexmaker.MethodId methodId
		com.google.dexmaker.Code code
		com.google.dexmaker.Local localThis
		com.google.dexmaker.Local localHandler
		com.google.dexmaker.Local invokeResult
		com.google.dexmaker.Local intValue
		com.google.dexmaker.Local args
		com.google.dexmaker.Local argsLength
		com.google.dexmaker.Local temp
		com.google.dexmaker.Local resultHolder
		com.google.dexmaker.Local methodArray
		com.google.dexmaker.Local thisMethod
		com.google.dexmaker.Local methodIndex
		Class aBoxedClass
		com.google.dexmaker.Local aBoxedResult
		com.google.dexmaker.Local[] superArgs2
		com.google.dexmaker.Local superResult2
		com.google.dexmaker.Local nullHandler
		com.google.dexmaker.Label handlerNullCase
		com.google.dexmaker.MethodId callsSuperMethod
		com.google.dexmaker.Code superCode
		com.google.dexmaker.Local superThis
		com.google.dexmaker.Local[] superArgs
		int m
		com.google.dexmaker.DexMaker dexMaker
		com.google.dexmaker.TypeId generatedType
		java.lang.reflect.Method[] methodsToProxy
		com.google.dexmaker.TypeId superclassType
		com.google.dexmaker.TypeId handlerType
		com.google.dexmaker.TypeId methodArrayType
		com.google.dexmaker.FieldId handlerField
		com.google.dexmaker.FieldId allMethods
		com.google.dexmaker.TypeId methodType
		com.google.dexmaker.TypeId objectArrayType
		com.google.dexmaker.MethodId methodInvoke
	private static void invokeSuper (com.google.dexmaker.MethodId, com.google.dexmaker.Code, com.google.dexmaker.Local, com.google.dexmaker.Local[], com.google.dexmaker.Local) 
		com.google.dexmaker.MethodId superMethod
		com.google.dexmaker.Code superCode
		com.google.dexmaker.Local superThis
		com.google.dexmaker.Local[] superArgs
		com.google.dexmaker.Local superResult
	private static com.google.dexmaker.Local boxIfRequired (com.google.dexmaker.Code, com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.Code code
		com.google.dexmaker.Local parameter
		com.google.dexmaker.Local temp
		com.google.dexmaker.MethodId unboxMethod
	public static transient java.lang.Object callSuper (java.lang.Object, java.lang.reflect.Method, java.lang.Object[])  throws java.lang.Throwable 
		java.lang.reflect.InvocationTargetException e
		Object proxy
		java.lang.reflect.Method method
		Object[] args
	private static java.lang.String superMethodName (java.lang.reflect.Method) 
		java.lang.reflect.Method method
		String returnType
	private static void check (boolean, java.lang.String) 
		boolean condition
		String message
	private static void generateConstructorsAndFields (com.google.dexmaker.DexMaker, com.google.dexmaker.TypeId, com.google.dexmaker.TypeId, java.lang.Class) 
		int i
		com.google.dexmaker.TypeId[] types
		com.google.dexmaker.MethodId method
		com.google.dexmaker.Code constructorCode
		com.google.dexmaker.Local thisRef
		com.google.dexmaker.Local[] params
		com.google.dexmaker.MethodId superConstructor
		java.lang.reflect.Constructor constructor
		java.lang.reflect.Constructor[] arr$
		int len$
		int i$
		com.google.dexmaker.DexMaker dexMaker
		com.google.dexmaker.TypeId generatedType
		com.google.dexmaker.TypeId superType
		Class superClass
		com.google.dexmaker.TypeId handlerType
		com.google.dexmaker.TypeId methodArrayType
		com.google.dexmaker.FieldId handlerField
		com.google.dexmaker.FieldId allMethods
	private static java.lang.reflect.Constructor[] getConstructorsToOverwrite (java.lang.Class) 
		Class clazz
	private com.google.dexmaker.TypeId[] getInterfacesAsTypeIds () 
		Class implemented
		java.util.Iterator i$
		com.google.dexmaker.TypeId[] result
		int i
	private java.lang.reflect.Method[] getMethodsToProxyRecursive () 
		Class c
		Class i
		Class[] arr$
		int len$
		int i$
		Class c
		Class c
		java.util.Iterator i$
		com.google.dexmaker.stock.ProxyBuilder$MethodSetEntry entry
		java.util.Iterator i$
		java.util.Set methodsToProxy
		java.util.Set seenFinalMethods
		java.lang.reflect.Method[] results
		int i
	private void getMethodsToProxy (java.util.Set, java.util.Set, java.lang.Class) 
		com.google.dexmaker.stock.ProxyBuilder$MethodSetEntry entry
		com.google.dexmaker.stock.ProxyBuilder$MethodSetEntry entry
		java.lang.reflect.Method method
		java.lang.reflect.Method[] arr$
		int len$
		int i$
		java.util.Set sink
		java.util.Set seenFinalMethods
		Class c
	private static java.lang.String getMethodNameForProxyOf (java.lang.Class) 
		Class clazz
	private static com.google.dexmaker.TypeId[] classArrayToTypeArray (java.lang.Class[]) 
		int i
		Class[] input
		com.google.dexmaker.TypeId[] result
	private static void generateCodeForReturnStatement (com.google.dexmaker.Code, java.lang.Class, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.MethodId unboxingMethodFor
		com.google.dexmaker.Code code
		Class methodReturnType
		com.google.dexmaker.Local localForResultOfInvoke
		com.google.dexmaker.Local localOfMethodReturnType
		com.google.dexmaker.Local aBoxedResult
	private static transient java.util.Set asSet (java.lang.Object[]) 
		Object[] array
	private static com.google.dexmaker.MethodId getUnboxMethodForPrimitive (java.lang.Class) 
		Class methodReturnType
	static void  () 
		com.google.dexmaker.TypeId primitiveType
		com.google.dexmaker.TypeId boxedType
		com.google.dexmaker.MethodId valueOfMethod
		java.util.Map$Entry entry
		java.util.Iterator i$
		java.util.Map map
}

com/google/dexmaker/stock/ProxyBuilder$MethodSetEntry.class
ProxyBuilder.java
package com.google.dexmaker.stock
 com.google.dexmaker.stock.ProxyBuilder$MethodSetEntry extends java.lang.Object {
	private final String name
	private final Class[] paramTypes
	private final Class returnType
	private final java.lang.reflect.Method originalMethod
	public void  (java.lang.reflect.Method) 
		java.lang.reflect.Method method
	public boolean equals (java.lang.Object) 
		com.google.dexmaker.stock.ProxyBuilder$MethodSetEntry other
		Object o
	public int hashCode () 
		int result
	static java.lang.reflect.Method access$000 (com.google.dexmaker.stock.ProxyBuilder$MethodSetEntry) 
		com.google.dexmaker.stock.ProxyBuilder$MethodSetEntry x0
}

com/google/dexmaker/stock/
com/google/dexmaker/dx/util/Writers.class
Writers.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.Writers extends java.lang.Object {
	private void  () 
	public static java.io.PrintWriter printWriterFor (java.io.Writer) 
		java.io.Writer writer
}

com/google/dexmaker/dx/util/Warning.class
Warning.java
package com.google.dexmaker.dx.util
public com.google.dexmaker.dx.util.Warning extends java.lang.RuntimeException {
	public void  (java.lang.String) 
		String message
}

com/google/dexmaker/dx/util/Unsigned.class
Unsigned.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.Unsigned extends java.lang.Object {
	private void  () 
	public static int compare (short, short) 
		short ushortA
		short ushortB
		int a
		int b
	public static int compare (int, int) 
		int uintA
		int uintB
		long a
		long b
}

com/google/dexmaker/dx/util/Uint.class
Uint.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.Uint extends java.lang.Object implements java.lang.Comparable  {
	public final int intValue
	public void  (int) 
		int value
	public int compareTo (com.google.dexmaker.dx.util.Uint) 
		com.google.dexmaker.dx.util.Uint uint
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/util/TwoColumnOutput.class
TwoColumnOutput.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.TwoColumnOutput extends java.lang.Object {
	private final java.io.Writer out
	private final int leftWidth
	private final StringBuffer leftBuf
	private final StringBuffer rightBuf
	private final com.google.dexmaker.dx.util.IndentingWriter leftColumn
	private final com.google.dexmaker.dx.util.IndentingWriter rightColumn
	public static java.lang.String toString (java.lang.String, int, java.lang.String, java.lang.String, int) 
		java.io.IOException ex
		String s1
		int width1
		String spacer
		String s2
		int width2
		int len1
		int len2
		java.io.StringWriter sw
		com.google.dexmaker.dx.util.TwoColumnOutput twoOut
	public void  (java.io.Writer, int, int, java.lang.String) 
		java.io.Writer out
		int leftWidth
		int rightWidth
		String spacer
		java.io.StringWriter leftWriter
		java.io.StringWriter rightWriter
	public void  (java.io.OutputStream, int, int, java.lang.String) 
		java.io.OutputStream out
		int leftWidth
		int rightWidth
		String spacer
	public java.io.Writer getLeft () 
	public java.io.Writer getRight () 
	public void flush () 
		java.io.IOException ex
	private void outputFullLines ()  throws java.io.IOException 
		int leftLen
		int rightLen
	private void flushLeft ()  throws java.io.IOException 
	private void flushRight ()  throws java.io.IOException 
	private static void appendNewlineIfNecessary (java.lang.StringBuffer, java.io.Writer)  throws java.io.IOException 
		StringBuffer buf
		java.io.Writer out
		int len
	private static void writeSpaces (java.io.Writer, int)  throws java.io.IOException 
		java.io.Writer out
		int amt
}

com/google/dexmaker/dx/util/ToHuman.class
ToHuman.java
package com.google.dexmaker.dx.util
public abstract com.google.dexmaker.dx.util.ToHuman extends java.lang.Object {
	public abstract java.lang.String toHuman () 
}

com/google/dexmaker/dx/util/Output.class
Output.java
package com.google.dexmaker.dx.util
public abstract com.google.dexmaker.dx.util.Output extends java.lang.Object implements com.google.dexmaker.dx.util.ByteOutput  {
	public abstract int getCursor () 
	public abstract void assertCursor (int) 
	public abstract void writeByte (int) 
	public abstract void writeShort (int) 
	public abstract void writeInt (int) 
	public abstract void writeLong (long) 
	public abstract int writeUleb128 (int) 
	public abstract int writeSleb128 (int) 
	public abstract void write (com.google.dexmaker.dx.util.ByteArray) 
	public abstract void write (byte[], int, int) 
	public abstract void write (byte[]) 
	public abstract void writeZeroes (int) 
	public abstract void alignTo (int) 
}

com/google/dexmaker/dx/util/Mutf8.class
Mutf8.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.Mutf8 extends java.lang.Object {
	private void  () 
	public static java.lang.String decode (com.google.dexmaker.dx.util.ByteInput, char[])  throws java.io.UTFDataFormatException 
		int b
		int b
		int c
		char a
		com.google.dexmaker.dx.util.ByteInput in
		char[] out
		int s
	private static long countBytes (java.lang.String, boolean)  throws java.io.UTFDataFormatException 
		char ch
		int i
		String s
		boolean shortLength
		long result
		int length
	public static void encode (byte[], int, java.lang.String) 
		char ch
		int i
		byte[] dst
		int offset
		String s
		int length
	public static byte[] encode (java.lang.String)  throws java.io.UTFDataFormatException 
		String s
		int utfCount
		byte[] result
}

com/google/dexmaker/dx/util/MutabilityException.class
MutabilityException.java
package com.google.dexmaker.dx.util
public com.google.dexmaker.dx.util.MutabilityException extends com.google.dexmaker.dx.util.ExceptionWithContext {
	public void  (java.lang.String) 
		String message
	public void  (java.lang.Throwable) 
		Throwable cause
	public void  (java.lang.String, java.lang.Throwable) 
		String message
		Throwable cause
}

com/google/dexmaker/dx/util/MutabilityControl.class
MutabilityControl.java
package com.google.dexmaker.dx.util
public com.google.dexmaker.dx.util.MutabilityControl extends java.lang.Object {
	private boolean mutable
	public void  () 
	public void  (boolean) 
		boolean mutable
	public void setImmutable () 
	public final boolean isImmutable () 
	public final boolean isMutable () 
	public final void throwIfImmutable () 
	public final void throwIfMutable () 
}

com/google/dexmaker/dx/util/ListIntSet.class
ListIntSet.java
package com.google.dexmaker.dx.util
public com.google.dexmaker.dx.util.ListIntSet extends java.lang.Object implements com.google.dexmaker.dx.util.IntSet  {
	final com.google.dexmaker.dx.util.IntList ints
	public void  () 
	public void add (int) 
		int value
		int index
	public void remove (int) 
		int value
		int index
	public boolean has (int) 
		int value
	public void merge (com.google.dexmaker.dx.util.IntSet) 
		com.google.dexmaker.dx.util.ListIntSet o
		int szThis
		int szOther
		int i
		int j
		int i
		com.google.dexmaker.dx.util.BitIntSet o
		com.google.dexmaker.dx.util.IntIterator iter
		com.google.dexmaker.dx.util.IntSet other
	public int elements () 
	public com.google.dexmaker.dx.util.IntIterator iterator () 
	public java.lang.String toString () 
}

com/google/dexmaker/dx/util/ListIntSet$1.class
ListIntSet.java
package com.google.dexmaker.dx.util
 com.google.dexmaker.dx.util.ListIntSet$1 extends java.lang.Object implements com.google.dexmaker.dx.util.IntIterator  {
	private int idx
	final com.google.dexmaker.dx.util.ListIntSet this$0
	void  (com.google.dexmaker.dx.util.ListIntSet) 
	public boolean hasNext () 
	public int next () 
}

com/google/dexmaker/dx/util/Leb128Utils.class
Leb128Utils.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.Leb128Utils extends java.lang.Object {
	private void  () 
	public static int unsignedLeb128Size (int) 
		int value
		int remaining
		int count
	public static int signedLeb128Size (int) 
		int value
		int remaining
		int count
		boolean hasMore
		int end
	public static int readSignedLeb128 (com.google.dexmaker.dx.util.ByteInput) 
		com.google.dexmaker.dx.util.ByteInput in
		int result
		int cur
		int count
		int signBits
	public static int readUnsignedLeb128 (com.google.dexmaker.dx.util.ByteInput) 
		com.google.dexmaker.dx.util.ByteInput in
		int result
		int cur
		int count
	public static void writeUnsignedLeb128 (com.google.dexmaker.dx.util.ByteOutput, int) 
		com.google.dexmaker.dx.util.ByteOutput out
		int value
		int remaining
	public static void writeSignedLeb128 (com.google.dexmaker.dx.util.ByteOutput, int) 
		com.google.dexmaker.dx.util.ByteOutput out
		int value
		int remaining
		boolean hasMore
		int end
}

com/google/dexmaker/dx/util/LabeledList.class
LabeledList.java
package com.google.dexmaker.dx.util
public com.google.dexmaker.dx.util.LabeledList extends com.google.dexmaker.dx.util.FixedSizeList {
	private final com.google.dexmaker.dx.util.IntList labelToIndex
	public void  (int) 
		int size
	public void  (com.google.dexmaker.dx.util.LabeledList) 
		Object one
		int i
		com.google.dexmaker.dx.util.LabeledList old
		int sz
	public final int getMaxLabel () 
		int sz
		int i
		int newSize
	private void removeLabel (int) 
		int oldLabel
	private void addLabelIndex (int, int) 
		int i
		int label
		int index
		int origSz
	public final int indexOfLabel (int) 
		int label
	public final int[] getLabelsInOrder () 
		com.google.dexmaker.dx.util.LabeledItem li
		int i
		int sz
		int[] result
	public void shrinkToFit () 
	private void rebuildLabelToIndex () 
		com.google.dexmaker.dx.util.LabeledItem li
		int i
		int szItems
	protected void set (int, com.google.dexmaker.dx.util.LabeledItem) 
		int n
		com.google.dexmaker.dx.util.LabeledItem item
		com.google.dexmaker.dx.util.LabeledItem old
}

com/google/dexmaker/dx/util/LabeledItem.class
LabeledItem.java
package com.google.dexmaker.dx.util
public abstract com.google.dexmaker.dx.util.LabeledItem extends java.lang.Object {
	public abstract int getLabel () 
}

com/google/dexmaker/dx/util/IntSet.class
IntSet.java
package com.google.dexmaker.dx.util
public abstract com.google.dexmaker.dx.util.IntSet extends java.lang.Object {
	public abstract void add (int) 
	public abstract void remove (int) 
	public abstract boolean has (int) 
	public abstract void merge (com.google.dexmaker.dx.util.IntSet) 
	public abstract int elements () 
	public abstract com.google.dexmaker.dx.util.IntIterator iterator () 
}

com/google/dexmaker/dx/util/IntList.class
IntList.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.IntList extends com.google.dexmaker.dx.util.MutabilityControl {
	public static final com.google.dexmaker.dx.util.IntList EMPTY
	private int[] values
	private int size
	private boolean sorted
	public static com.google.dexmaker.dx.util.IntList makeImmutable (int) 
		int value
		com.google.dexmaker.dx.util.IntList result
	public static com.google.dexmaker.dx.util.IntList makeImmutable (int, int) 
		int value0
		int value1
		com.google.dexmaker.dx.util.IntList result
	public void  () 
	public void  (int) 
		NegativeArraySizeException ex
		int initialCapacity
	public int hashCode () 
		int i
		int result
	public boolean equals (java.lang.Object) 
		int i
		Object other
		com.google.dexmaker.dx.util.IntList otherList
	public java.lang.String toString () 
		int i
		StringBuffer sb
	public int size () 
	public int get (int) 
		ArrayIndexOutOfBoundsException ex
		int n
	public void set (int, int) 
		ArrayIndexOutOfBoundsException ex
		int n
		int value
	public void add (int) 
		int value
	public void insert (int, int) 
		int n
		int value
	public void removeIndex (int) 
		int n
	private void growIfNeeded () 
		int[] newv
	public int top () 
	public int pop () 
		int result
	public void pop (int) 
		int n
	public void shrink (int) 
		int newSize
	public com.google.dexmaker.dx.util.IntList mutableCopy () 
		int i
		int sz
		com.google.dexmaker.dx.util.IntList result
	public void sort () 
	public int indexOf (int) 
		int value
		int ret
	public int binarysearch (int) 
		int i
		int guessIdx
		int guess
		int value
		int sz
		int min
		int max
	public boolean contains (int) 
		int value
	static void  () 
}

com/google/dexmaker/dx/util/IntIterator.class
IntIterator.java
package com.google.dexmaker.dx.util
public abstract com.google.dexmaker.dx.util.IntIterator extends java.lang.Object {
	public abstract boolean hasNext () 
	public abstract int next () 
}

com/google/dexmaker/dx/util/IndentingWriter.class
IndentingWriter.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.IndentingWriter extends java.io.FilterWriter {
	private final String prefix
	private final int width
	private final int maxIndent
	private int column
	private boolean collectingIndent
	private int indent
	public void  (java.io.Writer, int, java.lang.String) 
		java.io.Writer out
		int width
		String prefix
	public void  (java.io.Writer, int) 
		java.io.Writer out
		int width
	public void write (int)  throws java.io.IOException 
		int i
		int c
	public void write (char[], int, int)  throws java.io.IOException 
		char[] cbuf
		int off
		int len
	public void write (java.lang.String, int, int)  throws java.io.IOException 
		String str
		int off
		int len
	private void bol () 
}

com/google/dexmaker/dx/util/HexParser.class
HexParser.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.HexParser extends java.lang.Object {
	private void  () 
	public static byte[] parse (java.lang.String) 
		String line
		int quoteAt
		String atStr
		int alleged
		char c
		int digVal
		int i
		int nlAt
		int poundAt
		String line
		int colonAt
		int lineLen
		int value
		boolean quoteMode
		byte[] newr
		String src
		int len
		byte[] result
		int at
		int outAt
}

com/google/dexmaker/dx/util/Hex.class
Hex.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.Hex extends java.lang.Object {
	private void  () 
	public static java.lang.String u8 (long) 
		int i
		long v
		char[] result
	public static java.lang.String u4 (int) 
		int i
		int v
		char[] result
	public static java.lang.String u3 (int) 
		int i
		int v
		char[] result
	public static java.lang.String u2 (int) 
		int i
		int v
		char[] result
	public static java.lang.String u2or4 (int) 
		int v
	public static java.lang.String u1 (int) 
		int i
		int v
		char[] result
	public static java.lang.String uNibble (int) 
		int v
		char[] result
	public static java.lang.String s8 (long) 
		int i
		long v
		char[] result
	public static java.lang.String s4 (int) 
		int i
		int v
		char[] result
	public static java.lang.String s2 (int) 
		int i
		int v
		char[] result
	public static java.lang.String s1 (int) 
		int i
		int v
		char[] result
	public static java.lang.String dump (byte[], int, int, int, int, int) 
		String astr
		byte[] arr
		int offset
		int length
		int outOffset
		int bpl
		int addressLength
		int end
		StringBuffer sb
		boolean bol
		int col
}

com/google/dexmaker/dx/util/FixedSizeList.class
FixedSizeList.java
package com.google.dexmaker.dx.util
public com.google.dexmaker.dx.util.FixedSizeList extends com.google.dexmaker.dx.util.MutabilityControl implements com.google.dexmaker.dx.util.ToHuman  {
	private Object[] arr
	public void  (int) 
		NegativeArraySizeException ex
		int size
	public boolean equals (java.lang.Object) 
		Object other
		com.google.dexmaker.dx.util.FixedSizeList list
	public int hashCode () 
	public java.lang.String toString () 
		String name
	public java.lang.String toHuman () 
		String name
	public java.lang.String toString (java.lang.String, java.lang.String, java.lang.String) 
		String prefix
		String separator
		String suffix
	public java.lang.String toHuman (java.lang.String, java.lang.String, java.lang.String) 
		String prefix
		String separator
		String suffix
	public final int size () 
	public void shrinkToFit () 
		int i
		Object one
		int i
		int sz
		int newSz
		Object[] newa
		int at
	protected final java.lang.Object get0 (int) 
		Object result
		ArrayIndexOutOfBoundsException ex
		int n
	protected final java.lang.Object getOrNull0 (int) 
		int n
	protected final void set0 (int, java.lang.Object) 
		ArrayIndexOutOfBoundsException ex
		int n
		Object obj
	private java.lang.Object throwIndex (int) 
		int n
	private java.lang.String toString0 (java.lang.String, java.lang.String, java.lang.String, boolean) 
		int i
		String prefix
		String separator
		String suffix
		boolean human
		int len
		StringBuffer sb
}

com/google/dexmaker/dx/util/FileUtils.class
FileUtils.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.FileUtils extends java.lang.Object {
	private void  () 
	public static byte[] readFile (java.lang.String) 
		String fileName
		java.io.File file
	public static byte[] readFile (java.io.File) 
		int amt
		java.io.FileInputStream in
		int at
		java.io.IOException ex
		java.io.File file
		long longLength
		int length
		byte[] result
	public static boolean hasArchiveSuffix (java.lang.String) 
		String fileName
}

com/google/dexmaker/dx/util/ExceptionWithContext.class
ExceptionWithContext.java
package com.google.dexmaker.dx.util
public com.google.dexmaker.dx.util.ExceptionWithContext extends java.lang.RuntimeException {
	private StringBuffer context
	public static com.google.dexmaker.dx.util.ExceptionWithContext withContext (java.lang.Throwable, java.lang.String) 
		com.google.dexmaker.dx.util.ExceptionWithContext ewc
		Throwable ex
		String str
		com.google.dexmaker.dx.util.ExceptionWithContext ewc
	public void  (java.lang.String) 
		String message
	public void  (java.lang.Throwable) 
		Throwable cause
	public void  (java.lang.String, java.lang.Throwable) 
		String ctx
		String message
		Throwable cause
	public void printStackTrace (java.io.PrintStream) 
		java.io.PrintStream out
	public void printStackTrace (java.io.PrintWriter) 
		java.io.PrintWriter out
	public void addContext (java.lang.String) 
		String str
	public java.lang.String getContext () 
	public void printContext (java.io.PrintStream) 
		java.io.PrintStream out
	public void printContext (java.io.PrintWriter) 
		java.io.PrintWriter out
}

com/google/dexmaker/dx/util/DexException.class
DexException.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.DexException extends com.google.dexmaker.dx.util.ExceptionWithContext {
	public void  (java.lang.String) 
		String message
	public void  (java.lang.Throwable) 
		Throwable cause
}

com/google/dexmaker/dx/util/ByteOutput.class
ByteOutput.java
package com.google.dexmaker.dx.util
public abstract com.google.dexmaker.dx.util.ByteOutput extends java.lang.Object {
	public abstract void writeByte (int) 
}

com/google/dexmaker/dx/util/ByteInput.class
ByteInput.java
package com.google.dexmaker.dx.util
public abstract com.google.dexmaker.dx.util.ByteInput extends java.lang.Object {
	public abstract byte readByte () 
}

com/google/dexmaker/dx/util/ByteArrayByteInput.class
ByteArrayByteInput.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.ByteArrayByteInput extends java.lang.Object implements com.google.dexmaker.dx.util.ByteInput  {
	private final byte[] bytes
	private int position
	public transient void  (byte[]) 
		byte[] bytes
	public byte readByte () 
}

com/google/dexmaker/dx/util/ByteArrayAnnotatedOutput.class
ByteArrayAnnotatedOutput.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.ByteArrayAnnotatedOutput extends java.lang.Object implements com.google.dexmaker.dx.util.AnnotatedOutput com.google.dexmaker.dx.util.ByteOutput  {
	private static final int DEFAULT_SIZE
	private final boolean stretchy
	private byte[] data
	private int cursor
	private boolean verbose
	private java.util.ArrayList annotations
	private int annotationWidth
	private int hexCols
	public void  (byte[]) 
		byte[] data
	public void  () 
	public void  (int) 
		int size
	private void  (byte[], boolean) 
		byte[] data
		boolean stretchy
	public byte[] getArray () 
	public byte[] toByteArray () 
		byte[] result
	public int getCursor () 
	public void assertCursor (int) 
		int expectedCursor
	public void writeByte (int) 
		int value
		int writeAt
		int end
	public void writeShort (int) 
		int value
		int writeAt
		int end
	public void writeInt (int) 
		int value
		int writeAt
		int end
	public void writeLong (long) 
		long value
		int writeAt
		int end
		int half
	public int writeUleb128 (int) 
		int value
		int cursorBefore
	public int writeSleb128 (int) 
		int value
		int cursorBefore
	public void write (com.google.dexmaker.dx.util.ByteArray) 
		com.google.dexmaker.dx.util.ByteArray bytes
		int blen
		int writeAt
		int end
	public void write (byte[], int, int) 
		byte[] bytes
		int offset
		int length
		int writeAt
		int end
		int bytesEnd
	public void write (byte[]) 
		byte[] bytes
	public void writeZeroes (int) 
		int count
		int end
	public void alignTo (int) 
		int alignment
		int mask
		int end
	public boolean annotates () 
	public boolean isVerbose () 
	public void annotate (java.lang.String) 
		String msg
	public void annotate (int, java.lang.String) 
		int startAt
		int amt
		String msg
		int asz
		int lastEnd
		int startAt
	public void endAnnotation () 
		int sz
	public int getAnnotationWidth () 
		int leftWidth
	public void enableAnnotations (int, boolean) 
		int annotationWidth
		boolean verbose
		int hexCols
	public void finishAnnotating () 
		com.google.dexmaker.dx.util.ByteArrayAnnotatedOutput$Annotation last
		int asz
	public void writeAnnotationsTo (java.io.Writer)  throws java.io.IOException 
		int end
		String text
		com.google.dexmaker.dx.util.ByteArrayAnnotatedOutput$Annotation a
		int start
		int end
		String text
		java.io.Writer out
		int width2
		int width1
		com.google.dexmaker.dx.util.TwoColumnOutput twoc
		java.io.Writer left
		java.io.Writer right
		int leftAt
		int rightAt
		int rightSz
	private static void throwBounds () 
	private void ensureCapacity (int) 
		byte[] newData
		int desiredSize
}

com/google/dexmaker/dx/util/ByteArrayAnnotatedOutput$Annotation.class
ByteArrayAnnotatedOutput.java
package com.google.dexmaker.dx.util
 com.google.dexmaker.dx.util.ByteArrayAnnotatedOutput$Annotation extends java.lang.Object {
	private final int start
	private int end
	private final String text
	public void  (int, int, java.lang.String) 
		int start
		int end
		String text
	public void  (int, java.lang.String) 
		int start
		String text
	public void setEndIfUnset (int) 
		int end
	public void setEnd (int) 
		int end
	public int getStart () 
	public int getEnd () 
	public java.lang.String getText () 
}

com/google/dexmaker/dx/util/ByteArray.class
ByteArray.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.ByteArray extends java.lang.Object {
	private final byte[] bytes
	private final int start
	private final int size
	public void  (byte[], int, int) 
		byte[] bytes
		int start
		int end
	public void  (byte[]) 
		byte[] bytes
	public int size () 
	public com.google.dexmaker.dx.util.ByteArray slice (int, int) 
		int start
		int end
	public int underlyingOffset (int, byte[]) 
		int offset
		byte[] bytes
	public int getByte (int) 
		int off
	public int getShort (int) 
		int off
	public int getInt (int) 
		int off
	public long getLong (int) 
		int off
		int part1
		int part2
	public int getUnsignedByte (int) 
		int off
	public int getUnsignedShort (int) 
		int off
	public void getBytes (byte[], int) 
		byte[] out
		int offset
	private void checkOffsets (int, int) 
		int s
		int e
	private int getByte0 (int) 
		int off
	private int getUnsignedByte0 (int) 
		int off
	public com.google.dexmaker.dx.util.ByteArray$MyDataInputStream makeDataInputStream () 
	public com.google.dexmaker.dx.util.ByteArray$MyInputStream makeInputStream () 
	static int access$000 (com.google.dexmaker.dx.util.ByteArray) 
		com.google.dexmaker.dx.util.ByteArray x0
	static int access$100 (com.google.dexmaker.dx.util.ByteArray, int) 
		com.google.dexmaker.dx.util.ByteArray x0
		int x1
	static byte[] access$200 (com.google.dexmaker.dx.util.ByteArray) 
		com.google.dexmaker.dx.util.ByteArray x0
	static int access$300 (com.google.dexmaker.dx.util.ByteArray) 
		com.google.dexmaker.dx.util.ByteArray x0
}

com/google/dexmaker/dx/util/ByteArray$MyInputStream.class
ByteArray.java
package com.google.dexmaker.dx.util
public com.google.dexmaker.dx.util.ByteArray$MyInputStream extends java.io.InputStream {
	private int cursor
	private int mark
	final com.google.dexmaker.dx.util.ByteArray this$0
	public void  (com.google.dexmaker.dx.util.ByteArray) 
	public int read ()  throws java.io.IOException 
		int result
	public int read (byte[], int, int) 
		byte[] arr
		int offset
		int length
		int maxLength
	public int available () 
	public void mark (int) 
		int reserve
	public void reset () 
	public boolean markSupported () 
}

com/google/dexmaker/dx/util/ByteArray$MyDataInputStream.class
ByteArray.java
package com.google.dexmaker.dx.util
public com.google.dexmaker.dx.util.ByteArray$MyDataInputStream extends java.io.DataInputStream {
	private final com.google.dexmaker.dx.util.ByteArray$MyInputStream wrapped
	public void  (com.google.dexmaker.dx.util.ByteArray$MyInputStream) 
		com.google.dexmaker.dx.util.ByteArray$MyInputStream wrapped
}

com/google/dexmaker/dx/util/ByteArray$GetCursor.class
ByteArray.java
package com.google.dexmaker.dx.util
public abstract com.google.dexmaker.dx.util.ByteArray$GetCursor extends java.lang.Object {
	public abstract int getCursor () 
}

com/google/dexmaker/dx/util/Bits.class
Bits.java
package com.google.dexmaker.dx.util
public final com.google.dexmaker.dx.util.Bits extends java.lang.Object {
	private void  () 
	public static int[] makeBitSet (int) 
		int max
		int size
	public static int getMax (int[]) 
		int[] bits
	public static boolean get (int[], int) 
		int[] bits
		int idx
		int arrayIdx
		int bit
	public static void set (int[], int, boolean) 
		int[] bits
		int idx
		boolean value
		int arrayIdx
		int bit
	public static void set (int[], int) 
		int[] bits
		int idx
		int arrayIdx
		int bit
	public static void clear (int[], int) 
		int[] bits
		int idx
		int arrayIdx
		int bit
	public static boolean isEmpty (int[]) 
		int i
		int[] bits
		int len
	public static int bitCount (int[]) 
		int i
		int[] bits
		int len
		int count
	public static boolean anyInRange (int[], int, int) 
		int[] bits
		int start
		int end
		int idx
	public static int findFirst (int[], int) 
		int bitIdx
		int word
		int arrayIdx
		int[] bits
		int idx
		int len
		int minBit
	public static int findFirst (int, int) 
		int value
		int idx
		int result
	public static void or (int[], int[]) 
		int i
		int[] a
		int[] b
	public static java.lang.String toHuman (int[]) 
		int i
		int[] bits
		StringBuilder sb
		boolean needsComma
		int bitsLength
}

com/google/dexmaker/dx/util/BitIntSet.class
BitIntSet.java
package com.google.dexmaker.dx.util
public com.google.dexmaker.dx.util.BitIntSet extends java.lang.Object implements com.google.dexmaker.dx.util.IntSet  {
	int[] bits
	public void  (int) 
		int max
	public void add (int) 
		int value
	private void ensureCapacity (int) 
		int[] newBits
		int value
	public void remove (int) 
		int value
	public boolean has (int) 
		int value
	public void merge (com.google.dexmaker.dx.util.IntSet) 
		com.google.dexmaker.dx.util.BitIntSet o
		int i
		com.google.dexmaker.dx.util.ListIntSet o
		int sz
		com.google.dexmaker.dx.util.IntIterator iter
		com.google.dexmaker.dx.util.IntSet other
	public int elements () 
	public com.google.dexmaker.dx.util.IntIterator iterator () 
	public java.lang.String toString () 
		int i
		StringBuilder sb
		boolean first
}

com/google/dexmaker/dx/util/BitIntSet$1.class
BitIntSet.java
package com.google.dexmaker.dx.util
 com.google.dexmaker.dx.util.BitIntSet$1 extends java.lang.Object implements com.google.dexmaker.dx.util.IntIterator  {
	private int idx
	final com.google.dexmaker.dx.util.BitIntSet this$0
	void  (com.google.dexmaker.dx.util.BitIntSet) 
	public boolean hasNext () 
	public int next () 
		int ret
}

com/google/dexmaker/dx/util/AnnotatedOutput.class
AnnotatedOutput.java
package com.google.dexmaker.dx.util
public abstract com.google.dexmaker.dx.util.AnnotatedOutput extends java.lang.Object implements com.google.dexmaker.dx.util.Output  {
	public abstract boolean annotates () 
	public abstract boolean isVerbose () 
	public abstract void annotate (java.lang.String) 
	public abstract void annotate (int, java.lang.String) 
	public abstract void endAnnotation () 
	public abstract int getAnnotationWidth () 
}

com/google/dexmaker/dx/util/
com/google/dexmaker/dx/ssa/back/SsaToRop.class
SsaToRop.java
package com.google.dexmaker.dx.ssa.back
public com.google.dexmaker.dx.ssa.back.SsaToRop extends java.lang.Object {
	private static final boolean DEBUG
	private final com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	private final boolean minimizeRegisters
	private final com.google.dexmaker.dx.ssa.back.InterferenceGraph interference
	public static com.google.dexmaker.dx.rop.code.RopMethod convertToRopMethod (com.google.dexmaker.dx.ssa.SsaMethod, boolean) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		boolean minimizeRegisters
	private void  (com.google.dexmaker.dx.ssa.SsaMethod, boolean) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMethod
		boolean minimizeRegisters
	private com.google.dexmaker.dx.rop.code.RopMethod convert () 
		com.google.dexmaker.dx.ssa.back.RegisterAllocator allocator
		com.google.dexmaker.dx.ssa.RegisterMapper mapper
		com.google.dexmaker.dx.rop.code.RopMethod ropMethod
	private void removeEmptyGotos () 
		java.util.ArrayList blocks
	private void removePhiFunctions () 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		java.util.Iterator i$
		java.util.ArrayList blocks
	private void moveParametersToHighRegisters () 
		int i
		int paramWidth
		com.google.dexmaker.dx.ssa.BasicRegisterMapper mapper
		int regCount
	private com.google.dexmaker.dx.rop.code.BasicBlockList convertBasicBlocks () 
		com.google.dexmaker.dx.ssa.SsaBasicBlock b
		java.util.Iterator i$
		java.util.ArrayList blocks
		com.google.dexmaker.dx.ssa.SsaBasicBlock exitBlock
		int ropBlockCount
		com.google.dexmaker.dx.rop.code.BasicBlockList result
		int ropBlockIndex
	private void verifyValidExitPredecessor (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock b
		java.util.ArrayList insns
		com.google.dexmaker.dx.ssa.SsaInsn lastInsn
		com.google.dexmaker.dx.rop.code.Rop opcode
	private com.google.dexmaker.dx.rop.code.BasicBlock convertBasicBlock (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		com.google.dexmaker.dx.util.IntList successorList
		int primarySuccessorLabel
		com.google.dexmaker.dx.ssa.SsaBasicBlock exitBlock
		int exitRopLabel
		com.google.dexmaker.dx.rop.code.BasicBlock result
	private com.google.dexmaker.dx.rop.code.InsnList convertInsns (java.util.ArrayList) 
		int i
		java.util.ArrayList ssaInsns
		int insnCount
		com.google.dexmaker.dx.rop.code.InsnList result
	public int[] getRegistersByFrequency () 
		int i
		int i
		int regCount
		Integer[] ret
		int[] result
	static com.google.dexmaker.dx.ssa.SsaMethod access$000 (com.google.dexmaker.dx.ssa.back.SsaToRop) 
		com.google.dexmaker.dx.ssa.back.SsaToRop x0
}

com/google/dexmaker/dx/ssa/back/SsaToRop$PhiVisitor.class
SsaToRop.java
package com.google.dexmaker.dx.ssa.back
 com.google.dexmaker.dx.ssa.back.SsaToRop$PhiVisitor extends java.lang.Object implements com.google.dexmaker.dx.ssa.PhiInsn$Visitor  {
	private final java.util.ArrayList blocks
	public void  (java.util.ArrayList) 
		java.util.ArrayList blocks
	public void visitPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn) 
		com.google.dexmaker.dx.rop.code.RegisterSpec source
		com.google.dexmaker.dx.ssa.SsaBasicBlock predBlock
		int i
		com.google.dexmaker.dx.ssa.PhiInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		int sz
}

com/google/dexmaker/dx/ssa/back/SsaToRop$2.class
SsaToRop.java
package com.google.dexmaker.dx.ssa.back
 com.google.dexmaker.dx.ssa.back.SsaToRop$2 extends java.lang.Object implements java.util.Comparator  {
	final com.google.dexmaker.dx.ssa.back.SsaToRop this$0
	void  (com.google.dexmaker.dx.ssa.back.SsaToRop) 
	public int compare (java.lang.Integer, java.lang.Integer) 
		Integer o1
		Integer o2
	public volatile int compare (java.lang.Object, java.lang.Object) 
		Object x0
		Object x1
}

com/google/dexmaker/dx/ssa/back/SsaToRop$1.class
SsaToRop.java
package com.google.dexmaker.dx.ssa.back
 com.google.dexmaker.dx.ssa.back.SsaToRop$1 extends java.lang.Object implements com.google.dexmaker.dx.ssa.SsaBasicBlock$Visitor  {
	final java.util.ArrayList val$blocks
	final com.google.dexmaker.dx.ssa.back.SsaToRop this$0
	void  (com.google.dexmaker.dx.ssa.back.SsaToRop, java.util.ArrayList) 
	public void visitBlock (com.google.dexmaker.dx.ssa.SsaBasicBlock, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock pb
		int i
		java.util.BitSet preds
		com.google.dexmaker.dx.ssa.SsaBasicBlock b
		com.google.dexmaker.dx.ssa.SsaBasicBlock parent
		java.util.ArrayList insns
}

com/google/dexmaker/dx/ssa/back/RegisterAllocator.class
RegisterAllocator.java
package com.google.dexmaker.dx.ssa.back
public abstract com.google.dexmaker.dx.ssa.back.RegisterAllocator extends java.lang.Object {
	protected final com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	protected final com.google.dexmaker.dx.ssa.back.InterferenceGraph interference
	public void  (com.google.dexmaker.dx.ssa.SsaMethod, com.google.dexmaker.dx.ssa.back.InterferenceGraph) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		com.google.dexmaker.dx.ssa.back.InterferenceGraph interference
	public abstract boolean wantsParamsMovedHigh () 
	public abstract com.google.dexmaker.dx.ssa.RegisterMapper allocateRegisters () 
	protected final int getCategoryForSsaReg (int) 
		int reg
		com.google.dexmaker.dx.ssa.SsaInsn definition
	protected final com.google.dexmaker.dx.rop.code.RegisterSpec getDefinitionSpecForSsaReg (int) 
		int reg
		com.google.dexmaker.dx.ssa.SsaInsn definition
	protected boolean isDefinitionMoveParam (int) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn ndefInsn
		int reg
		com.google.dexmaker.dx.ssa.SsaInsn defInsn
	protected final com.google.dexmaker.dx.rop.code.RegisterSpec insertMoveBefore (com.google.dexmaker.dx.ssa.SsaInsn, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		int i
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec reg
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		java.util.ArrayList insns
		int insnIndex
		com.google.dexmaker.dx.rop.code.RegisterSpec newRegSpec
		com.google.dexmaker.dx.ssa.SsaInsn toAdd
		int newReg
		com.google.dexmaker.dx.util.IntSet liveOut
		com.google.dexmaker.dx.util.IntIterator liveOutIter
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int szSources
}

com/google/dexmaker/dx/ssa/back/NullRegisterAllocator.class
NullRegisterAllocator.java
package com.google.dexmaker.dx.ssa.back
public com.google.dexmaker.dx.ssa.back.NullRegisterAllocator extends com.google.dexmaker.dx.ssa.back.RegisterAllocator {
	public void  (com.google.dexmaker.dx.ssa.SsaMethod, com.google.dexmaker.dx.ssa.back.InterferenceGraph) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		com.google.dexmaker.dx.ssa.back.InterferenceGraph interference
	public boolean wantsParamsMovedHigh () 
	public com.google.dexmaker.dx.ssa.RegisterMapper allocateRegisters () 
		int i
		int oldRegCount
		com.google.dexmaker.dx.ssa.BasicRegisterMapper mapper
}

com/google/dexmaker/dx/ssa/back/LivenessAnalyzer.class
LivenessAnalyzer.java
package com.google.dexmaker.dx.ssa.back
public com.google.dexmaker.dx.ssa.back.LivenessAnalyzer extends java.lang.Object {
	private final java.util.BitSet visitedBlocks
	private final java.util.BitSet liveOutBlocks
	private final int regV
	private final com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	private final com.google.dexmaker.dx.ssa.back.InterferenceGraph interference
	private com.google.dexmaker.dx.ssa.SsaBasicBlock blockN
	private int statementIndex
	private com.google.dexmaker.dx.ssa.back.LivenessAnalyzer$NextFunction nextFunction
	public static com.google.dexmaker.dx.ssa.back.InterferenceGraph constructInterferenceGraph (com.google.dexmaker.dx.ssa.SsaMethod) 
		int i
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		int szRegs
		com.google.dexmaker.dx.ssa.back.InterferenceGraph interference
	private void  (com.google.dexmaker.dx.ssa.SsaMethod, int, com.google.dexmaker.dx.ssa.back.InterferenceGraph) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		int reg
		com.google.dexmaker.dx.ssa.back.InterferenceGraph interference
		int blocksSz
	private void handleTailRecursion () 
	public void run () 
		com.google.dexmaker.dx.ssa.SsaBasicBlock pred
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.PhiInsn phi
		com.google.dexmaker.dx.ssa.SsaInsn insn
		java.util.Iterator i$
		java.util.List useList
		int nextLiveOutBlock
	private void liveOutAtBlock () 
		java.util.ArrayList insns
	private void liveInAtStatement () 
		java.util.BitSet preds
	private void liveOutAtStatement () 
		com.google.dexmaker.dx.ssa.SsaInsn statement
		com.google.dexmaker.dx.rop.code.RegisterSpec rs
	private static void coInterferePhis (com.google.dexmaker.dx.ssa.SsaMethod, com.google.dexmaker.dx.ssa.back.InterferenceGraph) 
		int j
		int i
		java.util.List phis
		int szPhis
		com.google.dexmaker.dx.ssa.SsaBasicBlock b
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		com.google.dexmaker.dx.ssa.back.InterferenceGraph interference
}

com/google/dexmaker/dx/ssa/back/LivenessAnalyzer$NextFunction.class
LivenessAnalyzer.java
package com.google.dexmaker.dx.ssa.back
final com.google.dexmaker.dx.ssa.back.LivenessAnalyzer$NextFunction extends java.lang.Enum {
	public static final com.google.dexmaker.dx.ssa.back.LivenessAnalyzer$NextFunction LIVE_IN_AT_STATEMENT
	public static final com.google.dexmaker.dx.ssa.back.LivenessAnalyzer$NextFunction LIVE_OUT_AT_STATEMENT
	public static final com.google.dexmaker.dx.ssa.back.LivenessAnalyzer$NextFunction LIVE_OUT_AT_BLOCK
	public static final com.google.dexmaker.dx.ssa.back.LivenessAnalyzer$NextFunction DONE
	private static final com.google.dexmaker.dx.ssa.back.LivenessAnalyzer$NextFunction[] $VALUES
	public static com.google.dexmaker.dx.ssa.back.LivenessAnalyzer$NextFunction[] values () 
	public static com.google.dexmaker.dx.ssa.back.LivenessAnalyzer$NextFunction valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/google/dexmaker/dx/ssa/back/LivenessAnalyzer$1.class
LivenessAnalyzer.java
package com.google.dexmaker.dx.ssa.back
 com.google.dexmaker.dx.ssa.back.LivenessAnalyzer$1 extends java.lang.Object {
	static final int[] $SwitchMap$com$android$dx$ssa$back$LivenessAnalyzer$NextFunction
	static void  () 
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
}

com/google/dexmaker/dx/ssa/back/InterferenceGraph.class
InterferenceGraph.java
package com.google.dexmaker.dx.ssa.back
public com.google.dexmaker.dx.ssa.back.InterferenceGraph extends java.lang.Object {
	private final java.util.ArrayList interference
	public void  (int) 
		int i
		int countRegs
	public void add (int, int) 
		int regV
		int regW
	public void dumpToStdout () 
		StringBuilder sb
		int i
		int oldRegCount
	public void mergeInterferenceSet (int, com.google.dexmaker.dx.util.IntSet) 
		int reg
		com.google.dexmaker.dx.util.IntSet set
	private void ensureCapacity (int) 
		int i
		int size
		int countRegs
}

com/google/dexmaker/dx/ssa/back/IdenticalBlockCombiner.class
IdenticalBlockCombiner.java
package com.google.dexmaker.dx.ssa.back
public com.google.dexmaker.dx.ssa.back.IdenticalBlockCombiner extends java.lang.Object {
	private final com.google.dexmaker.dx.rop.code.RopMethod ropMethod
	private final com.google.dexmaker.dx.rop.code.BasicBlockList blocks
	private final com.google.dexmaker.dx.rop.code.BasicBlockList newBlocks
	public void  (com.google.dexmaker.dx.rop.code.RopMethod) 
		com.google.dexmaker.dx.rop.code.RopMethod rm
	public com.google.dexmaker.dx.rop.code.RopMethod process () 
		int jLabel
		com.google.dexmaker.dx.rop.code.BasicBlock jBlock
		int j
		int iLabel
		com.google.dexmaker.dx.rop.code.BasicBlock iBlock
		com.google.dexmaker.dx.util.IntList toCombine
		int i
		com.google.dexmaker.dx.rop.code.BasicBlock b
		com.google.dexmaker.dx.util.IntList preds
		int szPreds
		int bindex
		int i
		int szBlocks
		java.util.BitSet toDelete
	private static boolean compareInsns (com.google.dexmaker.dx.rop.code.BasicBlock, com.google.dexmaker.dx.rop.code.BasicBlock) 
		com.google.dexmaker.dx.rop.code.BasicBlock a
		com.google.dexmaker.dx.rop.code.BasicBlock b
	private void combineBlocks (int, com.google.dexmaker.dx.util.IntList) 
		com.google.dexmaker.dx.rop.code.BasicBlock predBlock
		int j
		int betaLabel
		com.google.dexmaker.dx.rop.code.BasicBlock bb
		com.google.dexmaker.dx.util.IntList preds
		int szPreds
		int i
		int alphaLabel
		com.google.dexmaker.dx.util.IntList betaLabels
		int szBetas
	private void replaceSucc (com.google.dexmaker.dx.rop.code.BasicBlock, int, int) 
		com.google.dexmaker.dx.rop.code.BasicBlock block
		int oldLabel
		int newLabel
		com.google.dexmaker.dx.util.IntList newSuccessors
		int newPrimarySuccessor
		com.google.dexmaker.dx.rop.code.BasicBlock newBB
}

com/google/dexmaker/dx/ssa/back/FirstFitLocalCombiningAllocator.class
FirstFitLocalCombiningAllocator.java
package com.google.dexmaker.dx.ssa.back
public com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator extends com.google.dexmaker.dx.ssa.back.RegisterAllocator {
	private static final boolean DEBUG
	private final java.util.Map localVariables
	private final java.util.ArrayList moveResultPseudoInsns
	private final java.util.ArrayList invokeRangeInsns
	private final java.util.ArrayList phiInsns
	private final java.util.BitSet ssaRegsMapped
	private final com.google.dexmaker.dx.ssa.InterferenceRegisterMapper mapper
	private final int paramRangeEnd
	private final java.util.BitSet reservedRopRegs
	private final java.util.BitSet usedRopRegs
	private final boolean minimizeRegisters
	public void  (com.google.dexmaker.dx.ssa.SsaMethod, com.google.dexmaker.dx.ssa.back.InterferenceGraph, boolean) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		com.google.dexmaker.dx.ssa.back.InterferenceGraph interference
		boolean minimizeRegisters
	public boolean wantsParamsMovedHigh () 
	public com.google.dexmaker.dx.ssa.RegisterMapper allocateRegisters () 
	private void printLocalVars () 
		com.google.dexmaker.dx.rop.code.RegisterSpec reg
		java.util.Iterator i$
		StringBuilder regs
		java.util.Map$Entry e
		java.util.Iterator i$
	private void handleLocalAssociatedParams () 
		com.google.dexmaker.dx.rop.code.RegisterSpec ssaSpec
		int ssaReg
		int i
		int sz
		int paramIndex
		int paramCategory
		java.util.ArrayList ssaRegs
		java.util.Iterator i$
	private int getParameterIndexForReg (int) 
		com.google.dexmaker.dx.rop.code.CstInsn origInsn
		int ssaReg
		com.google.dexmaker.dx.ssa.SsaInsn defInsn
		com.google.dexmaker.dx.rop.code.Rop opcode
	private void handleLocalAssociatedOther () 
		com.google.dexmaker.dx.rop.code.RegisterSpec ssaSpec
		int category
		int i
		int maxCategory
		int sz
		int ropReg
		boolean done
		java.util.ArrayList specs
		java.util.Iterator i$
	private boolean tryMapRegs (java.util.ArrayList, int, int, boolean) 
		boolean succeeded
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		java.util.Iterator i$
		java.util.ArrayList specs
		int ropReg
		int maxAllowedCategory
		boolean markReserved
		boolean remaining
	private boolean tryMapReg (com.google.dexmaker.dx.rop.code.RegisterSpec, int, int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec ssaSpec
		int ropReg
		int maxAllowedCategory
	private void markReserved (int, int) 
		int ropReg
		int category
	private boolean rangeContainsReserved (int, int) 
		int i
		int ropRangeStart
		int width
	private boolean isThisPointerReg (int) 
		int startReg
	private int findNextUnreservedRopReg (int, int) 
		int i
		int startReg
		int width
		int reg
	private int findRopRegForLocal (int, int) 
		int i
		int startReg
		int width
		int reg
	private void handleUnassociatedParameters () 
		int paramIndex
		com.google.dexmaker.dx.rop.code.RegisterSpec ssaSpec
		int ssaReg
		int szSsaRegs
	private void handleInvokeRangeInsns () 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		java.util.Iterator i$
	private void handleCheckCastResults () 
		int moveRopReg
		int checkRopReg
		int ropReg
		java.util.ArrayList ssaRegs
		com.google.dexmaker.dx.rop.code.RegisterSpec moveRegSpec
		int moveReg
		java.util.BitSet predBlocks
		com.google.dexmaker.dx.ssa.SsaBasicBlock predBlock
		java.util.ArrayList insnList
		com.google.dexmaker.dx.ssa.SsaInsn checkCastInsn
		com.google.dexmaker.dx.rop.code.RegisterSpec checkRegSpec
		int checkReg
		int category
		boolean moveMapped
		boolean checkMapped
		boolean hasExceptionHandlers
		int moveRopReg
		int checkRopReg
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		java.util.Iterator i$
	private void handlePhiInsns () 
		com.google.dexmaker.dx.ssa.PhiInsn insn
		java.util.Iterator i$
	private void handleNormalUnassociated () 
		com.google.dexmaker.dx.rop.code.RegisterSpec ssaSpec
		int category
		int ropReg
		int ssaReg
		int szSsaRegs
	private boolean canMapRegs (java.util.ArrayList, int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		java.util.Iterator i$
		java.util.ArrayList specs
		int ropReg
	private boolean canMapReg (com.google.dexmaker.dx.rop.code.RegisterSpec, int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec ssaSpec
		int ropReg
		int category
	private boolean spansParamRange (int, int) 
		int ssaReg
		int category
	private void analyzeInstructions () 
	private void addMapping (com.google.dexmaker.dx.rop.code.RegisterSpec, int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec ssaSpec
		int ropReg
		int ssaReg
		int category
	private void adjustAndMapSourceRangeRange (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.rop.code.RegisterSpec similarSpec
		int similarReg
		int j
		java.util.ArrayList similarRegisters
		int szSimilar
		com.google.dexmaker.dx.rop.code.RegisterSpec source
		int sourceReg
		int category
		int curRopReg
		com.google.dexmaker.dx.rop.code.LocalItem localItem
		int i
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		int newRegStart
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int szSources
		int nextRopReg
	private int findRangeAndAdjust (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		int category
		int i
		int ssaCenterReg
		int rangeStart
		java.util.BitSet curMovesRequired
		int fitWidth
		int score
		int i
		int i
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int szSources
		int[] categoriesForIndex
		int rangeLength
		int maxScore
		int resultRangeStart
		java.util.BitSet resultMovesRequired
		int rangeStartOffset
	private int findAnyFittingRange (com.google.dexmaker.dx.ssa.NormalSsaInsn, int, int[], java.util.BitSet) 
		int fitWidth
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		int rangeLength
		int[] categoriesForIndex
		java.util.BitSet outMovesRequired
		int rangeStart
	private int fitPlanForRange (int, com.google.dexmaker.dx.ssa.NormalSsaInsn, int[], java.util.BitSet) 
		com.google.dexmaker.dx.rop.code.RegisterSpec ssaSpec
		int ssaReg
		int category
		int i
		int ropReg
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		int[] categoriesForIndex
		java.util.BitSet outMovesRequired
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int szSources
		int fitWidth
		com.google.dexmaker.dx.util.IntSet liveOut
		com.google.dexmaker.dx.rop.code.RegisterSpecList liveOutSpecs
		java.util.BitSet seen
	com.google.dexmaker.dx.rop.code.RegisterSpecList ssaSetToSpecs (com.google.dexmaker.dx.util.IntSet) 
		com.google.dexmaker.dx.util.IntSet ssaSet
		com.google.dexmaker.dx.rop.code.RegisterSpecList result
		com.google.dexmaker.dx.util.IntIterator iter
		int i
	private com.google.dexmaker.dx.rop.code.LocalItem getLocalItemForReg (int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		java.util.Iterator i$
		java.util.Map$Entry entry
		java.util.Iterator i$
		int ssaReg
	private void processPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn) 
		com.google.dexmaker.dx.rop.code.RegisterSpec source
		com.google.dexmaker.dx.ssa.SsaInsn def
		com.google.dexmaker.dx.rop.code.RegisterSpec sourceDef
		int sourceReg
		int i
		int maxReg
		int i
		com.google.dexmaker.dx.ssa.PhiInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		int resultReg
		int category
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int sourcesSize
		java.util.ArrayList ssaRegs
		com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator$Multiset mapSet
		int mapReg
	static java.util.Map access$000 (com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator) 
		com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator x0
	static java.util.ArrayList access$100 (com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator) 
		com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator x0
	static java.util.ArrayList access$200 (com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator) 
		com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator x0
	static java.util.ArrayList access$300 (com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator) 
		com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator x0
}

com/google/dexmaker/dx/ssa/back/FirstFitLocalCombiningAllocator$Multiset.class
FirstFitLocalCombiningAllocator.java
package com.google.dexmaker.dx.ssa.back
 com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator$Multiset extends java.lang.Object {
	private final int[] reg
	private final int[] count
	private int size
	public void  (int) 
		int maxSize
	public void add (int) 
		int i
		int element
	public int getAndRemoveHighestCount () 
		int i
		int maxIndex
		int maxReg
		int maxCount
	public int getSize () 
}

com/google/dexmaker/dx/ssa/back/FirstFitLocalCombiningAllocator$1.class
FirstFitLocalCombiningAllocator.java
package com.google.dexmaker.dx.ssa.back
 com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator$1 extends java.lang.Object implements com.google.dexmaker.dx.ssa.SsaInsn$Visitor  {
	final com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator this$0
	void  (com.google.dexmaker.dx.ssa.back.FirstFitLocalCombiningAllocator) 
	public void visitMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
	public void visitPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn) 
		com.google.dexmaker.dx.ssa.PhiInsn insn
	public void visitNonMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
	private void processInsn (com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.rop.code.LocalItem local
		java.util.ArrayList regList
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec assignment
}

com/google/dexmaker/dx/ssa/back/FirstFitAllocator.class
FirstFitAllocator.java
package com.google.dexmaker.dx.ssa.back
public com.google.dexmaker.dx.ssa.back.FirstFitAllocator extends com.google.dexmaker.dx.ssa.back.RegisterAllocator {
	private static final boolean PRESLOT_PARAMS
	private final java.util.BitSet mapped
	public void  (com.google.dexmaker.dx.ssa.SsaMethod, com.google.dexmaker.dx.ssa.back.InterferenceGraph) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		com.google.dexmaker.dx.ssa.back.InterferenceGraph interference
	public boolean wantsParamsMovedHigh () 
	public com.google.dexmaker.dx.ssa.RegisterMapper allocateRegisters () 
		com.google.dexmaker.dx.ssa.NormalSsaInsn defInsn
		int j
		int maxCategory
		com.google.dexmaker.dx.util.IntSet current
		boolean isPreslotted
		int newReg
		int i
		int oldRegCount
		com.google.dexmaker.dx.ssa.BasicRegisterMapper mapper
		int nextNewRegister
	private int paramNumberFromMoveParam (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn ndefInsn
		com.google.dexmaker.dx.rop.code.CstInsn origInsn
}

com/google/dexmaker/dx/ssa/back/
com/google/dexmaker/dx/ssa/SsaRenamer.class
SsaRenamer.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.SsaRenamer extends java.lang.Object implements java.lang.Runnable  {
	private static final boolean DEBUG
	private final com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	private int nextSsaReg
	private final int ropRegCount
	private int threshold
	private final com.google.dexmaker.dx.rop.code.RegisterSpec[][] startsForBlocks
	private final java.util.ArrayList ssaRegToLocalItems
	private com.google.dexmaker.dx.util.IntList ssaRegToRopReg
	public void  (com.google.dexmaker.dx.ssa.SsaMethod) 
		int i
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		com.google.dexmaker.dx.rop.code.RegisterSpec[] initialRegMapping
	public void  (com.google.dexmaker.dx.ssa.SsaMethod, int) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		int thresh
	public void run () 
	private static com.google.dexmaker.dx.rop.code.RegisterSpec[] dupArray (com.google.dexmaker.dx.rop.code.RegisterSpec[]) 
		com.google.dexmaker.dx.rop.code.RegisterSpec[] orig
		com.google.dexmaker.dx.rop.code.RegisterSpec[] copy
	private com.google.dexmaker.dx.rop.code.LocalItem getLocalForNewReg (int) 
		int ssaReg
	private void setNameForSsaReg (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec ssaReg
		int reg
		com.google.dexmaker.dx.rop.code.LocalItem local
	private boolean isBelowThresholdRegister (int) 
		int ssaReg
	private boolean isVersionZeroRegister (int) 
		int ssaReg
	private static boolean equalsHandlesNulls (java.lang.Object, java.lang.Object) 
		Object a
		Object b
	static com.google.dexmaker.dx.rop.code.RegisterSpec[][] access$000 (com.google.dexmaker.dx.ssa.SsaRenamer) 
		com.google.dexmaker.dx.ssa.SsaRenamer x0
	static int access$100 (com.google.dexmaker.dx.ssa.SsaRenamer) 
		com.google.dexmaker.dx.ssa.SsaRenamer x0
	static com.google.dexmaker.dx.rop.code.RegisterSpec[] access$300 (com.google.dexmaker.dx.rop.code.RegisterSpec[]) 
		com.google.dexmaker.dx.rop.code.RegisterSpec[] x0
	static void access$400 (com.google.dexmaker.dx.ssa.SsaRenamer, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.ssa.SsaRenamer x0
		com.google.dexmaker.dx.rop.code.RegisterSpec x1
	static com.google.dexmaker.dx.rop.code.LocalItem access$500 (com.google.dexmaker.dx.ssa.SsaRenamer, int) 
		com.google.dexmaker.dx.ssa.SsaRenamer x0
		int x1
	static boolean access$600 (java.lang.Object, java.lang.Object) 
		Object x0
		Object x1
	static int access$700 (com.google.dexmaker.dx.ssa.SsaRenamer) 
		com.google.dexmaker.dx.ssa.SsaRenamer x0
	static boolean access$800 (com.google.dexmaker.dx.ssa.SsaRenamer, int) 
		com.google.dexmaker.dx.ssa.SsaRenamer x0
		int x1
	static int access$108 (com.google.dexmaker.dx.ssa.SsaRenamer) 
		com.google.dexmaker.dx.ssa.SsaRenamer x0
	static boolean access$900 (com.google.dexmaker.dx.ssa.SsaRenamer, int) 
		com.google.dexmaker.dx.ssa.SsaRenamer x0
		int x1
	static com.google.dexmaker.dx.ssa.SsaMethod access$1100 (com.google.dexmaker.dx.ssa.SsaRenamer) 
		com.google.dexmaker.dx.ssa.SsaRenamer x0
}

com/google/dexmaker/dx/ssa/SsaRenamer$BlockRenamer.class
SsaRenamer.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.SsaRenamer$BlockRenamer extends java.lang.Object implements com.google.dexmaker.dx.ssa.SsaInsn$Visitor  {
	private final com.google.dexmaker.dx.ssa.SsaBasicBlock block
	private final com.google.dexmaker.dx.rop.code.RegisterSpec[] currentMapping
	private final java.util.HashSet movesToKeep
	private final java.util.HashMap insnsToReplace
	private final com.google.dexmaker.dx.ssa.SsaRenamer$BlockRenamer$RenamingMapper mapper
	final com.google.dexmaker.dx.ssa.SsaRenamer this$0
	void  (com.google.dexmaker.dx.ssa.SsaRenamer, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
	public void process () 
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.ssa.SsaInsn replaceInsn
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpec[] childStart
		com.google.dexmaker.dx.ssa.SsaBasicBlock child
		java.util.Iterator i$
		java.util.ArrayList insns
		int szInsns
		boolean first
	private void addMapping (int, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec cur
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpec cur
		int i
		int ropReg
		com.google.dexmaker.dx.rop.code.RegisterSpec ssaReg
		int ssaRegNum
		com.google.dexmaker.dx.rop.code.LocalItem ssaRegLocal
	public void visitPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn) 
		com.google.dexmaker.dx.ssa.PhiInsn phi
	public void visitMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList ssaSources
		com.google.dexmaker.dx.ssa.SsaInsn newInsn
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec ropResult
		int ropResultReg
		int ropSourceReg
		int ssaSourceReg
		com.google.dexmaker.dx.rop.code.LocalItem sourceLocal
		com.google.dexmaker.dx.rop.code.LocalItem resultLocal
		com.google.dexmaker.dx.rop.code.LocalItem newLocal
		com.google.dexmaker.dx.rop.code.LocalItem associatedLocal
		boolean onlyOneAssociatedLocal
		com.google.dexmaker.dx.rop.code.RegisterSpec ssaReg
	public void visitNonMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
	void processResultReg (com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec ropResult
		int ropReg
	private void updateSuccessorPhis () 
		com.google.dexmaker.dx.ssa.SsaBasicBlock successor
		int i
		com.google.dexmaker.dx.ssa.PhiInsn$Visitor visitor
		java.util.BitSet successors
	static com.google.dexmaker.dx.rop.code.RegisterSpec[] access$200 (com.google.dexmaker.dx.ssa.SsaRenamer$BlockRenamer) 
		com.google.dexmaker.dx.ssa.SsaRenamer$BlockRenamer x0
	static com.google.dexmaker.dx.ssa.SsaBasicBlock access$1000 (com.google.dexmaker.dx.ssa.SsaRenamer$BlockRenamer) 
		com.google.dexmaker.dx.ssa.SsaRenamer$BlockRenamer x0
}

com/google/dexmaker/dx/ssa/SsaRenamer$BlockRenamer$RenamingMapper.class
SsaRenamer.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.SsaRenamer$BlockRenamer$RenamingMapper extends com.google.dexmaker.dx.ssa.RegisterMapper {
	final com.google.dexmaker.dx.ssa.SsaRenamer$BlockRenamer this$1
	public void  (com.google.dexmaker.dx.ssa.SsaRenamer$BlockRenamer) 
	public int getNewRegisterCount () 
	public com.google.dexmaker.dx.rop.code.RegisterSpec map (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec registerSpec
		int reg
}

com/google/dexmaker/dx/ssa/SsaRenamer$BlockRenamer$1.class
SsaRenamer.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.SsaRenamer$BlockRenamer$1 extends java.lang.Object implements com.google.dexmaker.dx.ssa.PhiInsn$Visitor  {
	final com.google.dexmaker.dx.ssa.SsaRenamer$BlockRenamer this$1
	void  (com.google.dexmaker.dx.ssa.SsaRenamer$BlockRenamer) 
	public void visitPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn) 
		com.google.dexmaker.dx.ssa.PhiInsn insn
		int ropReg
		com.google.dexmaker.dx.rop.code.RegisterSpec stackTop
}

com/google/dexmaker/dx/ssa/SsaRenamer$1.class
SsaRenamer.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.SsaRenamer$1 extends java.lang.Object implements com.google.dexmaker.dx.ssa.SsaBasicBlock$Visitor  {
	final com.google.dexmaker.dx.ssa.SsaRenamer this$0
	void  (com.google.dexmaker.dx.ssa.SsaRenamer) 
	public void visitBlock (com.google.dexmaker.dx.ssa.SsaBasicBlock, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		com.google.dexmaker.dx.ssa.SsaBasicBlock unused
}

com/google/dexmaker/dx/ssa/SsaMethod.class
SsaMethod.java
package com.google.dexmaker.dx.ssa
public final com.google.dexmaker.dx.ssa.SsaMethod extends java.lang.Object {
	private java.util.ArrayList blocks
	private int entryBlockIndex
	private int exitBlockIndex
	private int registerCount
	private int spareRegisterBase
	private int borrowedSpareRegisters
	private int maxLabel
	private final int paramWidth
	private final boolean isStatic
	private com.google.dexmaker.dx.ssa.SsaInsn[] definitionList
	private java.util.ArrayList[] useList
	private java.util.List[] unmodifiableUseList
	private boolean backMode
	public static com.google.dexmaker.dx.ssa.SsaMethod newFromRopMethod (com.google.dexmaker.dx.rop.code.RopMethod, int, boolean) 
		com.google.dexmaker.dx.rop.code.RopMethod ropMethod
		int paramWidth
		boolean isStatic
		com.google.dexmaker.dx.ssa.SsaMethod result
	private void  (com.google.dexmaker.dx.rop.code.RopMethod, int, boolean) 
		com.google.dexmaker.dx.rop.code.RopMethod ropMethod
		int paramWidth
		boolean isStatic
	static java.util.BitSet bitSetFromLabelList (com.google.dexmaker.dx.rop.code.BasicBlockList, com.google.dexmaker.dx.util.IntList) 
		int i
		int sz
		com.google.dexmaker.dx.rop.code.BasicBlockList blocks
		com.google.dexmaker.dx.util.IntList labelList
		java.util.BitSet result
	public static com.google.dexmaker.dx.util.IntList indexListFromLabelList (com.google.dexmaker.dx.rop.code.BasicBlockList, com.google.dexmaker.dx.util.IntList) 
		int i
		int sz
		com.google.dexmaker.dx.rop.code.BasicBlockList ropBlocks
		com.google.dexmaker.dx.util.IntList labelList
		com.google.dexmaker.dx.util.IntList result
	private void convertRopToSsaBlocks (com.google.dexmaker.dx.rop.code.RopMethod) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock sbb
		int i
		com.google.dexmaker.dx.rop.code.RopMethod rmeth
		com.google.dexmaker.dx.rop.code.BasicBlockList ropBlocks
		int sz
		int origEntryBlockIndex
		com.google.dexmaker.dx.ssa.SsaBasicBlock entryBlock
	void makeExitBlock () 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaBasicBlock exitBlock
	private static com.google.dexmaker.dx.ssa.SsaInsn getGoto (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
	public com.google.dexmaker.dx.ssa.SsaBasicBlock makeNewGotoBlock () 
		int newIndex
		com.google.dexmaker.dx.ssa.SsaBasicBlock newBlock
	public int getEntryBlockIndex () 
	public com.google.dexmaker.dx.ssa.SsaBasicBlock getEntryBlock () 
	public int getExitBlockIndex () 
	public com.google.dexmaker.dx.ssa.SsaBasicBlock getExitBlock () 
	public int blockIndexToRopLabel (int) 
		int bi
	public int getRegCount () 
	public int getParamWidth () 
	public boolean isStatic () 
	public int borrowSpareRegister (int) 
		int category
		int result
	public void returnSpareRegisters () 
	public java.util.ArrayList getBlocks () 
	public int getCountReachableBlocks () 
		com.google.dexmaker.dx.ssa.SsaBasicBlock b
		java.util.Iterator i$
		int ret
	public void computeReachability () 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		java.util.Iterator i$
		int i
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		java.util.BitSet succs
		java.util.ArrayList blockList
	public void mapRegisters (com.google.dexmaker.dx.ssa.RegisterMapper) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.RegisterMapper mapper
	public com.google.dexmaker.dx.ssa.SsaInsn getDefinitionForRegister (int) 
		int reg
	private void buildUseList () 
		int i
		int i
	void onSourceChanged (com.google.dexmaker.dx.ssa.SsaInsn, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		int reg
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec oldSource
		com.google.dexmaker.dx.rop.code.RegisterSpec newSource
		int reg
	void onSourcesChanged (com.google.dexmaker.dx.ssa.SsaInsn, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		int reg
		int i
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList oldSources
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int szNew
	private void removeFromUseList (com.google.dexmaker.dx.ssa.SsaInsn, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		int i
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList oldSources
		int szNew
	void onInsnAdded (com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
	void onInsnRemoved (com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec resultReg
	public void onInsnsChanged () 
	void updateOneDefinition (com.google.dexmaker.dx.ssa.SsaInsn, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		int reg
		int reg
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec oldResult
		com.google.dexmaker.dx.rop.code.RegisterSpec resultReg
	public java.util.List getUseListForRegister (int) 
		int reg
	public java.util.ArrayList[] getUseListCopy () 
		int i
		java.util.ArrayList[] useListCopy
	public boolean isRegALocal (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.Insn insn
		com.google.dexmaker.dx.ssa.SsaInsn use
		java.util.Iterator i$
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		com.google.dexmaker.dx.ssa.SsaInsn defn
	void setNewRegCount (int) 
		int newRegCount
	public int makeNewSsaReg () 
		int reg
	public void forEachInsn (com.google.dexmaker.dx.ssa.SsaInsn$Visitor) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaInsn$Visitor visitor
	public void forEachPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn$Visitor) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.PhiInsn$Visitor v
	public void forEachBlockDepthFirst (boolean, com.google.dexmaker.dx.ssa.SsaBasicBlock$Visitor) 
		int i
		java.util.BitSet children
		com.google.dexmaker.dx.ssa.SsaBasicBlock cur
		com.google.dexmaker.dx.ssa.SsaBasicBlock parent
		boolean reverse
		com.google.dexmaker.dx.ssa.SsaBasicBlock$Visitor v
		java.util.BitSet visited
		java.util.Stack stack
		com.google.dexmaker.dx.ssa.SsaBasicBlock rootBlock
	public void forEachBlockDepthFirstDom (com.google.dexmaker.dx.ssa.SsaBasicBlock$Visitor) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock child
		int i
		com.google.dexmaker.dx.ssa.SsaBasicBlock cur
		java.util.ArrayList curDomChildren
		com.google.dexmaker.dx.ssa.SsaBasicBlock$Visitor v
		java.util.BitSet visited
		java.util.Stack stack
	public void deleteInsns (java.util.Set) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
		int i
		int i
		com.google.dexmaker.dx.rop.code.Insn gotoInsn
		java.util.BitSet succs
		java.util.ArrayList insns
		int insnsSz
		com.google.dexmaker.dx.ssa.SsaInsn lastInsn
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		java.util.Iterator i$
		java.util.Set deletedInsns
	public void setBackMode () 
	static com.google.dexmaker.dx.ssa.SsaInsn[] access$000 (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod x0
	static java.util.ArrayList[] access$100 (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod x0
}

com/google/dexmaker/dx/ssa/SsaMethod$2.class
SsaMethod.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.SsaMethod$2 extends java.lang.Object implements com.google.dexmaker.dx.ssa.SsaInsn$Visitor  {
	final com.google.dexmaker.dx.ssa.SsaMethod this$0
	void  (com.google.dexmaker.dx.ssa.SsaMethod) 
	public void visitMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
	public void visitPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn) 
		com.google.dexmaker.dx.ssa.PhiInsn phi
	public void visitNonMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
	private void addToUses (com.google.dexmaker.dx.ssa.SsaInsn) 
		int i
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList rl
		int sz
}

com/google/dexmaker/dx/ssa/SsaMethod$1.class
SsaMethod.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.SsaMethod$1 extends java.lang.Object implements com.google.dexmaker.dx.ssa.SsaInsn$Visitor  {
	final com.google.dexmaker.dx.ssa.SsaMethod this$0
	void  (com.google.dexmaker.dx.ssa.SsaMethod) 
	public void visitMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
	public void visitPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn) 
		com.google.dexmaker.dx.ssa.PhiInsn phi
	public void visitNonMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec result
}

com/google/dexmaker/dx/ssa/SsaInsn.class
SsaInsn.java
package com.google.dexmaker.dx.ssa
public abstract com.google.dexmaker.dx.ssa.SsaInsn extends java.lang.Object implements com.google.dexmaker.dx.util.ToHuman java.lang.Cloneable  {
	private final com.google.dexmaker.dx.ssa.SsaBasicBlock block
	private com.google.dexmaker.dx.rop.code.RegisterSpec result
	protected void  (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
	public static com.google.dexmaker.dx.ssa.SsaInsn makeFromRop (com.google.dexmaker.dx.rop.code.Insn, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.rop.code.Insn insn
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
	public com.google.dexmaker.dx.ssa.SsaInsn clone () 
		CloneNotSupportedException ex
	public com.google.dexmaker.dx.rop.code.RegisterSpec getResult () 
	protected void setResult (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec result
	public abstract com.google.dexmaker.dx.rop.code.RegisterSpecList getSources () 
	public com.google.dexmaker.dx.ssa.SsaBasicBlock getBlock () 
	public boolean isResultReg (int) 
		int reg
	public void changeResultReg (int) 
		int reg
	public final void setResultLocal (com.google.dexmaker.dx.rop.code.LocalItem) 
		com.google.dexmaker.dx.rop.code.LocalItem local
		com.google.dexmaker.dx.rop.code.LocalItem oldItem
	public final void mapRegisters (com.google.dexmaker.dx.ssa.RegisterMapper) 
		com.google.dexmaker.dx.ssa.RegisterMapper mapper
		com.google.dexmaker.dx.rop.code.RegisterSpec oldResult
	public abstract void mapSourceRegisters (com.google.dexmaker.dx.ssa.RegisterMapper) 
	public abstract com.google.dexmaker.dx.rop.code.Rop getOpcode () 
	public abstract com.google.dexmaker.dx.rop.code.Insn getOriginalRopInsn () 
	public com.google.dexmaker.dx.rop.code.RegisterSpec getLocalAssignment () 
	public boolean isRegASource (int) 
		int reg
	public abstract com.google.dexmaker.dx.rop.code.Insn toRopInsn () 
	public abstract boolean isPhiOrMove () 
	public abstract boolean hasSideEffect () 
	public boolean isNormalMoveInsn () 
	public boolean isMoveException () 
	public abstract boolean canThrow () 
	public abstract void accept (com.google.dexmaker.dx.ssa.SsaInsn$Visitor) 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/google/dexmaker/dx/ssa/SsaInsn$Visitor.class
SsaInsn.java
package com.google.dexmaker.dx.ssa
public abstract com.google.dexmaker.dx.ssa.SsaInsn$Visitor extends java.lang.Object {
	public abstract void visitMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
	public abstract void visitPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn) 
	public abstract void visitNonMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
}

com/google/dexmaker/dx/ssa/SsaConverter.class
SsaConverter.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.SsaConverter extends java.lang.Object {
	public static final boolean DEBUG
	public void  () 
	public static com.google.dexmaker.dx.ssa.SsaMethod convertToSsaMethod (com.google.dexmaker.dx.rop.code.RopMethod, int, boolean) 
		com.google.dexmaker.dx.rop.code.RopMethod rmeth
		int paramWidth
		boolean isStatic
		com.google.dexmaker.dx.ssa.SsaMethod result
		com.google.dexmaker.dx.ssa.LocalVariableInfo localInfo
	public static void updateSsaMethod (com.google.dexmaker.dx.ssa.SsaMethod, int) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		int threshold
		com.google.dexmaker.dx.ssa.LocalVariableInfo localInfo
	public static com.google.dexmaker.dx.ssa.SsaMethod testEdgeSplit (com.google.dexmaker.dx.rop.code.RopMethod, int, boolean) 
		com.google.dexmaker.dx.rop.code.RopMethod rmeth
		int paramWidth
		boolean isStatic
		com.google.dexmaker.dx.ssa.SsaMethod result
	public static com.google.dexmaker.dx.ssa.SsaMethod testPhiPlacement (com.google.dexmaker.dx.rop.code.RopMethod, int, boolean) 
		com.google.dexmaker.dx.rop.code.RopMethod rmeth
		int paramWidth
		boolean isStatic
		com.google.dexmaker.dx.ssa.SsaMethod result
		com.google.dexmaker.dx.ssa.LocalVariableInfo localInfo
	private static void edgeSplit (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod result
	private static void edgeSplitPredecessors (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		int i
		com.google.dexmaker.dx.ssa.SsaMethod result
		java.util.ArrayList blocks
	private static boolean nodeNeedsUniquePredecessor (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		int countPredecessors
		int countSuccessors
	private static void edgeSplitMoveExceptionsAndResults (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock predecessor
		com.google.dexmaker.dx.ssa.SsaBasicBlock zNode
		int j
		java.util.BitSet preds
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		int i
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		java.util.ArrayList blocks
	private static void edgeSplitSuccessors (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock succ
		int j
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		java.util.BitSet successors
		int i
		com.google.dexmaker.dx.ssa.SsaMethod result
		java.util.ArrayList blocks
	private static boolean needsNewSuccessor (com.google.dexmaker.dx.ssa.SsaBasicBlock, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		com.google.dexmaker.dx.ssa.SsaBasicBlock succ
		java.util.ArrayList insns
		com.google.dexmaker.dx.ssa.SsaInsn lastInsn
	private static void placePhiFunctions (com.google.dexmaker.dx.ssa.SsaMethod, com.google.dexmaker.dx.ssa.LocalVariableInfo, int) 
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpec rs
		com.google.dexmaker.dx.ssa.SsaInsn insn
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaBasicBlock b
		int bi
		int s
		int tReg
		com.google.dexmaker.dx.rop.code.RegisterSpec rs
		int dfBlockIndex
		com.google.dexmaker.dx.util.IntIterator dfIterator
		int workBlockIndex
		java.util.BitSet worklist
		int reg
		int s
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		com.google.dexmaker.dx.ssa.LocalVariableInfo localInfo
		int threshold
		java.util.ArrayList ssaBlocks
		int regCount
		int blockCount
		com.google.dexmaker.dx.ssa.DomFront df
		com.google.dexmaker.dx.ssa.DomFront$DomInfo[] domInfos
		java.util.BitSet[] defsites
		java.util.BitSet[] phisites
}

com/google/dexmaker/dx/ssa/SsaBasicBlock.class
SsaBasicBlock.java
package com.google.dexmaker.dx.ssa
public final com.google.dexmaker.dx.ssa.SsaBasicBlock extends java.lang.Object {
	public static final java.util.Comparator LABEL_COMPARATOR
	private java.util.ArrayList insns
	private java.util.BitSet predecessors
	private java.util.BitSet successors
	private com.google.dexmaker.dx.util.IntList successorList
	private int primarySuccessor
	private int ropLabel
	private com.google.dexmaker.dx.ssa.SsaMethod parent
	private int index
	private final java.util.ArrayList domChildren
	private int movesFromPhisAtEnd
	private int movesFromPhisAtBeginning
	private int reachable
	private com.google.dexmaker.dx.util.IntSet liveIn
	private com.google.dexmaker.dx.util.IntSet liveOut
	public void  (int, int, com.google.dexmaker.dx.ssa.SsaMethod) 
		int basicBlockIndex
		int ropLabel
		com.google.dexmaker.dx.ssa.SsaMethod parent
	public static com.google.dexmaker.dx.ssa.SsaBasicBlock newFromRop (com.google.dexmaker.dx.rop.code.RopMethod, int, com.google.dexmaker.dx.ssa.SsaMethod) 
		int i
		int sz
		int primarySuccessor
		com.google.dexmaker.dx.rop.code.RopMethod rmeth
		int basicBlockIndex
		com.google.dexmaker.dx.ssa.SsaMethod parent
		com.google.dexmaker.dx.rop.code.BasicBlockList ropBlocks
		com.google.dexmaker.dx.rop.code.BasicBlock bb
		com.google.dexmaker.dx.ssa.SsaBasicBlock result
		com.google.dexmaker.dx.rop.code.InsnList ropInsns
	public void addDomChild (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock child
	public java.util.ArrayList getDomChildren () 
	public void addPhiInsnForReg (int) 
		int reg
	public void addPhiInsnForReg (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec resultSpec
	public void addInsnToHead (com.google.dexmaker.dx.rop.code.Insn) 
		com.google.dexmaker.dx.rop.code.Insn insn
		com.google.dexmaker.dx.ssa.SsaInsn newInsn
	public void replaceLastInsn (com.google.dexmaker.dx.rop.code.Insn) 
		com.google.dexmaker.dx.rop.code.Insn insn
		com.google.dexmaker.dx.ssa.SsaInsn oldInsn
		com.google.dexmaker.dx.ssa.SsaInsn newInsn
	public void forEachPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn$Visitor) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
		int i
		com.google.dexmaker.dx.ssa.PhiInsn$Visitor v
		int sz
	public void removeAllPhiInsns () 
	private int getCountPhiInsns () 
		com.google.dexmaker.dx.ssa.SsaInsn insn
		int countPhiInsns
		int sz
	public java.util.ArrayList getInsns () 
	public java.util.List getPhiInsns () 
	public int getIndex () 
	public int getRopLabel () 
	public java.lang.String getRopLabelString () 
	public java.util.BitSet getPredecessors () 
	public java.util.BitSet getSuccessors () 
	public com.google.dexmaker.dx.util.IntList getSuccessorList () 
	public int getPrimarySuccessorIndex () 
	public int getPrimarySuccessorRopLabel () 
	public com.google.dexmaker.dx.ssa.SsaBasicBlock getPrimarySuccessor () 
	public com.google.dexmaker.dx.util.IntList getRopLabelSuccessorList () 
		int i
		com.google.dexmaker.dx.util.IntList result
		int sz
	public com.google.dexmaker.dx.ssa.SsaMethod getParent () 
	public com.google.dexmaker.dx.ssa.SsaBasicBlock insertNewPredecessor () 
		com.google.dexmaker.dx.ssa.SsaBasicBlock predBlock
		int i
		com.google.dexmaker.dx.ssa.SsaBasicBlock newPred
	public com.google.dexmaker.dx.ssa.SsaBasicBlock insertNewSuccessor (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		int i
		com.google.dexmaker.dx.ssa.SsaBasicBlock other
		com.google.dexmaker.dx.ssa.SsaBasicBlock newSucc
	public void replaceSuccessor (int, int) 
		int i
		int oldIndex
		int newIndex
	public void removeSuccessor (int) 
		int i
		int oldIndex
		int removeIndex
	public void exitBlockFixup (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock exitBlock
	public void addMoveToEnd (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock succ
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		com.google.dexmaker.dx.ssa.NormalSsaInsn toAdd
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpec source
		com.google.dexmaker.dx.ssa.NormalSsaInsn lastInsn
	public void addMoveToBeginning (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpec source
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		com.google.dexmaker.dx.ssa.NormalSsaInsn toAdd
	private static void setRegsUsed (java.util.BitSet, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		java.util.BitSet regsUsed
		com.google.dexmaker.dx.rop.code.RegisterSpec rs
	private static boolean checkRegUsed (java.util.BitSet, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		java.util.BitSet regsUsed
		com.google.dexmaker.dx.rop.code.RegisterSpec rs
		int reg
		int category
	private void scheduleUseBeforeAssigned (java.util.List) 
		int i
		com.google.dexmaker.dx.ssa.SsaInsn insn
		int i
		com.google.dexmaker.dx.ssa.SsaInsn insn
		int i
		com.google.dexmaker.dx.ssa.SsaInsn insnToSplit
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpec tempSpec
		com.google.dexmaker.dx.ssa.NormalSsaInsn toAdd
		com.google.dexmaker.dx.rop.code.RegisterSpecList newSources
		com.google.dexmaker.dx.ssa.NormalSsaInsn toReplace
		int oldInsertPlace
		java.util.List toSchedule
		java.util.BitSet regsUsedAsSources
		java.util.BitSet regsUsedAsResults
		int sz
		int insertPlace
	public void addLiveOut (int) 
		int regV
	public void addLiveIn (int) 
		int regV
	public com.google.dexmaker.dx.util.IntSet getLiveInRegs () 
	public com.google.dexmaker.dx.util.IntSet getLiveOutRegs () 
	public boolean isExitBlock () 
	public boolean isReachable () 
	public void setReachable (int) 
		int reach
	public void scheduleMovesFromPhis () 
		java.util.List toSchedule
		com.google.dexmaker.dx.ssa.SsaInsn firstNonPhiMoveInsn
	public void forEachInsn (com.google.dexmaker.dx.ssa.SsaInsn$Visitor) 
		int i
		com.google.dexmaker.dx.ssa.SsaInsn$Visitor visitor
		int len
	public java.lang.String toString () 
	static int access$000 (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock x0
	static void  () 
}

com/google/dexmaker/dx/ssa/SsaBasicBlock$Visitor.class
SsaBasicBlock.java
package com.google.dexmaker.dx.ssa
public abstract com.google.dexmaker.dx.ssa.SsaBasicBlock$Visitor extends java.lang.Object {
	public abstract void visitBlock (com.google.dexmaker.dx.ssa.SsaBasicBlock, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
}

com/google/dexmaker/dx/ssa/SsaBasicBlock$LabelComparator.class
SsaBasicBlock.java
package com.google.dexmaker.dx.ssa
public final com.google.dexmaker.dx.ssa.SsaBasicBlock$LabelComparator extends java.lang.Object implements java.util.Comparator  {
	public void  () 
	public int compare (com.google.dexmaker.dx.ssa.SsaBasicBlock, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock b1
		com.google.dexmaker.dx.ssa.SsaBasicBlock b2
		int label1
		int label2
	public volatile int compare (java.lang.Object, java.lang.Object) 
		Object x0
		Object x1
}

com/google/dexmaker/dx/ssa/SetFactory.class
SetFactory.java
package com.google.dexmaker.dx.ssa
public final com.google.dexmaker.dx.ssa.SetFactory extends java.lang.Object {
	private static final int DOMFRONT_SET_THRESHOLD_SIZE
	private static final int INTERFERENCE_SET_THRESHOLD_SIZE
	private static final int LIVENESS_SET_THRESHOLD_SIZE
	public void  () 
	static com.google.dexmaker.dx.util.IntSet makeDomFrontSet (int) 
		int szBlocks
	public static com.google.dexmaker.dx.util.IntSet makeInterferenceSet (int) 
		int countRegs
	static com.google.dexmaker.dx.util.IntSet makeLivenessSet (int) 
		int countRegs
}

com/google/dexmaker/dx/ssa/SCCP.class
SCCP.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.SCCP extends java.lang.Object {
	private static final int TOP
	private static final int CONSTANT
	private static final int VARYING
	private com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	private int regCount
	private int[] latticeValues
	private com.google.dexmaker.dx.rop.cst.Constant[] latticeConstants
	private java.util.ArrayList cfgWorklist
	private java.util.ArrayList cfgPhiWorklist
	private java.util.BitSet executableBlocks
	private java.util.ArrayList ssaWorklist
	private java.util.ArrayList varyingWorklist
	private java.util.ArrayList branchWorklist
	private void  (com.google.dexmaker.dx.ssa.SsaMethod) 
		int i
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	public static void process (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMethod
	private void addBlockToWorklist (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock ssaBlock
	private void addUsersToWorklist (int, int) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaInsn insn
		java.util.Iterator i$
		int reg
		int latticeValue
	private boolean setLatticeValueTo (int, int, com.google.dexmaker.dx.rop.cst.Constant) 
		int reg
		int value
		com.google.dexmaker.dx.rop.cst.Constant cst
	private void simulatePhi (com.google.dexmaker.dx.ssa.PhiInsn) 
		int predBlockIndex
		int sourceReg
		int sourceRegValue
		int i
		com.google.dexmaker.dx.ssa.PhiInsn insn
		int phiResultReg
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int phiResultValue
		com.google.dexmaker.dx.rop.cst.Constant phiConstant
		int sourceSize
	private void simulateBlock (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
	private void simulatePhiBlock (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
	private static java.lang.String latticeValName (int) 
		int latticeVal
	private void simulateBranch (com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.rop.code.RegisterSpec specB
		int regB
		int vA
		int vA
		int vB
		com.google.dexmaker.dx.rop.cst.Constant cA
		com.google.dexmaker.dx.rop.cst.Constant cB
		com.google.dexmaker.dx.rop.code.RegisterSpec specA
		int regA
		int successorBlock
		int successorBlock
		int successorBlock
		int i
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		boolean constantBranch
		boolean constantSuccessor
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
	private com.google.dexmaker.dx.rop.cst.Constant simulateMath (com.google.dexmaker.dx.ssa.SsaInsn, int) 
		com.google.dexmaker.dx.rop.cst.Constant cA
		com.google.dexmaker.dx.rop.code.CstInsn cstInsn
		com.google.dexmaker.dx.rop.cst.Constant cB
		com.google.dexmaker.dx.rop.cst.Constant cB
		int regB
		int vR
		int vR
		int vR
		int vR
		boolean skip
		int vA
		int vB
		com.google.dexmaker.dx.ssa.SsaInsn insn
		int resultType
		com.google.dexmaker.dx.rop.code.Insn ropInsn
		int opcode
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int regA
		com.google.dexmaker.dx.rop.cst.Constant cA
		com.google.dexmaker.dx.rop.cst.Constant cB
	private void simulateStmt (com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock succ
		com.google.dexmaker.dx.rop.code.CstInsn cstInsn
		int sourceReg
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.Insn ropInsn
		int opcode
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		int resultReg
		int resultValue
		com.google.dexmaker.dx.rop.cst.Constant resultConstant
	private void run () 
		int listSize
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		int listSize
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		int listSize
		com.google.dexmaker.dx.ssa.SsaInsn insn
		int listSize
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.ssa.SsaBasicBlock firstBlock
	private void replaceConstants () 
		com.google.dexmaker.dx.ssa.NormalSsaInsn nInsn
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int index
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		com.google.dexmaker.dx.rop.code.RegisterSpec newSpec
		com.google.dexmaker.dx.ssa.SsaInsn insn
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaInsn defn
		com.google.dexmaker.dx.rop.type.TypeBearer typeBearer
		com.google.dexmaker.dx.rop.code.RegisterSpec dest
		com.google.dexmaker.dx.rop.code.RegisterSpec newDest
		int reg
	private void replaceBranches () 
		int successorBlock
		int i
		int oldSuccessor
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		int successorSize
		com.google.dexmaker.dx.rop.code.Insn originalRopInsn
		com.google.dexmaker.dx.ssa.SsaInsn insn
		java.util.Iterator i$
}

com/google/dexmaker/dx/ssa/RegisterMapper.class
RegisterMapper.java
package com.google.dexmaker.dx.ssa
public abstract com.google.dexmaker.dx.ssa.RegisterMapper extends java.lang.Object {
	public void  () 
	public abstract int getNewRegisterCount () 
	public abstract com.google.dexmaker.dx.rop.code.RegisterSpec map (com.google.dexmaker.dx.rop.code.RegisterSpec) 
	public final com.google.dexmaker.dx.rop.code.RegisterSpecList map (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int sz
		com.google.dexmaker.dx.rop.code.RegisterSpecList newSources
}

com/google/dexmaker/dx/ssa/PhiTypeResolver.class
PhiTypeResolver.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.PhiTypeResolver extends java.lang.Object {
	com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	private final java.util.BitSet worklist
	public static void process (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	private void  (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	private void run () 
		com.google.dexmaker.dx.ssa.SsaInsn definsn
		int reg
		com.google.dexmaker.dx.ssa.SsaInsn useInsn
		com.google.dexmaker.dx.rop.code.RegisterSpec resultReg
		int i
		java.util.List useList
		int sz
		com.google.dexmaker.dx.ssa.PhiInsn definsn
		int regCount
		int reg
	private static boolean equalsHandlesNulls (com.google.dexmaker.dx.rop.code.LocalItem, com.google.dexmaker.dx.rop.code.LocalItem) 
		com.google.dexmaker.dx.rop.code.LocalItem a
		com.google.dexmaker.dx.rop.code.LocalItem b
	boolean resolveResultType (com.google.dexmaker.dx.ssa.PhiInsn) 
		com.google.dexmaker.dx.rop.code.RegisterSpec rs
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpec rs
		int i
		com.google.dexmaker.dx.rop.type.TypeBearer newResultType
		int i
		StringBuilder sb
		com.google.dexmaker.dx.ssa.PhiInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		com.google.dexmaker.dx.rop.code.RegisterSpec first
		int firstIndex
		int szSources
		com.google.dexmaker.dx.rop.code.LocalItem firstLocal
		com.google.dexmaker.dx.rop.type.TypeBearer mergedType
		boolean sameLocals
		com.google.dexmaker.dx.rop.type.TypeBearer newResultType
		com.google.dexmaker.dx.rop.code.LocalItem newLocal
		com.google.dexmaker.dx.rop.code.RegisterSpec result
}

com/google/dexmaker/dx/ssa/PhiInsn.class
PhiInsn.java
package com.google.dexmaker.dx.ssa
public final com.google.dexmaker.dx.ssa.PhiInsn extends com.google.dexmaker.dx.ssa.SsaInsn {
	private final int ropResultReg
	private final java.util.ArrayList operands
	private com.google.dexmaker.dx.rop.code.RegisterSpecList sources
	public void  (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.rop.code.RegisterSpec resultReg
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
	public void  (int, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		int resultReg
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
	public com.google.dexmaker.dx.ssa.PhiInsn clone () 
	public void updateSourcesToDefinitions (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.rop.code.RegisterSpec def
		com.google.dexmaker.dx.ssa.PhiInsn$Operand o
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	public void changeResultType (com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.code.LocalItem) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
		com.google.dexmaker.dx.rop.code.LocalItem local
	public int getRopResultReg () 
	public void addPhiOperand (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.rop.code.RegisterSpec registerSpec
		com.google.dexmaker.dx.ssa.SsaBasicBlock predBlock
	public void removePhiRegister (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.ssa.PhiInsn$Operand o
		java.util.Iterator i$
		com.google.dexmaker.dx.rop.code.RegisterSpec registerSpec
		java.util.ArrayList operandsToRemove
	public int predBlockIndexForSourcesIndex (int) 
		int sourcesIndex
	public com.google.dexmaker.dx.rop.code.Rop getOpcode () 
	public com.google.dexmaker.dx.rop.code.Insn getOriginalRopInsn () 
	public boolean canThrow () 
	public com.google.dexmaker.dx.rop.code.RegisterSpecList getSources () 
		com.google.dexmaker.dx.ssa.PhiInsn$Operand o
		int i
		int szSources
	public boolean isRegASource (int) 
		com.google.dexmaker.dx.ssa.PhiInsn$Operand o
		java.util.Iterator i$
		int reg
	public boolean areAllOperandsEqual () 
		com.google.dexmaker.dx.ssa.PhiInsn$Operand o
		java.util.Iterator i$
		int firstReg
	public final void mapSourceRegisters (com.google.dexmaker.dx.ssa.RegisterMapper) 
		com.google.dexmaker.dx.rop.code.RegisterSpec old
		com.google.dexmaker.dx.ssa.PhiInsn$Operand o
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.RegisterMapper mapper
	public com.google.dexmaker.dx.rop.code.Insn toRopInsn () 
	public java.util.List predBlocksForReg (int, com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.PhiInsn$Operand o
		java.util.Iterator i$
		int reg
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		java.util.ArrayList ret
	public boolean isPhiOrMove () 
	public boolean hasSideEffect () 
	public void accept (com.google.dexmaker.dx.ssa.SsaInsn$Visitor) 
		com.google.dexmaker.dx.ssa.SsaInsn$Visitor v
	public java.lang.String toHuman () 
	protected final java.lang.String toHumanWithInline (java.lang.String) 
		int i
		String extra
		StringBuffer sb
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		int sz
	public volatile com.google.dexmaker.dx.ssa.SsaInsn clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/google/dexmaker/dx/ssa/PhiInsn$Visitor.class
PhiInsn.java
package com.google.dexmaker.dx.ssa
public abstract com.google.dexmaker.dx.ssa.PhiInsn$Visitor extends java.lang.Object {
	public abstract void visitPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn) 
}

com/google/dexmaker/dx/ssa/PhiInsn$Operand.class
PhiInsn.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.PhiInsn$Operand extends java.lang.Object {
	public com.google.dexmaker.dx.rop.code.RegisterSpec regSpec
	public final int blockIndex
	public final int ropLabel
	public void  (com.google.dexmaker.dx.rop.code.RegisterSpec, int, int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec regSpec
		int blockIndex
		int ropLabel
}

com/google/dexmaker/dx/ssa/Optimizer.class
Optimizer.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.Optimizer extends java.lang.Object {
	private static boolean preserveLocals
	private static com.google.dexmaker.dx.rop.code.TranslationAdvice advice
	public void  () 
	public static boolean getPreserveLocals () 
	public static com.google.dexmaker.dx.rop.code.TranslationAdvice getAdvice () 
	public static com.google.dexmaker.dx.rop.code.RopMethod optimize (com.google.dexmaker.dx.rop.code.RopMethod, int, boolean, boolean, com.google.dexmaker.dx.rop.code.TranslationAdvice) 
		com.google.dexmaker.dx.rop.code.RopMethod rmeth
		int paramWidth
		boolean isStatic
		boolean inPreserveLocals
		com.google.dexmaker.dx.rop.code.TranslationAdvice inAdvice
	public static com.google.dexmaker.dx.rop.code.RopMethod optimize (com.google.dexmaker.dx.rop.code.RopMethod, int, boolean, boolean, com.google.dexmaker.dx.rop.code.TranslationAdvice, java.util.EnumSet) 
		com.google.dexmaker.dx.rop.code.RopMethod rmeth
		int paramWidth
		boolean isStatic
		boolean inPreserveLocals
		com.google.dexmaker.dx.rop.code.TranslationAdvice inAdvice
		java.util.EnumSet steps
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		com.google.dexmaker.dx.rop.code.RopMethod resultMeth
	private static com.google.dexmaker.dx.rop.code.RopMethod optimizeMinimizeRegisters (com.google.dexmaker.dx.rop.code.RopMethod, int, boolean, java.util.EnumSet) 
		com.google.dexmaker.dx.rop.code.RopMethod rmeth
		int paramWidth
		boolean isStatic
		java.util.EnumSet steps
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		com.google.dexmaker.dx.rop.code.RopMethod resultMeth
		java.util.EnumSet newSteps
	private static void runSsaFormSteps (com.google.dexmaker.dx.ssa.SsaMethod, java.util.EnumSet) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
		java.util.EnumSet steps
		boolean needsDeadCodeRemover
	public static com.google.dexmaker.dx.ssa.SsaMethod debugEdgeSplit (com.google.dexmaker.dx.rop.code.RopMethod, int, boolean, boolean, com.google.dexmaker.dx.rop.code.TranslationAdvice) 
		com.google.dexmaker.dx.rop.code.RopMethod rmeth
		int paramWidth
		boolean isStatic
		boolean inPreserveLocals
		com.google.dexmaker.dx.rop.code.TranslationAdvice inAdvice
	public static com.google.dexmaker.dx.ssa.SsaMethod debugPhiPlacement (com.google.dexmaker.dx.rop.code.RopMethod, int, boolean, boolean, com.google.dexmaker.dx.rop.code.TranslationAdvice) 
		com.google.dexmaker.dx.rop.code.RopMethod rmeth
		int paramWidth
		boolean isStatic
		boolean inPreserveLocals
		com.google.dexmaker.dx.rop.code.TranslationAdvice inAdvice
	public static com.google.dexmaker.dx.ssa.SsaMethod debugRenaming (com.google.dexmaker.dx.rop.code.RopMethod, int, boolean, boolean, com.google.dexmaker.dx.rop.code.TranslationAdvice) 
		com.google.dexmaker.dx.rop.code.RopMethod rmeth
		int paramWidth
		boolean isStatic
		boolean inPreserveLocals
		com.google.dexmaker.dx.rop.code.TranslationAdvice inAdvice
	public static com.google.dexmaker.dx.ssa.SsaMethod debugDeadCodeRemover (com.google.dexmaker.dx.rop.code.RopMethod, int, boolean, boolean, com.google.dexmaker.dx.rop.code.TranslationAdvice) 
		com.google.dexmaker.dx.rop.code.RopMethod rmeth
		int paramWidth
		boolean isStatic
		boolean inPreserveLocals
		com.google.dexmaker.dx.rop.code.TranslationAdvice inAdvice
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	public static com.google.dexmaker.dx.ssa.SsaMethod debugNoRegisterAllocation (com.google.dexmaker.dx.rop.code.RopMethod, int, boolean, boolean, com.google.dexmaker.dx.rop.code.TranslationAdvice, java.util.EnumSet) 
		com.google.dexmaker.dx.rop.code.RopMethod rmeth
		int paramWidth
		boolean isStatic
		boolean inPreserveLocals
		com.google.dexmaker.dx.rop.code.TranslationAdvice inAdvice
		java.util.EnumSet steps
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	static void  () 
}

com/google/dexmaker/dx/ssa/Optimizer$OptionalStep.class
Optimizer.java
package com.google.dexmaker.dx.ssa
public final com.google.dexmaker.dx.ssa.Optimizer$OptionalStep extends java.lang.Enum {
	public static final com.google.dexmaker.dx.ssa.Optimizer$OptionalStep MOVE_PARAM_COMBINER
	public static final com.google.dexmaker.dx.ssa.Optimizer$OptionalStep SCCP
	public static final com.google.dexmaker.dx.ssa.Optimizer$OptionalStep LITERAL_UPGRADE
	public static final com.google.dexmaker.dx.ssa.Optimizer$OptionalStep CONST_COLLECTOR
	public static final com.google.dexmaker.dx.ssa.Optimizer$OptionalStep ESCAPE_ANALYSIS
	private static final com.google.dexmaker.dx.ssa.Optimizer$OptionalStep[] $VALUES
	public static com.google.dexmaker.dx.ssa.Optimizer$OptionalStep[] values () 
	public static com.google.dexmaker.dx.ssa.Optimizer$OptionalStep valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/google/dexmaker/dx/ssa/NormalSsaInsn.class
NormalSsaInsn.java
package com.google.dexmaker.dx.ssa
public final com.google.dexmaker.dx.ssa.NormalSsaInsn extends com.google.dexmaker.dx.ssa.SsaInsn implements java.lang.Cloneable  {
	private com.google.dexmaker.dx.rop.code.Insn insn
	void  (com.google.dexmaker.dx.rop.code.Insn, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.rop.code.Insn insn
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
	public final void mapSourceRegisters (com.google.dexmaker.dx.ssa.RegisterMapper) 
		com.google.dexmaker.dx.ssa.RegisterMapper mapper
		com.google.dexmaker.dx.rop.code.RegisterSpecList oldSources
		com.google.dexmaker.dx.rop.code.RegisterSpecList newSources
	public final void changeOneSource (int, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		int i
		int index
		com.google.dexmaker.dx.rop.code.RegisterSpec newSpec
		com.google.dexmaker.dx.rop.code.RegisterSpecList origSources
		int sz
		com.google.dexmaker.dx.rop.code.RegisterSpecList newSources
		com.google.dexmaker.dx.rop.code.RegisterSpec origSpec
	public final void setNewSources (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList newSources
		com.google.dexmaker.dx.rop.code.RegisterSpecList origSources
	public com.google.dexmaker.dx.ssa.NormalSsaInsn clone () 
	public com.google.dexmaker.dx.rop.code.RegisterSpecList getSources () 
	public java.lang.String toHuman () 
	public com.google.dexmaker.dx.rop.code.Insn toRopInsn () 
	public com.google.dexmaker.dx.rop.code.Rop getOpcode () 
	public com.google.dexmaker.dx.rop.code.Insn getOriginalRopInsn () 
	public com.google.dexmaker.dx.rop.code.RegisterSpec getLocalAssignment () 
		com.google.dexmaker.dx.rop.code.RegisterSpec assignment
		com.google.dexmaker.dx.rop.code.RegisterSpec assignment
		com.google.dexmaker.dx.rop.code.LocalItem local
	public void upgradeToLiteral () 
		com.google.dexmaker.dx.rop.code.RegisterSpecList oldSources
	public boolean isNormalMoveInsn () 
	public boolean isMoveException () 
	public boolean canThrow () 
	public void accept (com.google.dexmaker.dx.ssa.SsaInsn$Visitor) 
		com.google.dexmaker.dx.ssa.SsaInsn$Visitor v
	public boolean isPhiOrMove () 
	public boolean hasSideEffect () 
		com.google.dexmaker.dx.rop.code.Rop opcode
		boolean hasLocalSideEffect
	public volatile com.google.dexmaker.dx.ssa.SsaInsn clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/google/dexmaker/dx/ssa/MoveParamCombiner.class
MoveParamCombiner.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.MoveParamCombiner extends java.lang.Object {
	private final com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	public static void process (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMethod
	private void  (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	private void run () 
		com.google.dexmaker.dx.rop.code.RegisterSpec[] paramSpecs
		java.util.HashSet deletedInsns
	private int getParamIndex (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		com.google.dexmaker.dx.rop.code.CstInsn cstInsn
		int param
	static int access$000 (com.google.dexmaker.dx.ssa.MoveParamCombiner, com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.MoveParamCombiner x0
		com.google.dexmaker.dx.ssa.NormalSsaInsn x1
	static com.google.dexmaker.dx.ssa.SsaMethod access$100 (com.google.dexmaker.dx.ssa.MoveParamCombiner) 
		com.google.dexmaker.dx.ssa.MoveParamCombiner x0
}

com/google/dexmaker/dx/ssa/MoveParamCombiner$1.class
MoveParamCombiner.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.MoveParamCombiner$1 extends java.lang.Object implements com.google.dexmaker.dx.ssa.SsaInsn$Visitor  {
	final com.google.dexmaker.dx.rop.code.RegisterSpec[] val$paramSpecs
	final java.util.HashSet val$deletedInsns
	final com.google.dexmaker.dx.ssa.MoveParamCombiner this$0
	void  (com.google.dexmaker.dx.ssa.MoveParamCombiner, com.google.dexmaker.dx.rop.code.RegisterSpec[], java.util.HashSet) 
	public void visitMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
	public void visitPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn) 
		com.google.dexmaker.dx.ssa.PhiInsn phi
	public void visitNonMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.rop.code.LocalItem newLocal
		com.google.dexmaker.dx.rop.code.LocalItem newLocal
		com.google.dexmaker.dx.rop.code.LocalItem newLocal
		com.google.dexmaker.dx.ssa.SsaInsn use
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpec specA
		com.google.dexmaker.dx.rop.code.RegisterSpec specB
		com.google.dexmaker.dx.rop.code.LocalItem localA
		com.google.dexmaker.dx.rop.code.LocalItem localB
		com.google.dexmaker.dx.rop.code.LocalItem newLocal
		com.google.dexmaker.dx.ssa.RegisterMapper mapper
		java.util.List uses
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		int param
}

com/google/dexmaker/dx/ssa/MoveParamCombiner$1$1.class
MoveParamCombiner.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.MoveParamCombiner$1$1 extends com.google.dexmaker.dx.ssa.RegisterMapper {
	final com.google.dexmaker.dx.rop.code.RegisterSpec val$specB
	final com.google.dexmaker.dx.rop.code.RegisterSpec val$specA
	final com.google.dexmaker.dx.ssa.MoveParamCombiner$1 this$1
	void  (com.google.dexmaker.dx.ssa.MoveParamCombiner$1, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
	public int getNewRegisterCount () 
	public com.google.dexmaker.dx.rop.code.RegisterSpec map (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec registerSpec
}

com/google/dexmaker/dx/ssa/LocalVariableInfo.class
LocalVariableInfo.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.LocalVariableInfo extends com.google.dexmaker.dx.util.MutabilityControl {
	private final int regCount
	private final com.google.dexmaker.dx.rop.code.RegisterSpecSet emptySet
	private final com.google.dexmaker.dx.rop.code.RegisterSpecSet[] blockStarts
	private final java.util.HashMap insnAssignments
	public void  (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod method
		java.util.List blocks
	public void setStarts (int, com.google.dexmaker.dx.rop.code.RegisterSpecSet) 
		ArrayIndexOutOfBoundsException ex
		int index
		com.google.dexmaker.dx.rop.code.RegisterSpecSet specs
	public boolean mergeStarts (int, com.google.dexmaker.dx.rop.code.RegisterSpecSet) 
		int index
		com.google.dexmaker.dx.rop.code.RegisterSpecSet specs
		com.google.dexmaker.dx.rop.code.RegisterSpecSet start
		boolean changed
		com.google.dexmaker.dx.rop.code.RegisterSpecSet newStart
	public com.google.dexmaker.dx.rop.code.RegisterSpecSet getStarts (int) 
		int index
		com.google.dexmaker.dx.rop.code.RegisterSpecSet result
	public com.google.dexmaker.dx.rop.code.RegisterSpecSet getStarts (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
	public com.google.dexmaker.dx.rop.code.RegisterSpecSet mutableCopyOfStarts (int) 
		int index
		com.google.dexmaker.dx.rop.code.RegisterSpecSet result
	public void addAssignment (com.google.dexmaker.dx.ssa.SsaInsn, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
	public com.google.dexmaker.dx.rop.code.RegisterSpec getAssignment (com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
	public int getAssignmentCount () 
	public void debugDump () 
		int index
	private com.google.dexmaker.dx.rop.code.RegisterSpecSet getStarts0 (int) 
		ArrayIndexOutOfBoundsException ex
		int index
}

com/google/dexmaker/dx/ssa/LocalVariableExtractor.class
LocalVariableExtractor.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.LocalVariableExtractor extends java.lang.Object {
	private final com.google.dexmaker.dx.ssa.SsaMethod method
	private final java.util.ArrayList blocks
	private final com.google.dexmaker.dx.ssa.LocalVariableInfo resultInfo
	private final java.util.BitSet workSet
	public static com.google.dexmaker.dx.ssa.LocalVariableInfo extract (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod method
		com.google.dexmaker.dx.ssa.LocalVariableExtractor lve
	private void  (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod method
		java.util.ArrayList blocks
	private com.google.dexmaker.dx.ssa.LocalVariableInfo doit () 
		int bi
	private void processBlock (int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec previous
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpec already
		int i
		int succ
		com.google.dexmaker.dx.rop.code.RegisterSpecSet state
		int i
		int blockIndex
		com.google.dexmaker.dx.rop.code.RegisterSpecSet primaryState
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		java.util.List insns
		int insnSz
		com.google.dexmaker.dx.ssa.SsaInsn lastInsn
		boolean hasExceptionHandlers
		boolean canThrowDuringLastInsn
		int freezeSecondaryStateAt
		com.google.dexmaker.dx.rop.code.RegisterSpecSet secondaryState
		com.google.dexmaker.dx.util.IntList successors
		int succSz
		int primarySuccessor
}

com/google/dexmaker/dx/ssa/LiteralOpUpgrader.class
LiteralOpUpgrader.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.LiteralOpUpgrader extends java.lang.Object {
	private final com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	public static void process (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMethod
		com.google.dexmaker.dx.ssa.LiteralOpUpgrader dc
	private void  (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMethod
	private static boolean isConstIntZeroOrKnownNull (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.cst.CstLiteralBits clb
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		com.google.dexmaker.dx.rop.type.TypeBearer tb
	private void run () 
		com.google.dexmaker.dx.rop.code.TranslationAdvice advice
	private boolean tryReplacingWithConstant (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		int pred
		java.util.ArrayList predInsns
		com.google.dexmaker.dx.ssa.NormalSsaInsn sourceInsn
		com.google.dexmaker.dx.rop.type.TypeBearer type
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		com.google.dexmaker.dx.rop.code.Insn originalRopInsn
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.RegisterSpec result
	private void replacePlainInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn, com.google.dexmaker.dx.rop.code.RegisterSpecList, int, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.code.Insn newRopInsn
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList newSources
		int newOpcode
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.code.Insn originalRopInsn
		com.google.dexmaker.dx.rop.code.Rop newRop
		com.google.dexmaker.dx.rop.code.Insn newRopInsn
		com.google.dexmaker.dx.ssa.NormalSsaInsn newInsn
		java.util.List insns
	static boolean access$000 (com.google.dexmaker.dx.ssa.LiteralOpUpgrader, com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.LiteralOpUpgrader x0
		com.google.dexmaker.dx.ssa.NormalSsaInsn x1
	static boolean access$100 (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec x0
	static void access$200 (com.google.dexmaker.dx.ssa.LiteralOpUpgrader, com.google.dexmaker.dx.ssa.NormalSsaInsn, com.google.dexmaker.dx.rop.code.RegisterSpecList, int, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.ssa.LiteralOpUpgrader x0
		com.google.dexmaker.dx.ssa.NormalSsaInsn x1
		com.google.dexmaker.dx.rop.code.RegisterSpecList x2
		int x3
		com.google.dexmaker.dx.rop.cst.Constant x4
}

com/google/dexmaker/dx/ssa/LiteralOpUpgrader$1.class
LiteralOpUpgrader.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.LiteralOpUpgrader$1 extends java.lang.Object implements com.google.dexmaker.dx.ssa.SsaInsn$Visitor  {
	final com.google.dexmaker.dx.rop.code.TranslationAdvice val$advice
	final com.google.dexmaker.dx.ssa.LiteralOpUpgrader this$0
	void  (com.google.dexmaker.dx.ssa.LiteralOpUpgrader, com.google.dexmaker.dx.rop.code.TranslationAdvice) 
	public void visitMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
	public void visitPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn) 
		com.google.dexmaker.dx.ssa.PhiInsn insn
	public void visitNonMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		com.google.dexmaker.dx.rop.code.Insn originalRopInsn
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
}

com/google/dexmaker/dx/ssa/InterferenceRegisterMapper.class
InterferenceRegisterMapper.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.InterferenceRegisterMapper extends com.google.dexmaker.dx.ssa.BasicRegisterMapper {
	private final java.util.ArrayList newRegInterference
	private final com.google.dexmaker.dx.ssa.back.InterferenceGraph oldRegInterference
	public void  (com.google.dexmaker.dx.ssa.back.InterferenceGraph, int) 
		com.google.dexmaker.dx.ssa.back.InterferenceGraph oldRegInterference
		int countOldRegisters
	public void addMapping (int, int, int) 
		int oldReg
		int newReg
		int category
	public boolean interferes (int, int, int) 
		com.google.dexmaker.dx.util.IntSet existing
		int oldReg
		int newReg
		int category
	public boolean interferes (com.google.dexmaker.dx.rop.code.RegisterSpec, int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec oldSpec
		int newReg
	private void addInterfence (int, int) 
		int newReg
		int oldReg
	public boolean areAnyPinned (com.google.dexmaker.dx.rop.code.RegisterSpecList, int, int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec oldSpec
		int r
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpecList oldSpecs
		int newReg
		int targetCategory
		int sz
}

com/google/dexmaker/dx/ssa/EscapeAnalysis.class
EscapeAnalysis.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.EscapeAnalysis extends java.lang.Object {
	private com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	private int regCount
	private java.util.ArrayList latticeValues
	private void  (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	private int findSetIndex (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet e
		com.google.dexmaker.dx.rop.code.RegisterSpec reg
		int i
	private com.google.dexmaker.dx.ssa.SsaInsn getInsnForMove (com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.ssa.SsaInsn moveInsn
		int pred
		java.util.ArrayList predInsns
	private com.google.dexmaker.dx.ssa.SsaInsn getMoveForInsn (com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
		int succ
		java.util.ArrayList succInsns
	private void addEdge (com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet, com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet) 
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet parentSet
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet childSet
	private void replaceNode (com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet, com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet) 
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet e
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet e
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet newNode
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet oldNode
	public static void process (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMethod
	private void processInsn (com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet escSet
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet escSet
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet escSet
		com.google.dexmaker.dx.ssa.SsaInsn insn
		int op
		com.google.dexmaker.dx.rop.code.RegisterSpec result
	private com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet processMoveResultPseudoInsn (com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet escSet
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet escSet
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet escSet
		int setIndex
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.ssa.SsaInsn prevSsaInsn
		int prevOpcode
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet escSet
		com.google.dexmaker.dx.rop.code.RegisterSpec prevSource
	private void processRegister (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet) 
		com.google.dexmaker.dx.rop.code.Rop useOpcode
		com.google.dexmaker.dx.ssa.SsaInsn use
		java.util.Iterator i$
		int listSize
		com.google.dexmaker.dx.rop.code.RegisterSpec def
		java.util.List useList
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet escSet
		java.util.ArrayList regWorklist
	private void processPhiUse (com.google.dexmaker.dx.ssa.SsaInsn, com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet, java.util.ArrayList) 
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet mergeSet
		com.google.dexmaker.dx.ssa.SsaInsn use
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet escSet
		java.util.ArrayList regWorklist
		int setIndex
	private void processUse (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.ssa.SsaInsn, com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet, java.util.ArrayList) 
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet parentSet
		int setIndex
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet childSet
		int setIndex
		com.google.dexmaker.dx.rop.code.RegisterSpec putIndex
		com.google.dexmaker.dx.rop.code.RegisterSpec putValue
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		com.google.dexmaker.dx.rop.code.RegisterSpec getIndex
		com.google.dexmaker.dx.rop.code.RegisterSpec def
		com.google.dexmaker.dx.ssa.SsaInsn use
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet escSet
		java.util.ArrayList regWorklist
		int useOpcode
	private void scalarReplacement () 
		com.google.dexmaker.dx.ssa.SsaInsn use
		java.util.Iterator i$
		int e
		com.google.dexmaker.dx.ssa.SsaInsn def
		com.google.dexmaker.dx.ssa.SsaInsn prev
		com.google.dexmaker.dx.rop.type.TypeBearer lengthReg
		int length
		java.util.ArrayList newRegs
		java.util.HashSet deletedInsns
		java.util.List useList
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet escSet
		java.util.Iterator i$
	private void replaceDef (com.google.dexmaker.dx.ssa.SsaInsn, com.google.dexmaker.dx.ssa.SsaInsn, int, java.util.ArrayList) 
		com.google.dexmaker.dx.rop.cst.Constant newZero
		com.google.dexmaker.dx.rop.cst.TypedConstant typedZero
		com.google.dexmaker.dx.rop.code.RegisterSpec newReg
		int i
		com.google.dexmaker.dx.ssa.SsaInsn def
		com.google.dexmaker.dx.ssa.SsaInsn prev
		int length
		java.util.ArrayList newRegs
		com.google.dexmaker.dx.rop.type.Type resultType
	private void replaceUse (com.google.dexmaker.dx.ssa.SsaInsn, com.google.dexmaker.dx.ssa.SsaInsn, java.util.ArrayList, java.util.HashSet) 
		com.google.dexmaker.dx.rop.code.RegisterSpec source
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpec source
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpec newFill
		int i
		com.google.dexmaker.dx.rop.type.TypeBearer lengthReg
		com.google.dexmaker.dx.rop.code.Insn ropUse
		com.google.dexmaker.dx.rop.code.FillArrayDataInsn fill
		java.util.ArrayList constList
		com.google.dexmaker.dx.ssa.SsaInsn use
		com.google.dexmaker.dx.ssa.SsaInsn prev
		java.util.ArrayList newRegs
		java.util.HashSet deletedInsns
		int index
		int length
		com.google.dexmaker.dx.ssa.SsaInsn next
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		com.google.dexmaker.dx.rop.cst.CstLiteralBits indexReg
	private void movePropagate () 
		com.google.dexmaker.dx.ssa.SsaInsn use
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaInsn insn
		java.util.ArrayList[] useList
		com.google.dexmaker.dx.rop.code.RegisterSpec source
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.ssa.RegisterMapper mapper
		int i
	private void run () 
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet field
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet e
		java.util.Iterator i$
	private void insertExceptionThrow (com.google.dexmaker.dx.ssa.SsaInsn, com.google.dexmaker.dx.rop.code.RegisterSpec, java.util.HashSet) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec index
		java.util.HashSet deletedInsns
		com.google.dexmaker.dx.rop.cst.CstType exception
		com.google.dexmaker.dx.ssa.SsaBasicBlock currBlock
		com.google.dexmaker.dx.ssa.SsaBasicBlock newBlock
		com.google.dexmaker.dx.ssa.SsaInsn newInsn
		com.google.dexmaker.dx.rop.code.RegisterSpec newReg
		com.google.dexmaker.dx.ssa.SsaBasicBlock newBlock2
		com.google.dexmaker.dx.ssa.SsaInsn newInsn2
		com.google.dexmaker.dx.rop.cst.CstNat newNat
		com.google.dexmaker.dx.rop.cst.CstMethodRef newRef
		com.google.dexmaker.dx.ssa.SsaBasicBlock newBlock3
		com.google.dexmaker.dx.ssa.SsaInsn newInsn3
	private void insertPlainInsnBefore (com.google.dexmaker.dx.ssa.SsaInsn, com.google.dexmaker.dx.rop.code.RegisterSpecList, com.google.dexmaker.dx.rop.code.RegisterSpec, int, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.code.Rop newRop
		com.google.dexmaker.dx.rop.code.Insn newRopInsn
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList newSources
		com.google.dexmaker.dx.rop.code.RegisterSpec newResult
		int newOpcode
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.code.Insn originalRopInsn
		com.google.dexmaker.dx.rop.code.Rop newRop
		com.google.dexmaker.dx.rop.code.Insn newRopInsn
		com.google.dexmaker.dx.ssa.NormalSsaInsn newInsn
		java.util.List insns
	private void insertThrowingInsnBefore (com.google.dexmaker.dx.ssa.SsaInsn, com.google.dexmaker.dx.rop.code.RegisterSpecList, com.google.dexmaker.dx.rop.code.RegisterSpec, int, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.code.Insn newRopInsn
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList newSources
		com.google.dexmaker.dx.rop.code.RegisterSpec newResult
		int newOpcode
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.code.Insn origRopInsn
		com.google.dexmaker.dx.rop.code.Rop newRop
		com.google.dexmaker.dx.rop.code.Insn newRopInsn
		com.google.dexmaker.dx.ssa.NormalSsaInsn newInsn
		java.util.List insns
	static com.google.dexmaker.dx.ssa.SsaMethod access$000 (com.google.dexmaker.dx.ssa.EscapeAnalysis) 
		com.google.dexmaker.dx.ssa.EscapeAnalysis x0
	static void access$100 (com.google.dexmaker.dx.ssa.EscapeAnalysis, com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.ssa.EscapeAnalysis x0
		com.google.dexmaker.dx.ssa.SsaInsn x1
}

com/google/dexmaker/dx/ssa/EscapeAnalysis$EscapeState.class
EscapeAnalysis.java
package com.google.dexmaker.dx.ssa
public final com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeState extends java.lang.Enum {
	public static final com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeState TOP
	public static final com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeState NONE
	public static final com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeState METHOD
	public static final com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeState INTER
	public static final com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeState GLOBAL
	private static final com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeState[] $VALUES
	public static com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeState[] values () 
	public static com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeState valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/google/dexmaker/dx/ssa/EscapeAnalysis$EscapeSet.class
EscapeAnalysis.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeSet extends java.lang.Object {
	java.util.BitSet regSet
	com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeState escape
	java.util.ArrayList childSets
	java.util.ArrayList parentSets
	boolean replaceableArray
	void  (int, int, com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeState) 
		int reg
		int size
		com.google.dexmaker.dx.ssa.EscapeAnalysis$EscapeState escState
}

com/google/dexmaker/dx/ssa/EscapeAnalysis$2.class
EscapeAnalysis.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.EscapeAnalysis$2 extends java.lang.Object implements com.google.dexmaker.dx.ssa.SsaBasicBlock$Visitor  {
	final com.google.dexmaker.dx.ssa.EscapeAnalysis this$0
	void  (com.google.dexmaker.dx.ssa.EscapeAnalysis) 
	public void visitBlock (com.google.dexmaker.dx.ssa.SsaBasicBlock, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		com.google.dexmaker.dx.ssa.SsaBasicBlock unused
}

com/google/dexmaker/dx/ssa/EscapeAnalysis$2$1.class
EscapeAnalysis.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.EscapeAnalysis$2$1 extends java.lang.Object implements com.google.dexmaker.dx.ssa.SsaInsn$Visitor  {
	final com.google.dexmaker.dx.ssa.EscapeAnalysis$2 this$1
	void  (com.google.dexmaker.dx.ssa.EscapeAnalysis$2) 
	public void visitMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
	public void visitPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn) 
		com.google.dexmaker.dx.ssa.PhiInsn insn
	public void visitNonMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
}

com/google/dexmaker/dx/ssa/EscapeAnalysis$1.class
EscapeAnalysis.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.EscapeAnalysis$1 extends com.google.dexmaker.dx.ssa.RegisterMapper {
	final com.google.dexmaker.dx.rop.code.RegisterSpec val$result
	final com.google.dexmaker.dx.rop.code.RegisterSpec val$source
	final com.google.dexmaker.dx.ssa.EscapeAnalysis this$0
	void  (com.google.dexmaker.dx.ssa.EscapeAnalysis, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
	public int getNewRegisterCount () 
	public com.google.dexmaker.dx.rop.code.RegisterSpec map (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec registerSpec
}

com/google/dexmaker/dx/ssa/Dominators.class
Dominators.java
package com.google.dexmaker.dx.ssa
public final com.google.dexmaker.dx.ssa.Dominators extends java.lang.Object {
	private final boolean postdom
	private final com.google.dexmaker.dx.ssa.SsaMethod meth
	private final java.util.ArrayList blocks
	private final com.google.dexmaker.dx.ssa.Dominators$DFSInfo[] info
	private final java.util.ArrayList vertex
	private final com.google.dexmaker.dx.ssa.DomFront$DomInfo[] domInfos
	private void  (com.google.dexmaker.dx.ssa.SsaMethod, com.google.dexmaker.dx.ssa.DomFront$DomInfo[], boolean) 
		com.google.dexmaker.dx.ssa.SsaMethod meth
		com.google.dexmaker.dx.ssa.DomFront$DomInfo[] domInfos
		boolean postdom
	public static com.google.dexmaker.dx.ssa.Dominators make (com.google.dexmaker.dx.ssa.SsaMethod, com.google.dexmaker.dx.ssa.DomFront$DomInfo[], boolean) 
		com.google.dexmaker.dx.ssa.SsaMethod meth
		com.google.dexmaker.dx.ssa.DomFront$DomInfo[] domInfos
		boolean postdom
		com.google.dexmaker.dx.ssa.Dominators result
	private java.util.BitSet getSuccs (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
	private java.util.BitSet getPreds (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
	private void compress (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		int wsize
		com.google.dexmaker.dx.ssa.SsaBasicBlock v
		com.google.dexmaker.dx.ssa.Dominators$DFSInfo vbbInfo
		com.google.dexmaker.dx.ssa.SsaBasicBlock vAncestor
		com.google.dexmaker.dx.ssa.Dominators$DFSInfo vabbInfo
		com.google.dexmaker.dx.ssa.SsaBasicBlock vAncestorRep
		com.google.dexmaker.dx.ssa.SsaBasicBlock vRep
		java.util.ArrayList worklist
		java.util.HashSet visited
		com.google.dexmaker.dx.ssa.SsaBasicBlock in
		com.google.dexmaker.dx.ssa.Dominators$DFSInfo bbInfo
		com.google.dexmaker.dx.ssa.Dominators$DFSInfo ancestorbbInfo
	private com.google.dexmaker.dx.ssa.SsaBasicBlock eval (com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock v
		com.google.dexmaker.dx.ssa.Dominators$DFSInfo bbInfo
	private void run () 
		int predSemidom
		com.google.dexmaker.dx.ssa.SsaBasicBlock predBlock
		com.google.dexmaker.dx.ssa.Dominators$DFSInfo predInfo
		int j
		int lastItem
		com.google.dexmaker.dx.ssa.SsaBasicBlock last
		com.google.dexmaker.dx.ssa.SsaBasicBlock U
		com.google.dexmaker.dx.ssa.SsaBasicBlock w
		com.google.dexmaker.dx.ssa.Dominators$DFSInfo wInfo
		java.util.BitSet preds
		java.util.ArrayList wParentBucket
		int i
		com.google.dexmaker.dx.ssa.SsaBasicBlock w
		int i
		com.google.dexmaker.dx.ssa.SsaBasicBlock root
		com.google.dexmaker.dx.ssa.Dominators$DfsWalker walker
		int dfsMax
	static java.util.ArrayList access$100 (com.google.dexmaker.dx.ssa.Dominators) 
		com.google.dexmaker.dx.ssa.Dominators x0
	static com.google.dexmaker.dx.ssa.Dominators$DFSInfo[] access$200 (com.google.dexmaker.dx.ssa.Dominators) 
		com.google.dexmaker.dx.ssa.Dominators x0
}

com/google/dexmaker/dx/ssa/Dominators$DfsWalker.class
Dominators.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.Dominators$DfsWalker extends java.lang.Object implements com.google.dexmaker.dx.ssa.SsaBasicBlock$Visitor  {
	private int dfsNum
	final com.google.dexmaker.dx.ssa.Dominators this$0
	private void  (com.google.dexmaker.dx.ssa.Dominators) 
	public void visitBlock (com.google.dexmaker.dx.ssa.SsaBasicBlock, com.google.dexmaker.dx.ssa.SsaBasicBlock) 
		com.google.dexmaker.dx.ssa.SsaBasicBlock v
		com.google.dexmaker.dx.ssa.SsaBasicBlock parent
		com.google.dexmaker.dx.ssa.Dominators$DFSInfo bbInfo
	void  (com.google.dexmaker.dx.ssa.Dominators, com.google.dexmaker.dx.ssa.Dominators$1) 
		com.google.dexmaker.dx.ssa.Dominators x0
		com.google.dexmaker.dx.ssa.Dominators$1 x1
}

com/google/dexmaker/dx/ssa/Dominators$DFSInfo.class
Dominators.java
package com.google.dexmaker.dx.ssa
final com.google.dexmaker.dx.ssa.Dominators$DFSInfo extends java.lang.Object {
	public int semidom
	public com.google.dexmaker.dx.ssa.SsaBasicBlock parent
	public com.google.dexmaker.dx.ssa.SsaBasicBlock rep
	public com.google.dexmaker.dx.ssa.SsaBasicBlock ancestor
	public java.util.ArrayList bucket
	public void  () 
}

com/google/dexmaker/dx/ssa/Dominators$1.class
Dominators.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.Dominators$1 extends java.lang.Object {
}

com/google/dexmaker/dx/ssa/DomFront.class
DomFront.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.DomFront extends java.lang.Object {
	private static boolean DEBUG
	private final com.google.dexmaker.dx.ssa.SsaMethod meth
	private final java.util.ArrayList nodes
	private final com.google.dexmaker.dx.ssa.DomFront$DomInfo[] domInfos
	public void  (com.google.dexmaker.dx.ssa.SsaMethod) 
		int i
		com.google.dexmaker.dx.ssa.SsaMethod meth
		int szNodes
	public com.google.dexmaker.dx.ssa.DomFront$DomInfo[] run () 
		com.google.dexmaker.dx.ssa.SsaBasicBlock node
		int i
		com.google.dexmaker.dx.ssa.DomFront$DomInfo info
		int i
		int i
		int i
		int szNodes
		com.google.dexmaker.dx.ssa.Dominators methDom
	private void debugPrintDomChildren () 
		com.google.dexmaker.dx.ssa.SsaBasicBlock child
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaBasicBlock node
		StringBuffer sb
		boolean comma
		int i
		int szNodes
	private void buildDomTree () 
		com.google.dexmaker.dx.ssa.DomFront$DomInfo info
		com.google.dexmaker.dx.ssa.SsaBasicBlock domParent
		int i
		int szNodes
	private void calcDomFronts () 
		com.google.dexmaker.dx.ssa.DomFront$DomInfo runnerInfo
		int runnerIndex
		int i
		com.google.dexmaker.dx.ssa.SsaBasicBlock nb
		com.google.dexmaker.dx.ssa.DomFront$DomInfo nbInfo
		java.util.BitSet pred
		int b
		int szNodes
	static void  () 
}

com/google/dexmaker/dx/ssa/DomFront$DomInfo.class
DomFront.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.DomFront$DomInfo extends java.lang.Object {
	public com.google.dexmaker.dx.util.IntSet dominanceFrontiers
	public int idom
	public void  () 
}

com/google/dexmaker/dx/ssa/DeadCodeRemover.class
DeadCodeRemover.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.DeadCodeRemover extends java.lang.Object {
	private final com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	private final int regCount
	private final java.util.BitSet worklist
	private final java.util.ArrayList[] useList
	public static void process (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMethod
		com.google.dexmaker.dx.ssa.DeadCodeRemover dc
	private void  (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMethod
	private void run () 
		com.google.dexmaker.dx.rop.code.RegisterSpec source
		int i
		com.google.dexmaker.dx.ssa.SsaInsn insnS
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int sz
		java.util.HashSet deletedInsns
		int regV
	private void pruneDeadInstructions () 
		com.google.dexmaker.dx.rop.code.RegisterSpec source
		int j
		com.google.dexmaker.dx.ssa.PhiInsn phiUse
		com.google.dexmaker.dx.ssa.SsaInsn use
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int sourcesSize
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		int i
		com.google.dexmaker.dx.ssa.SsaBasicBlock block
		java.util.Iterator i$
		java.util.HashSet deletedInsns
	private boolean isCircularNoSideEffect (int, java.util.BitSet) 
		com.google.dexmaker.dx.ssa.SsaInsn use
		java.util.Iterator i$
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.ssa.SsaInsn use
		java.util.Iterator i$
		int regV
		java.util.BitSet set
	private static boolean hasSideEffect (com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.ssa.SsaInsn insn
	static boolean access$000 (com.google.dexmaker.dx.ssa.SsaInsn) 
		com.google.dexmaker.dx.ssa.SsaInsn x0
}

com/google/dexmaker/dx/ssa/DeadCodeRemover$NoSideEffectVisitor.class
DeadCodeRemover.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.DeadCodeRemover$NoSideEffectVisitor extends java.lang.Object implements com.google.dexmaker.dx.ssa.SsaInsn$Visitor  {
	java.util.BitSet noSideEffectRegs
	public void  (java.util.BitSet) 
		java.util.BitSet noSideEffectRegs
	public void visitMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
	public void visitPhiInsn (com.google.dexmaker.dx.ssa.PhiInsn) 
		com.google.dexmaker.dx.ssa.PhiInsn phi
	public void visitNonMoveInsn (com.google.dexmaker.dx.ssa.NormalSsaInsn) 
		com.google.dexmaker.dx.ssa.NormalSsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec result
}

com/google/dexmaker/dx/ssa/ConstCollector.class
ConstCollector.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.ConstCollector extends java.lang.Object {
	private static final int MAX_COLLECTED_CONSTANTS
	private static boolean COLLECT_STRINGS
	private static boolean COLLECT_ONE_LOCAL
	private final com.google.dexmaker.dx.ssa.SsaMethod ssaMeth
	public static void process (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMethod
		com.google.dexmaker.dx.ssa.ConstCollector cc
	private void  (com.google.dexmaker.dx.ssa.SsaMethod) 
		com.google.dexmaker.dx.ssa.SsaMethod ssaMethod
	private void run () 
		com.google.dexmaker.dx.ssa.SsaBasicBlock entryBlock
		com.google.dexmaker.dx.ssa.SsaBasicBlock successorBlock
		com.google.dexmaker.dx.ssa.SsaBasicBlock constBlock
		com.google.dexmaker.dx.ssa.SsaBasicBlock resultBlock
		com.google.dexmaker.dx.rop.code.PlainInsn insn
		com.google.dexmaker.dx.rop.cst.TypedConstant cst
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.Rop constRop
		int i
		int regSz
		java.util.ArrayList constantList
		int toCollect
		com.google.dexmaker.dx.ssa.SsaBasicBlock start
		java.util.HashMap newRegs
	private java.util.ArrayList getConstsSortedByCountUse () 
		int pred
		java.util.ArrayList predInsns
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.type.TypeBearer typeBearer
		com.google.dexmaker.dx.rop.cst.TypedConstant cst
		Integer has
		int i
		java.util.Map$Entry entry
		java.util.Iterator i$
		int regSz
		java.util.HashMap countUses
		java.util.HashSet usedByLocal
		java.util.ArrayList constantList
	private void fixLocalAssignment (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec localAssignment
		com.google.dexmaker.dx.rop.code.LocalItem local
		com.google.dexmaker.dx.ssa.SsaInsn newInsn
		java.util.ArrayList insns
		com.google.dexmaker.dx.ssa.SsaInsn use
		java.util.Iterator i$
		com.google.dexmaker.dx.rop.code.RegisterSpec origReg
		com.google.dexmaker.dx.rop.code.RegisterSpec newReg
	private void updateConstUses (java.util.HashMap, int) 
		com.google.dexmaker.dx.ssa.SsaInsn use
		java.util.Iterator i$
		com.google.dexmaker.dx.ssa.SsaInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec origReg
		com.google.dexmaker.dx.rop.type.TypeBearer typeBearer
		com.google.dexmaker.dx.rop.cst.TypedConstant cst
		com.google.dexmaker.dx.rop.code.RegisterSpec newReg
		com.google.dexmaker.dx.ssa.RegisterMapper mapper
		int i
		java.util.HashMap newRegs
		int origRegCount
		java.util.HashSet usedByLocal
		java.util.ArrayList[] useList
	static com.google.dexmaker.dx.ssa.SsaMethod access$000 (com.google.dexmaker.dx.ssa.ConstCollector) 
		com.google.dexmaker.dx.ssa.ConstCollector x0
	static void  () 
}

com/google/dexmaker/dx/ssa/ConstCollector$2.class
ConstCollector.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.ConstCollector$2 extends com.google.dexmaker.dx.ssa.RegisterMapper {
	final com.google.dexmaker.dx.rop.code.RegisterSpec val$origReg
	final com.google.dexmaker.dx.rop.code.RegisterSpec val$newReg
	final com.google.dexmaker.dx.ssa.ConstCollector this$0
	void  (com.google.dexmaker.dx.ssa.ConstCollector, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
	public int getNewRegisterCount () 
	public com.google.dexmaker.dx.rop.code.RegisterSpec map (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec registerSpec
}

com/google/dexmaker/dx/ssa/ConstCollector$1.class
ConstCollector.java
package com.google.dexmaker.dx.ssa
 com.google.dexmaker.dx.ssa.ConstCollector$1 extends java.lang.Object implements java.util.Comparator  {
	final java.util.HashMap val$countUses
	final com.google.dexmaker.dx.ssa.ConstCollector this$0
	void  (com.google.dexmaker.dx.ssa.ConstCollector, java.util.HashMap) 
	public int compare (com.google.dexmaker.dx.rop.cst.Constant, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant a
		com.google.dexmaker.dx.rop.cst.Constant b
		int ret
	public boolean equals (java.lang.Object) 
		Object obj
	public volatile int compare (java.lang.Object, java.lang.Object) 
		Object x0
		Object x1
}

com/google/dexmaker/dx/ssa/BasicRegisterMapper.class
BasicRegisterMapper.java
package com.google.dexmaker.dx.ssa
public com.google.dexmaker.dx.ssa.BasicRegisterMapper extends com.google.dexmaker.dx.ssa.RegisterMapper {
	private com.google.dexmaker.dx.util.IntList oldToNew
	private int runningCountNewRegisters
	public void  (int) 
		int countOldRegisters
	public int getNewRegisterCount () 
	public com.google.dexmaker.dx.rop.code.RegisterSpec map (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		IndexOutOfBoundsException ex
		com.google.dexmaker.dx.rop.code.RegisterSpec registerSpec
		int newReg
	public int oldToNew (int) 
		int oldReg
	public java.lang.String toHuman () 
		int i
		StringBuilder sb
		int sz
	public void addMapping (int, int, int) 
		int i
		int oldReg
		int newReg
		int category
}

com/google/dexmaker/dx/ssa/
com/google/dexmaker/dx/rop/type/TypeList.class
TypeList.java
package com.google.dexmaker.dx.rop.type
public abstract com.google.dexmaker.dx.rop.type.TypeList extends java.lang.Object {
	public abstract boolean isMutable () 
	public abstract int size () 
	public abstract com.google.dexmaker.dx.rop.type.Type getType (int) 
	public abstract int getWordCount () 
	public abstract com.google.dexmaker.dx.rop.type.TypeList withAddedType (com.google.dexmaker.dx.rop.type.Type) 
}

com/google/dexmaker/dx/rop/type/TypeBearer.class
TypeBearer.java
package com.google.dexmaker.dx.rop.type
public abstract com.google.dexmaker.dx.rop.type.TypeBearer extends java.lang.Object implements com.google.dexmaker.dx.util.ToHuman  {
	public abstract com.google.dexmaker.dx.rop.type.Type getType () 
	public abstract com.google.dexmaker.dx.rop.type.TypeBearer getFrameType () 
	public abstract int getBasicType () 
	public abstract int getBasicFrameType () 
	public abstract boolean isConstant () 
}

com/google/dexmaker/dx/rop/type/Type.class
Type.java
package com.google.dexmaker.dx.rop.type
public final com.google.dexmaker.dx.rop.type.Type extends java.lang.Object implements com.google.dexmaker.dx.rop.type.TypeBearer java.lang.Comparable  {
	private static final java.util.HashMap internTable
	public static final int BT_VOID
	public static final int BT_BOOLEAN
	public static final int BT_BYTE
	public static final int BT_CHAR
	public static final int BT_DOUBLE
	public static final int BT_FLOAT
	public static final int BT_INT
	public static final int BT_LONG
	public static final int BT_SHORT
	public static final int BT_OBJECT
	public static final int BT_ADDR
	public static final int BT_COUNT
	public static final com.google.dexmaker.dx.rop.type.Type BOOLEAN
	public static final com.google.dexmaker.dx.rop.type.Type BYTE
	public static final com.google.dexmaker.dx.rop.type.Type CHAR
	public static final com.google.dexmaker.dx.rop.type.Type DOUBLE
	public static final com.google.dexmaker.dx.rop.type.Type FLOAT
	public static final com.google.dexmaker.dx.rop.type.Type INT
	public static final com.google.dexmaker.dx.rop.type.Type LONG
	public static final com.google.dexmaker.dx.rop.type.Type SHORT
	public static final com.google.dexmaker.dx.rop.type.Type VOID
	public static final com.google.dexmaker.dx.rop.type.Type KNOWN_NULL
	public static final com.google.dexmaker.dx.rop.type.Type RETURN_ADDRESS
	public static final com.google.dexmaker.dx.rop.type.Type ANNOTATION
	public static final com.google.dexmaker.dx.rop.type.Type CLASS
	public static final com.google.dexmaker.dx.rop.type.Type CLONEABLE
	public static final com.google.dexmaker.dx.rop.type.Type OBJECT
	public static final com.google.dexmaker.dx.rop.type.Type SERIALIZABLE
	public static final com.google.dexmaker.dx.rop.type.Type STRING
	public static final com.google.dexmaker.dx.rop.type.Type THROWABLE
	public static final com.google.dexmaker.dx.rop.type.Type BOOLEAN_CLASS
	public static final com.google.dexmaker.dx.rop.type.Type BYTE_CLASS
	public static final com.google.dexmaker.dx.rop.type.Type CHARACTER_CLASS
	public static final com.google.dexmaker.dx.rop.type.Type DOUBLE_CLASS
	public static final com.google.dexmaker.dx.rop.type.Type FLOAT_CLASS
	public static final com.google.dexmaker.dx.rop.type.Type INTEGER_CLASS
	public static final com.google.dexmaker.dx.rop.type.Type LONG_CLASS
	public static final com.google.dexmaker.dx.rop.type.Type SHORT_CLASS
	public static final com.google.dexmaker.dx.rop.type.Type VOID_CLASS
	public static final com.google.dexmaker.dx.rop.type.Type BOOLEAN_ARRAY
	public static final com.google.dexmaker.dx.rop.type.Type BYTE_ARRAY
	public static final com.google.dexmaker.dx.rop.type.Type CHAR_ARRAY
	public static final com.google.dexmaker.dx.rop.type.Type DOUBLE_ARRAY
	public static final com.google.dexmaker.dx.rop.type.Type FLOAT_ARRAY
	public static final com.google.dexmaker.dx.rop.type.Type INT_ARRAY
	public static final com.google.dexmaker.dx.rop.type.Type LONG_ARRAY
	public static final com.google.dexmaker.dx.rop.type.Type OBJECT_ARRAY
	public static final com.google.dexmaker.dx.rop.type.Type SHORT_ARRAY
	private final String descriptor
	private final int basicType
	private final int newAt
	private String className
	private com.google.dexmaker.dx.rop.type.Type arrayType
	private com.google.dexmaker.dx.rop.type.Type componentType
	private com.google.dexmaker.dx.rop.type.Type initializedType
	public static com.google.dexmaker.dx.rop.type.Type intern (java.lang.String) 
		IndexOutOfBoundsException ex
		NullPointerException ex
		char c
		int i
		String descriptor
		com.google.dexmaker.dx.rop.type.Type result
		char firstChar
		int length
		int limit
	public static com.google.dexmaker.dx.rop.type.Type internReturnType (java.lang.String) 
		NullPointerException ex
		String descriptor
	public static com.google.dexmaker.dx.rop.type.Type internClassName (java.lang.String) 
		String name
	private void  (java.lang.String, int, int) 
		String descriptor
		int basicType
		int newAt
	private void  (java.lang.String, int) 
		String descriptor
		int basicType
	public boolean equals (java.lang.Object) 
		Object other
	public int hashCode () 
	public int compareTo (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type other
	public java.lang.String toString () 
	public java.lang.String toHuman () 
	public com.google.dexmaker.dx.rop.type.Type getType () 
	public com.google.dexmaker.dx.rop.type.Type getFrameType () 
	public int getBasicType () 
	public int getBasicFrameType () 
	public boolean isConstant () 
	public java.lang.String getDescriptor () 
	public java.lang.String getClassName () 
	public int getCategory () 
	public boolean isCategory1 () 
	public boolean isCategory2 () 
	public boolean isIntlike () 
	public boolean isPrimitive () 
	public boolean isReference () 
	public boolean isArray () 
	public boolean isArrayOrKnownNull () 
	public boolean isUninitialized () 
	public int getNewAt () 
	public com.google.dexmaker.dx.rop.type.Type getInitializedType () 
	public com.google.dexmaker.dx.rop.type.Type getArrayType () 
	public com.google.dexmaker.dx.rop.type.Type getComponentType () 
	public com.google.dexmaker.dx.rop.type.Type asUninitialized (int) 
		int newAt
		String newDesc
		com.google.dexmaker.dx.rop.type.Type result
	private static com.google.dexmaker.dx.rop.type.Type putIntern (com.google.dexmaker.dx.rop.type.Type) 
		String descriptor
		com.google.dexmaker.dx.rop.type.Type already
		com.google.dexmaker.dx.rop.type.Type type
	public volatile com.google.dexmaker.dx.rop.type.TypeBearer getFrameType () 
	public volatile int compareTo (java.lang.Object) 
		Object x0
	static void  () 
}

com/google/dexmaker/dx/rop/type/StdTypeList.class
StdTypeList.java
package com.google.dexmaker.dx.rop.type
public final com.google.dexmaker.dx.rop.type.StdTypeList extends com.google.dexmaker.dx.util.FixedSizeList implements com.google.dexmaker.dx.rop.type.TypeList  {
	public static final com.google.dexmaker.dx.rop.type.StdTypeList EMPTY
	public static final com.google.dexmaker.dx.rop.type.StdTypeList INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LONG
	public static final com.google.dexmaker.dx.rop.type.StdTypeList FLOAT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList DOUBLE
	public static final com.google.dexmaker.dx.rop.type.StdTypeList OBJECT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList RETURN_ADDRESS
	public static final com.google.dexmaker.dx.rop.type.StdTypeList THROWABLE
	public static final com.google.dexmaker.dx.rop.type.StdTypeList INT_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LONG_LONG
	public static final com.google.dexmaker.dx.rop.type.StdTypeList FLOAT_FLOAT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList DOUBLE_DOUBLE
	public static final com.google.dexmaker.dx.rop.type.StdTypeList OBJECT_OBJECT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList INT_OBJECT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LONG_OBJECT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList FLOAT_OBJECT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList DOUBLE_OBJECT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LONG_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList INTARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LONGARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList FLOATARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList DOUBLEARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList OBJECTARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList BOOLEANARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList BYTEARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList CHARARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList SHORTARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList INT_INTARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LONG_LONGARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList FLOAT_FLOATARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList DOUBLE_DOUBLEARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList OBJECT_OBJECTARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList INT_BOOLEANARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList INT_BYTEARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList INT_CHARARR_INT
	public static final com.google.dexmaker.dx.rop.type.StdTypeList INT_SHORTARR_INT
	public static com.google.dexmaker.dx.rop.type.StdTypeList make (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type
		com.google.dexmaker.dx.rop.type.StdTypeList result
	public static com.google.dexmaker.dx.rop.type.StdTypeList make (com.google.dexmaker.dx.rop.type.Type, com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type0
		com.google.dexmaker.dx.rop.type.Type type1
		com.google.dexmaker.dx.rop.type.StdTypeList result
	public static com.google.dexmaker.dx.rop.type.StdTypeList make (com.google.dexmaker.dx.rop.type.Type, com.google.dexmaker.dx.rop.type.Type, com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type0
		com.google.dexmaker.dx.rop.type.Type type1
		com.google.dexmaker.dx.rop.type.Type type2
		com.google.dexmaker.dx.rop.type.StdTypeList result
	public static com.google.dexmaker.dx.rop.type.StdTypeList make (com.google.dexmaker.dx.rop.type.Type, com.google.dexmaker.dx.rop.type.Type, com.google.dexmaker.dx.rop.type.Type, com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type0
		com.google.dexmaker.dx.rop.type.Type type1
		com.google.dexmaker.dx.rop.type.Type type2
		com.google.dexmaker.dx.rop.type.Type type3
		com.google.dexmaker.dx.rop.type.StdTypeList result
	public static java.lang.String toHuman (com.google.dexmaker.dx.rop.type.TypeList) 
		int i
		com.google.dexmaker.dx.rop.type.TypeList list
		int size
		StringBuffer sb
	public static int hashContents (com.google.dexmaker.dx.rop.type.TypeList) 
		int i
		com.google.dexmaker.dx.rop.type.TypeList list
		int size
		int hash
	public static boolean equalContents (com.google.dexmaker.dx.rop.type.TypeList, com.google.dexmaker.dx.rop.type.TypeList) 
		int i
		com.google.dexmaker.dx.rop.type.TypeList list1
		com.google.dexmaker.dx.rop.type.TypeList list2
		int size
	public static int compareContents (com.google.dexmaker.dx.rop.type.TypeList, com.google.dexmaker.dx.rop.type.TypeList) 
		int comparison
		int i
		com.google.dexmaker.dx.rop.type.TypeList list1
		com.google.dexmaker.dx.rop.type.TypeList list2
		int size1
		int size2
		int size
	public void  (int) 
		int size
	public com.google.dexmaker.dx.rop.type.Type getType (int) 
		int n
	public int getWordCount () 
		int i
		int sz
		int result
	public com.google.dexmaker.dx.rop.type.TypeList withAddedType (com.google.dexmaker.dx.rop.type.Type) 
		int i
		com.google.dexmaker.dx.rop.type.Type type
		int sz
		com.google.dexmaker.dx.rop.type.StdTypeList result
	public com.google.dexmaker.dx.rop.type.Type get (int) 
		int n
	public void set (int, com.google.dexmaker.dx.rop.type.Type) 
		int n
		com.google.dexmaker.dx.rop.type.Type type
	public com.google.dexmaker.dx.rop.type.StdTypeList withFirst (com.google.dexmaker.dx.rop.type.Type) 
		int i
		com.google.dexmaker.dx.rop.type.Type type
		int sz
		com.google.dexmaker.dx.rop.type.StdTypeList result
	static void  () 
}

com/google/dexmaker/dx/rop/type/Prototype.class
Prototype.java
package com.google.dexmaker.dx.rop.type
public final com.google.dexmaker.dx.rop.type.Prototype extends java.lang.Object implements java.lang.Comparable  {
	private static final java.util.HashMap internTable
	private final String descriptor
	private final com.google.dexmaker.dx.rop.type.Type returnType
	private final com.google.dexmaker.dx.rop.type.StdTypeList parameterTypes
	private com.google.dexmaker.dx.rop.type.StdTypeList parameterFrameTypes
	public static com.google.dexmaker.dx.rop.type.Prototype intern (java.lang.String) 
		int endAt
		int startAt
		char c
		int i
		String descriptor
		com.google.dexmaker.dx.rop.type.Prototype result
		com.google.dexmaker.dx.rop.type.Type[] params
		int paramCount
		int at
		com.google.dexmaker.dx.rop.type.Type returnType
		com.google.dexmaker.dx.rop.type.StdTypeList parameterTypes
	private static com.google.dexmaker.dx.rop.type.Type[] makeParameterArray (java.lang.String) 
		char c
		int i
		String descriptor
		int length
		int closeAt
		int maxParams
	public static com.google.dexmaker.dx.rop.type.Prototype intern (java.lang.String, com.google.dexmaker.dx.rop.type.Type, boolean, boolean) 
		String descriptor
		com.google.dexmaker.dx.rop.type.Type definer
		boolean isStatic
		boolean isInit
		com.google.dexmaker.dx.rop.type.Prototype base
	public static com.google.dexmaker.dx.rop.type.Prototype internInts (com.google.dexmaker.dx.rop.type.Type, int) 
		int i
		com.google.dexmaker.dx.rop.type.Type returnType
		int count
		StringBuffer sb
	private void  (java.lang.String, com.google.dexmaker.dx.rop.type.Type, com.google.dexmaker.dx.rop.type.StdTypeList) 
		String descriptor
		com.google.dexmaker.dx.rop.type.Type returnType
		com.google.dexmaker.dx.rop.type.StdTypeList parameterTypes
	public boolean equals (java.lang.Object) 
		Object other
	public int hashCode () 
	public int compareTo (com.google.dexmaker.dx.rop.type.Prototype) 
		com.google.dexmaker.dx.rop.type.Type thisType
		com.google.dexmaker.dx.rop.type.Type otherType
		int i
		com.google.dexmaker.dx.rop.type.Prototype other
		int result
		int thisSize
		int otherSize
		int size
	public java.lang.String toString () 
	public java.lang.String getDescriptor () 
	public com.google.dexmaker.dx.rop.type.Type getReturnType () 
	public com.google.dexmaker.dx.rop.type.StdTypeList getParameterTypes () 
	public com.google.dexmaker.dx.rop.type.StdTypeList getParameterFrameTypes () 
		com.google.dexmaker.dx.rop.type.Type one
		int i
		int sz
		com.google.dexmaker.dx.rop.type.StdTypeList list
		boolean any
	public com.google.dexmaker.dx.rop.type.Prototype withFirstParameter (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type param
		String newDesc
		com.google.dexmaker.dx.rop.type.StdTypeList newParams
		com.google.dexmaker.dx.rop.type.Prototype result
	private static com.google.dexmaker.dx.rop.type.Prototype putIntern (com.google.dexmaker.dx.rop.type.Prototype) 
		String descriptor
		com.google.dexmaker.dx.rop.type.Prototype already
		com.google.dexmaker.dx.rop.type.Prototype desc
	public volatile int compareTo (java.lang.Object) 
		Object x0
	static void  () 
}

com/google/dexmaker/dx/rop/type/
com/google/dexmaker/dx/rop/cst/Zeroes.class
Zeroes.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.Zeroes extends java.lang.Object {
	private void  () 
	public static com.google.dexmaker.dx.rop.cst.Constant zeroFor (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type
}

com/google/dexmaker/dx/rop/cst/TypedConstant.class
TypedConstant.java
package com.google.dexmaker.dx.rop.cst
public abstract com.google.dexmaker.dx.rop.cst.TypedConstant extends com.google.dexmaker.dx.rop.cst.Constant implements com.google.dexmaker.dx.rop.type.TypeBearer  {
	public void  () 
	public final com.google.dexmaker.dx.rop.type.TypeBearer getFrameType () 
	public final int getBasicType () 
	public final int getBasicFrameType () 
	public final boolean isConstant () 
}

com/google/dexmaker/dx/rop/cst/StdConstantPool.class
StdConstantPool.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.StdConstantPool extends com.google.dexmaker.dx.util.MutabilityControl implements com.google.dexmaker.dx.rop.cst.ConstantPool  {
	private final com.google.dexmaker.dx.rop.cst.Constant[] entries
	public void  (int) 
		int size
	public int size () 
	public com.google.dexmaker.dx.rop.cst.Constant getOrNull (int) 
		IndexOutOfBoundsException ex
		int n
	public com.google.dexmaker.dx.rop.cst.Constant get0Ok (int) 
		int n
	public com.google.dexmaker.dx.rop.cst.Constant get (int) 
		com.google.dexmaker.dx.rop.cst.Constant result
		IndexOutOfBoundsException ex
		int n
	public void set (int, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant prev
		int n
		com.google.dexmaker.dx.rop.cst.Constant cst
		boolean cat2
	private static com.google.dexmaker.dx.rop.cst.Constant throwInvalid (int) 
		int idx
}

com/google/dexmaker/dx/rop/cst/CstType.class
CstType.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstType extends com.google.dexmaker.dx.rop.cst.TypedConstant {
	private static final java.util.HashMap interns
	public static final com.google.dexmaker.dx.rop.cst.CstType OBJECT
	public static final com.google.dexmaker.dx.rop.cst.CstType BOOLEAN
	public static final com.google.dexmaker.dx.rop.cst.CstType BYTE
	public static final com.google.dexmaker.dx.rop.cst.CstType CHARACTER
	public static final com.google.dexmaker.dx.rop.cst.CstType DOUBLE
	public static final com.google.dexmaker.dx.rop.cst.CstType FLOAT
	public static final com.google.dexmaker.dx.rop.cst.CstType LONG
	public static final com.google.dexmaker.dx.rop.cst.CstType INTEGER
	public static final com.google.dexmaker.dx.rop.cst.CstType SHORT
	public static final com.google.dexmaker.dx.rop.cst.CstType VOID
	public static final com.google.dexmaker.dx.rop.cst.CstType BOOLEAN_ARRAY
	public static final com.google.dexmaker.dx.rop.cst.CstType BYTE_ARRAY
	public static final com.google.dexmaker.dx.rop.cst.CstType CHAR_ARRAY
	public static final com.google.dexmaker.dx.rop.cst.CstType DOUBLE_ARRAY
	public static final com.google.dexmaker.dx.rop.cst.CstType FLOAT_ARRAY
	public static final com.google.dexmaker.dx.rop.cst.CstType LONG_ARRAY
	public static final com.google.dexmaker.dx.rop.cst.CstType INT_ARRAY
	public static final com.google.dexmaker.dx.rop.cst.CstType SHORT_ARRAY
	private final com.google.dexmaker.dx.rop.type.Type type
	private com.google.dexmaker.dx.rop.cst.CstString descriptor
	public static com.google.dexmaker.dx.rop.cst.CstType forBoxedPrimitiveType (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type primitiveType
	public static com.google.dexmaker.dx.rop.cst.CstType intern (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.cst.CstType cst
		com.google.dexmaker.dx.rop.type.Type type
	public void  (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type
	public boolean equals (java.lang.Object) 
		Object other
	public int hashCode () 
	protected int compareTo0 (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant other
		String thisDescriptor
		String otherDescriptor
	public java.lang.String toString () 
	public com.google.dexmaker.dx.rop.type.Type getType () 
	public java.lang.String typeName () 
	public boolean isCategory2 () 
	public java.lang.String toHuman () 
	public com.google.dexmaker.dx.rop.type.Type getClassType () 
	public com.google.dexmaker.dx.rop.cst.CstString getDescriptor () 
	static void  () 
}

com/google/dexmaker/dx/rop/cst/CstString.class
CstString.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstString extends com.google.dexmaker.dx.rop.cst.TypedConstant {
	public static final com.google.dexmaker.dx.rop.cst.CstString EMPTY_STRING
	private final String string
	private final com.google.dexmaker.dx.util.ByteArray bytes
	public static byte[] stringToUtf8Bytes (java.lang.String) 
		char c
		int i
		String string
		int len
		byte[] bytes
		int outAt
		byte[] result
	public static java.lang.String utf8BytesToString (com.google.dexmaker.dx.util.ByteArray) 
		int v1
		int value
		int v1
		int v2
		int value
		int v0
		char out
		int at
		com.google.dexmaker.dx.util.ByteArray bytes
		int length
		char[] chars
		int outAt
	private static java.lang.String throwBadUtf8 (int, int) 
		int value
		int offset
	public void  (java.lang.String) 
		String string
	public void  (com.google.dexmaker.dx.util.ByteArray) 
		com.google.dexmaker.dx.util.ByteArray bytes
	public boolean equals (java.lang.Object) 
		Object other
	public int hashCode () 
	protected int compareTo0 (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant other
	public java.lang.String toString () 
	public java.lang.String typeName () 
	public boolean isCategory2 () 
	public java.lang.String toHuman () 
		char outChar
		int shift
		char nextChar
		boolean displayZero
		char c
		int i
		int len
		StringBuilder sb
	public java.lang.String toQuoted () 
	public java.lang.String toQuoted (int) 
		String ellipses
		int maxLength
		String string
		int length
		String ellipses
	public java.lang.String getString () 
	public com.google.dexmaker.dx.util.ByteArray getBytes () 
	public int getUtf8Size () 
	public int getUtf16Size () 
	public com.google.dexmaker.dx.rop.type.Type getType () 
	static void  () 
}

com/google/dexmaker/dx/rop/cst/CstShort.class
CstShort.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstShort extends com.google.dexmaker.dx.rop.cst.CstLiteral32 {
	public static final com.google.dexmaker.dx.rop.cst.CstShort VALUE_0
	public static com.google.dexmaker.dx.rop.cst.CstShort make (short) 
		short value
	public static com.google.dexmaker.dx.rop.cst.CstShort make (int) 
		int value
		short cast
	private void  (short) 
		short value
	public java.lang.String toString () 
		int value
	public com.google.dexmaker.dx.rop.type.Type getType () 
	public java.lang.String typeName () 
	public java.lang.String toHuman () 
	public short getValue () 
	static void  () 
}

com/google/dexmaker/dx/rop/cst/CstNat.class
CstNat.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstNat extends com.google.dexmaker.dx.rop.cst.Constant {
	public static final com.google.dexmaker.dx.rop.cst.CstNat PRIMITIVE_TYPE_NAT
	private final com.google.dexmaker.dx.rop.cst.CstString name
	private final com.google.dexmaker.dx.rop.cst.CstString descriptor
	public void  (com.google.dexmaker.dx.rop.cst.CstString, com.google.dexmaker.dx.rop.cst.CstString) 
		com.google.dexmaker.dx.rop.cst.CstString name
		com.google.dexmaker.dx.rop.cst.CstString descriptor
	public boolean equals (java.lang.Object) 
		Object other
		com.google.dexmaker.dx.rop.cst.CstNat otherNat
	public int hashCode () 
	protected int compareTo0 (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant other
		com.google.dexmaker.dx.rop.cst.CstNat otherNat
		int cmp
	public java.lang.String toString () 
	public java.lang.String typeName () 
	public boolean isCategory2 () 
	public com.google.dexmaker.dx.rop.cst.CstString getName () 
	public com.google.dexmaker.dx.rop.cst.CstString getDescriptor () 
	public java.lang.String toHuman () 
	public com.google.dexmaker.dx.rop.type.Type getFieldType () 
	public final boolean isInstanceInit () 
	public final boolean isClassInit () 
	static void  () 
}

com/google/dexmaker/dx/rop/cst/CstMethodRef.class
CstMethodRef.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstMethodRef extends com.google.dexmaker.dx.rop.cst.CstBaseMethodRef {
	public void  (com.google.dexmaker.dx.rop.cst.CstType, com.google.dexmaker.dx.rop.cst.CstNat) 
		com.google.dexmaker.dx.rop.cst.CstType definingClass
		com.google.dexmaker.dx.rop.cst.CstNat nat
	public java.lang.String typeName () 
}

com/google/dexmaker/dx/rop/cst/CstMemberRef.class
CstMemberRef.java
package com.google.dexmaker.dx.rop.cst
public abstract com.google.dexmaker.dx.rop.cst.CstMemberRef extends com.google.dexmaker.dx.rop.cst.TypedConstant {
	private final com.google.dexmaker.dx.rop.cst.CstType definingClass
	private final com.google.dexmaker.dx.rop.cst.CstNat nat
	void  (com.google.dexmaker.dx.rop.cst.CstType, com.google.dexmaker.dx.rop.cst.CstNat) 
		com.google.dexmaker.dx.rop.cst.CstType definingClass
		com.google.dexmaker.dx.rop.cst.CstNat nat
	public final boolean equals (java.lang.Object) 
		Object other
		com.google.dexmaker.dx.rop.cst.CstMemberRef otherRef
	public final int hashCode () 
	protected int compareTo0 (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant other
		com.google.dexmaker.dx.rop.cst.CstMemberRef otherMember
		int cmp
		com.google.dexmaker.dx.rop.cst.CstString thisName
		com.google.dexmaker.dx.rop.cst.CstString otherName
	public final java.lang.String toString () 
	public final boolean isCategory2 () 
	public final java.lang.String toHuman () 
	public final com.google.dexmaker.dx.rop.cst.CstType getDefiningClass () 
	public final com.google.dexmaker.dx.rop.cst.CstNat getNat () 
}

com/google/dexmaker/dx/rop/cst/CstLong.class
CstLong.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstLong extends com.google.dexmaker.dx.rop.cst.CstLiteral64 {
	public static final com.google.dexmaker.dx.rop.cst.CstLong VALUE_0
	public static final com.google.dexmaker.dx.rop.cst.CstLong VALUE_1
	public static com.google.dexmaker.dx.rop.cst.CstLong make (long) 
		long value
	private void  (long) 
		long value
	public java.lang.String toString () 
		long value
	public com.google.dexmaker.dx.rop.type.Type getType () 
	public java.lang.String typeName () 
	public java.lang.String toHuman () 
	public long getValue () 
	static void  () 
}

com/google/dexmaker/dx/rop/cst/CstLiteralBits.class
CstLiteralBits.java
package com.google.dexmaker.dx.rop.cst
public abstract com.google.dexmaker.dx.rop.cst.CstLiteralBits extends com.google.dexmaker.dx.rop.cst.TypedConstant {
	public void  () 
	public abstract boolean fitsInInt () 
	public abstract int getIntBits () 
	public abstract long getLongBits () 
	public boolean fitsIn16Bits () 
		int bits
	public boolean fitsIn8Bits () 
		int bits
}

com/google/dexmaker/dx/rop/cst/CstLiteral64.class
CstLiteral64.java
package com.google.dexmaker.dx.rop.cst
public abstract com.google.dexmaker.dx.rop.cst.CstLiteral64 extends com.google.dexmaker.dx.rop.cst.CstLiteralBits {
	private final long bits
	void  (long) 
		long bits
	public final boolean equals (java.lang.Object) 
		Object other
	public final int hashCode () 
	protected int compareTo0 (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant other
		long otherBits
	public final boolean isCategory2 () 
	public final boolean fitsInInt () 
	public final int getIntBits () 
	public final long getLongBits () 
}

com/google/dexmaker/dx/rop/cst/CstLiteral32.class
CstLiteral32.java
package com.google.dexmaker.dx.rop.cst
public abstract com.google.dexmaker.dx.rop.cst.CstLiteral32 extends com.google.dexmaker.dx.rop.cst.CstLiteralBits {
	private final int bits
	void  (int) 
		int bits
	public final boolean equals (java.lang.Object) 
		Object other
	public final int hashCode () 
	protected int compareTo0 (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant other
		int otherBits
	public final boolean isCategory2 () 
	public final boolean fitsInInt () 
	public final int getIntBits () 
	public final long getLongBits () 
}

com/google/dexmaker/dx/rop/cst/CstKnownNull.class
CstKnownNull.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstKnownNull extends com.google.dexmaker.dx.rop.cst.CstLiteralBits {
	public static final com.google.dexmaker.dx.rop.cst.CstKnownNull THE_ONE
	private void  () 
	public boolean equals (java.lang.Object) 
		Object other
	public int hashCode () 
	protected int compareTo0 (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant other
	public java.lang.String toString () 
	public com.google.dexmaker.dx.rop.type.Type getType () 
	public java.lang.String typeName () 
	public boolean isCategory2 () 
	public java.lang.String toHuman () 
	public boolean fitsInInt () 
	public int getIntBits () 
	public long getLongBits () 
	static void  () 
}

com/google/dexmaker/dx/rop/cst/CstInterfaceMethodRef.class
CstInterfaceMethodRef.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstInterfaceMethodRef extends com.google.dexmaker.dx.rop.cst.CstBaseMethodRef {
	private com.google.dexmaker.dx.rop.cst.CstMethodRef methodRef
	public void  (com.google.dexmaker.dx.rop.cst.CstType, com.google.dexmaker.dx.rop.cst.CstNat) 
		com.google.dexmaker.dx.rop.cst.CstType definingClass
		com.google.dexmaker.dx.rop.cst.CstNat nat
	public java.lang.String typeName () 
	public com.google.dexmaker.dx.rop.cst.CstMethodRef toMethodRef () 
}

com/google/dexmaker/dx/rop/cst/CstInteger.class
CstInteger.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstInteger extends com.google.dexmaker.dx.rop.cst.CstLiteral32 {
	private static final com.google.dexmaker.dx.rop.cst.CstInteger[] cache
	public static final com.google.dexmaker.dx.rop.cst.CstInteger VALUE_M1
	public static final com.google.dexmaker.dx.rop.cst.CstInteger VALUE_0
	public static final com.google.dexmaker.dx.rop.cst.CstInteger VALUE_1
	public static final com.google.dexmaker.dx.rop.cst.CstInteger VALUE_2
	public static final com.google.dexmaker.dx.rop.cst.CstInteger VALUE_3
	public static final com.google.dexmaker.dx.rop.cst.CstInteger VALUE_4
	public static final com.google.dexmaker.dx.rop.cst.CstInteger VALUE_5
	public static com.google.dexmaker.dx.rop.cst.CstInteger make (int) 
		int value
		int idx
		com.google.dexmaker.dx.rop.cst.CstInteger obj
	private void  (int) 
		int value
	public java.lang.String toString () 
		int value
	public com.google.dexmaker.dx.rop.type.Type getType () 
	public java.lang.String typeName () 
	public java.lang.String toHuman () 
	public int getValue () 
	static void  () 
}

com/google/dexmaker/dx/rop/cst/CstFloat.class
CstFloat.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstFloat extends com.google.dexmaker.dx.rop.cst.CstLiteral32 {
	public static final com.google.dexmaker.dx.rop.cst.CstFloat VALUE_0
	public static final com.google.dexmaker.dx.rop.cst.CstFloat VALUE_1
	public static final com.google.dexmaker.dx.rop.cst.CstFloat VALUE_2
	public static com.google.dexmaker.dx.rop.cst.CstFloat make (int) 
		int bits
	private void  (int) 
		int bits
	public java.lang.String toString () 
		int bits
	public com.google.dexmaker.dx.rop.type.Type getType () 
	public java.lang.String typeName () 
	public java.lang.String toHuman () 
	public float getValue () 
	static void  () 
}

com/google/dexmaker/dx/rop/cst/CstFieldRef.class
CstFieldRef.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstFieldRef extends com.google.dexmaker.dx.rop.cst.CstMemberRef {
	public static com.google.dexmaker.dx.rop.cst.CstFieldRef forPrimitiveType (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type primitiveType
	public void  (com.google.dexmaker.dx.rop.cst.CstType, com.google.dexmaker.dx.rop.cst.CstNat) 
		com.google.dexmaker.dx.rop.cst.CstType definingClass
		com.google.dexmaker.dx.rop.cst.CstNat nat
	public java.lang.String typeName () 
	public com.google.dexmaker.dx.rop.type.Type getType () 
	protected int compareTo0 (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant other
		int cmp
		com.google.dexmaker.dx.rop.cst.CstFieldRef otherField
		com.google.dexmaker.dx.rop.cst.CstString thisDescriptor
		com.google.dexmaker.dx.rop.cst.CstString otherDescriptor
}

com/google/dexmaker/dx/rop/cst/CstEnumRef.class
CstEnumRef.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstEnumRef extends com.google.dexmaker.dx.rop.cst.CstMemberRef {
	private com.google.dexmaker.dx.rop.cst.CstFieldRef fieldRef
	public void  (com.google.dexmaker.dx.rop.cst.CstNat) 
		com.google.dexmaker.dx.rop.cst.CstNat nat
	public java.lang.String typeName () 
	public com.google.dexmaker.dx.rop.type.Type getType () 
	public com.google.dexmaker.dx.rop.cst.CstFieldRef getFieldRef () 
}

com/google/dexmaker/dx/rop/cst/CstDouble.class
CstDouble.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstDouble extends com.google.dexmaker.dx.rop.cst.CstLiteral64 {
	public static final com.google.dexmaker.dx.rop.cst.CstDouble VALUE_0
	public static final com.google.dexmaker.dx.rop.cst.CstDouble VALUE_1
	public static com.google.dexmaker.dx.rop.cst.CstDouble make (long) 
		long bits
	private void  (long) 
		long bits
	public java.lang.String toString () 
		long bits
	public com.google.dexmaker.dx.rop.type.Type getType () 
	public java.lang.String typeName () 
	public java.lang.String toHuman () 
	public double getValue () 
	static void  () 
}

com/google/dexmaker/dx/rop/cst/CstChar.class
CstChar.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstChar extends com.google.dexmaker.dx.rop.cst.CstLiteral32 {
	public static final com.google.dexmaker.dx.rop.cst.CstChar VALUE_0
	public static com.google.dexmaker.dx.rop.cst.CstChar make (char) 
		char value
	public static com.google.dexmaker.dx.rop.cst.CstChar make (int) 
		int value
		char cast
	private void  (char) 
		char value
	public java.lang.String toString () 
		int value
	public com.google.dexmaker.dx.rop.type.Type getType () 
	public java.lang.String typeName () 
	public java.lang.String toHuman () 
	public char getValue () 
	static void  () 
}

com/google/dexmaker/dx/rop/cst/CstByte.class
CstByte.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstByte extends com.google.dexmaker.dx.rop.cst.CstLiteral32 {
	public static final com.google.dexmaker.dx.rop.cst.CstByte VALUE_0
	public static com.google.dexmaker.dx.rop.cst.CstByte make (byte) 
		byte value
	public static com.google.dexmaker.dx.rop.cst.CstByte make (int) 
		int value
		byte cast
	private void  (byte) 
		byte value
	public java.lang.String toString () 
		int value
	public com.google.dexmaker.dx.rop.type.Type getType () 
	public java.lang.String typeName () 
	public java.lang.String toHuman () 
	public byte getValue () 
	static void  () 
}

com/google/dexmaker/dx/rop/cst/CstBoolean.class
CstBoolean.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstBoolean extends com.google.dexmaker.dx.rop.cst.CstLiteral32 {
	public static final com.google.dexmaker.dx.rop.cst.CstBoolean VALUE_FALSE
	public static final com.google.dexmaker.dx.rop.cst.CstBoolean VALUE_TRUE
	public static com.google.dexmaker.dx.rop.cst.CstBoolean make (boolean) 
		boolean value
	public static com.google.dexmaker.dx.rop.cst.CstBoolean make (int) 
		int value
	private void  (boolean) 
		boolean value
	public java.lang.String toString () 
	public com.google.dexmaker.dx.rop.type.Type getType () 
	public java.lang.String typeName () 
	public java.lang.String toHuman () 
	public boolean getValue () 
	static void  () 
}

com/google/dexmaker/dx/rop/cst/CstBaseMethodRef.class
CstBaseMethodRef.java
package com.google.dexmaker.dx.rop.cst
public abstract com.google.dexmaker.dx.rop.cst.CstBaseMethodRef extends com.google.dexmaker.dx.rop.cst.CstMemberRef {
	private final com.google.dexmaker.dx.rop.type.Prototype prototype
	private com.google.dexmaker.dx.rop.type.Prototype instancePrototype
	void  (com.google.dexmaker.dx.rop.cst.CstType, com.google.dexmaker.dx.rop.cst.CstNat) 
		com.google.dexmaker.dx.rop.cst.CstType definingClass
		com.google.dexmaker.dx.rop.cst.CstNat nat
		String descriptor
	public final com.google.dexmaker.dx.rop.type.Prototype getPrototype () 
	public final com.google.dexmaker.dx.rop.type.Prototype getPrototype (boolean) 
		com.google.dexmaker.dx.rop.type.Type thisType
		boolean isStatic
	protected final int compareTo0 (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant other
		int cmp
		com.google.dexmaker.dx.rop.cst.CstBaseMethodRef otherMethod
	public final com.google.dexmaker.dx.rop.type.Type getType () 
	public final int getParameterWordCount (boolean) 
		boolean isStatic
	public final boolean isInstanceInit () 
	public final boolean isClassInit () 
}

com/google/dexmaker/dx/rop/cst/CstArray.class
CstArray.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstArray extends com.google.dexmaker.dx.rop.cst.Constant {
	private final com.google.dexmaker.dx.rop.cst.CstArray$List list
	public void  (com.google.dexmaker.dx.rop.cst.CstArray$List) 
		com.google.dexmaker.dx.rop.cst.CstArray$List list
	public boolean equals (java.lang.Object) 
		Object other
	public int hashCode () 
	protected int compareTo0 (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant other
	public java.lang.String toString () 
	public java.lang.String typeName () 
	public boolean isCategory2 () 
	public java.lang.String toHuman () 
	public com.google.dexmaker.dx.rop.cst.CstArray$List getList () 
}

com/google/dexmaker/dx/rop/cst/CstArray$List.class
CstArray.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstArray$List extends com.google.dexmaker.dx.util.FixedSizeList implements java.lang.Comparable  {
	public void  (int) 
		int size
	public int compareTo (com.google.dexmaker.dx.rop.cst.CstArray$List) 
		com.google.dexmaker.dx.rop.cst.Constant thisItem
		com.google.dexmaker.dx.rop.cst.Constant otherItem
		int compare
		int i
		com.google.dexmaker.dx.rop.cst.CstArray$List other
		int thisSize
		int otherSize
		int compareSize
	public com.google.dexmaker.dx.rop.cst.Constant get (int) 
		int n
	public void set (int, com.google.dexmaker.dx.rop.cst.Constant) 
		int n
		com.google.dexmaker.dx.rop.cst.Constant a
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/rop/cst/CstAnnotation.class
CstAnnotation.java
package com.google.dexmaker.dx.rop.cst
public final com.google.dexmaker.dx.rop.cst.CstAnnotation extends com.google.dexmaker.dx.rop.cst.Constant {
	private final com.google.dexmaker.dx.rop.annotation.Annotation annotation
	public void  (com.google.dexmaker.dx.rop.annotation.Annotation) 
		com.google.dexmaker.dx.rop.annotation.Annotation annotation
	public boolean equals (java.lang.Object) 
		Object other
	public int hashCode () 
	protected int compareTo0 (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant other
	public java.lang.String toString () 
	public java.lang.String typeName () 
	public boolean isCategory2 () 
	public java.lang.String toHuman () 
	public com.google.dexmaker.dx.rop.annotation.Annotation getAnnotation () 
}

com/google/dexmaker/dx/rop/cst/ConstantPool.class
ConstantPool.java
package com.google.dexmaker.dx.rop.cst
public abstract com.google.dexmaker.dx.rop.cst.ConstantPool extends java.lang.Object {
	public abstract int size () 
	public abstract com.google.dexmaker.dx.rop.cst.Constant get (int) 
	public abstract com.google.dexmaker.dx.rop.cst.Constant get0Ok (int) 
	public abstract com.google.dexmaker.dx.rop.cst.Constant getOrNull (int) 
}

com/google/dexmaker/dx/rop/cst/Constant.class
Constant.java
package com.google.dexmaker.dx.rop.cst
public abstract com.google.dexmaker.dx.rop.cst.Constant extends java.lang.Object implements com.google.dexmaker.dx.util.ToHuman java.lang.Comparable  {
	public void  () 
	public abstract boolean isCategory2 () 
	public abstract java.lang.String typeName () 
	public final int compareTo (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant other
		Class clazz
		Class otherClazz
	protected abstract int compareTo0 (com.google.dexmaker.dx.rop.cst.Constant) 
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/rop/cst/
com/google/dexmaker/dx/rop/code/TranslationAdvice.class
TranslationAdvice.java
package com.google.dexmaker.dx.rop.code
public abstract com.google.dexmaker.dx.rop.code.TranslationAdvice extends java.lang.Object {
	public abstract boolean hasConstantOperation (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
	public abstract boolean requiresSourcesInOrder (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
	public abstract int getMaxOptimalRegisterCount () 
}

com/google/dexmaker/dx/rop/code/ThrowingInsn.class
ThrowingInsn.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.ThrowingInsn extends com.google.dexmaker.dx.rop.code.Insn {
	private final com.google.dexmaker.dx.rop.type.TypeList catches
	public static java.lang.String toCatchString (com.google.dexmaker.dx.rop.type.TypeList) 
		int i
		com.google.dexmaker.dx.rop.type.TypeList catches
		StringBuffer sb
		int sz
	public void  (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpecList, com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		com.google.dexmaker.dx.rop.type.TypeList catches
	public java.lang.String getInlineString () 
	public com.google.dexmaker.dx.rop.type.TypeList getCatches () 
	public void accept (com.google.dexmaker.dx.rop.code.Insn$Visitor) 
		com.google.dexmaker.dx.rop.code.Insn$Visitor visitor
	public com.google.dexmaker.dx.rop.code.Insn withAddedCatch (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type
	public com.google.dexmaker.dx.rop.code.Insn withRegisterOffset (int) 
		int delta
	public com.google.dexmaker.dx.rop.code.Insn withNewRegisters (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
}

com/google/dexmaker/dx/rop/code/ThrowingCstInsn.class
ThrowingCstInsn.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.ThrowingCstInsn extends com.google.dexmaker.dx.rop.code.CstInsn {
	private final com.google.dexmaker.dx.rop.type.TypeList catches
	public void  (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpecList, com.google.dexmaker.dx.rop.type.TypeList, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		com.google.dexmaker.dx.rop.type.TypeList catches
		com.google.dexmaker.dx.rop.cst.Constant cst
	public java.lang.String getInlineString () 
		com.google.dexmaker.dx.rop.cst.Constant cst
		String constantString
	public com.google.dexmaker.dx.rop.type.TypeList getCatches () 
	public void accept (com.google.dexmaker.dx.rop.code.Insn$Visitor) 
		com.google.dexmaker.dx.rop.code.Insn$Visitor visitor
	public com.google.dexmaker.dx.rop.code.Insn withAddedCatch (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type
	public com.google.dexmaker.dx.rop.code.Insn withRegisterOffset (int) 
		int delta
	public com.google.dexmaker.dx.rop.code.Insn withNewRegisters (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
}

com/google/dexmaker/dx/rop/code/SwitchInsn.class
SwitchInsn.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.SwitchInsn extends com.google.dexmaker.dx.rop.code.Insn {
	private final com.google.dexmaker.dx.util.IntList cases
	public void  (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpecList, com.google.dexmaker.dx.util.IntList) 
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		com.google.dexmaker.dx.util.IntList cases
	public java.lang.String getInlineString () 
	public com.google.dexmaker.dx.rop.type.TypeList getCatches () 
	public void accept (com.google.dexmaker.dx.rop.code.Insn$Visitor) 
		com.google.dexmaker.dx.rop.code.Insn$Visitor visitor
	public com.google.dexmaker.dx.rop.code.Insn withAddedCatch (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type
	public com.google.dexmaker.dx.rop.code.Insn withRegisterOffset (int) 
		int delta
	public boolean contentEquals (com.google.dexmaker.dx.rop.code.Insn) 
		com.google.dexmaker.dx.rop.code.Insn b
	public com.google.dexmaker.dx.rop.code.Insn withNewRegisters (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
	public com.google.dexmaker.dx.util.IntList getCases () 
}

com/google/dexmaker/dx/rop/code/SourcePosition.class
SourcePosition.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.SourcePosition extends java.lang.Object {
	public static final com.google.dexmaker.dx.rop.code.SourcePosition NO_INFO
	private final com.google.dexmaker.dx.rop.cst.CstString sourceFile
	private final int address
	private final int line
	public void  (com.google.dexmaker.dx.rop.cst.CstString, int, int) 
		com.google.dexmaker.dx.rop.cst.CstString sourceFile
		int address
		int line
	public java.lang.String toString () 
		StringBuffer sb
	public boolean equals (java.lang.Object) 
		Object other
		com.google.dexmaker.dx.rop.code.SourcePosition pos
	public int hashCode () 
	public boolean sameLine (com.google.dexmaker.dx.rop.code.SourcePosition) 
		com.google.dexmaker.dx.rop.code.SourcePosition other
	public boolean sameLineAndFile (com.google.dexmaker.dx.rop.code.SourcePosition) 
		com.google.dexmaker.dx.rop.code.SourcePosition other
	public com.google.dexmaker.dx.rop.cst.CstString getSourceFile () 
	public int getAddress () 
	public int getLine () 
	static void  () 
}

com/google/dexmaker/dx/rop/code/Rops.class
Rops.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.Rops extends java.lang.Object {
	public static final com.google.dexmaker.dx.rop.code.Rop NOP
	public static final com.google.dexmaker.dx.rop.code.Rop MOVE_INT
	public static final com.google.dexmaker.dx.rop.code.Rop MOVE_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop MOVE_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop MOVE_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop MOVE_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop MOVE_RETURN_ADDRESS
	public static final com.google.dexmaker.dx.rop.code.Rop MOVE_PARAM_INT
	public static final com.google.dexmaker.dx.rop.code.Rop MOVE_PARAM_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop MOVE_PARAM_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop MOVE_PARAM_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop MOVE_PARAM_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop CONST_INT
	public static final com.google.dexmaker.dx.rop.code.Rop CONST_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop CONST_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop CONST_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop CONST_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop CONST_OBJECT_NOTHROW
	public static final com.google.dexmaker.dx.rop.code.Rop GOTO
	public static final com.google.dexmaker.dx.rop.code.Rop IF_EQZ_INT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_NEZ_INT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_LTZ_INT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_GEZ_INT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_LEZ_INT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_GTZ_INT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_EQZ_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_NEZ_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_EQ_INT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_NE_INT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_LT_INT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_GE_INT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_LE_INT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_GT_INT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_EQ_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop IF_NE_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop SWITCH
	public static final com.google.dexmaker.dx.rop.code.Rop ADD_INT
	public static final com.google.dexmaker.dx.rop.code.Rop ADD_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop ADD_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop ADD_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop SUB_INT
	public static final com.google.dexmaker.dx.rop.code.Rop SUB_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop SUB_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop SUB_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop MUL_INT
	public static final com.google.dexmaker.dx.rop.code.Rop MUL_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop MUL_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop MUL_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop DIV_INT
	public static final com.google.dexmaker.dx.rop.code.Rop DIV_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop DIV_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop DIV_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop REM_INT
	public static final com.google.dexmaker.dx.rop.code.Rop REM_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop REM_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop REM_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop NEG_INT
	public static final com.google.dexmaker.dx.rop.code.Rop NEG_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop NEG_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop NEG_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop AND_INT
	public static final com.google.dexmaker.dx.rop.code.Rop AND_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop OR_INT
	public static final com.google.dexmaker.dx.rop.code.Rop OR_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop XOR_INT
	public static final com.google.dexmaker.dx.rop.code.Rop XOR_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop SHL_INT
	public static final com.google.dexmaker.dx.rop.code.Rop SHL_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop SHR_INT
	public static final com.google.dexmaker.dx.rop.code.Rop SHR_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop USHR_INT
	public static final com.google.dexmaker.dx.rop.code.Rop USHR_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop NOT_INT
	public static final com.google.dexmaker.dx.rop.code.Rop NOT_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop ADD_CONST_INT
	public static final com.google.dexmaker.dx.rop.code.Rop ADD_CONST_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop ADD_CONST_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop ADD_CONST_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop SUB_CONST_INT
	public static final com.google.dexmaker.dx.rop.code.Rop SUB_CONST_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop SUB_CONST_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop SUB_CONST_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop MUL_CONST_INT
	public static final com.google.dexmaker.dx.rop.code.Rop MUL_CONST_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop MUL_CONST_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop MUL_CONST_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop DIV_CONST_INT
	public static final com.google.dexmaker.dx.rop.code.Rop DIV_CONST_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop DIV_CONST_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop DIV_CONST_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop REM_CONST_INT
	public static final com.google.dexmaker.dx.rop.code.Rop REM_CONST_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop REM_CONST_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop REM_CONST_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop AND_CONST_INT
	public static final com.google.dexmaker.dx.rop.code.Rop AND_CONST_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop OR_CONST_INT
	public static final com.google.dexmaker.dx.rop.code.Rop OR_CONST_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop XOR_CONST_INT
	public static final com.google.dexmaker.dx.rop.code.Rop XOR_CONST_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop SHL_CONST_INT
	public static final com.google.dexmaker.dx.rop.code.Rop SHL_CONST_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop SHR_CONST_INT
	public static final com.google.dexmaker.dx.rop.code.Rop SHR_CONST_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop USHR_CONST_INT
	public static final com.google.dexmaker.dx.rop.code.Rop USHR_CONST_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop CMPL_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop CMPL_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop CMPL_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop CMPG_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop CMPG_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop CONV_L2I
	public static final com.google.dexmaker.dx.rop.code.Rop CONV_F2I
	public static final com.google.dexmaker.dx.rop.code.Rop CONV_D2I
	public static final com.google.dexmaker.dx.rop.code.Rop CONV_I2L
	public static final com.google.dexmaker.dx.rop.code.Rop CONV_F2L
	public static final com.google.dexmaker.dx.rop.code.Rop CONV_D2L
	public static final com.google.dexmaker.dx.rop.code.Rop CONV_I2F
	public static final com.google.dexmaker.dx.rop.code.Rop CONV_L2F
	public static final com.google.dexmaker.dx.rop.code.Rop CONV_D2F
	public static final com.google.dexmaker.dx.rop.code.Rop CONV_I2D
	public static final com.google.dexmaker.dx.rop.code.Rop CONV_L2D
	public static final com.google.dexmaker.dx.rop.code.Rop CONV_F2D
	public static final com.google.dexmaker.dx.rop.code.Rop TO_BYTE
	public static final com.google.dexmaker.dx.rop.code.Rop TO_CHAR
	public static final com.google.dexmaker.dx.rop.code.Rop TO_SHORT
	public static final com.google.dexmaker.dx.rop.code.Rop RETURN_VOID
	public static final com.google.dexmaker.dx.rop.code.Rop RETURN_INT
	public static final com.google.dexmaker.dx.rop.code.Rop RETURN_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop RETURN_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop RETURN_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop RETURN_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop ARRAY_LENGTH
	public static final com.google.dexmaker.dx.rop.code.Rop THROW
	public static final com.google.dexmaker.dx.rop.code.Rop MONITOR_ENTER
	public static final com.google.dexmaker.dx.rop.code.Rop MONITOR_EXIT
	public static final com.google.dexmaker.dx.rop.code.Rop AGET_INT
	public static final com.google.dexmaker.dx.rop.code.Rop AGET_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop AGET_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop AGET_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop AGET_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop AGET_BOOLEAN
	public static final com.google.dexmaker.dx.rop.code.Rop AGET_BYTE
	public static final com.google.dexmaker.dx.rop.code.Rop AGET_CHAR
	public static final com.google.dexmaker.dx.rop.code.Rop AGET_SHORT
	public static final com.google.dexmaker.dx.rop.code.Rop APUT_INT
	public static final com.google.dexmaker.dx.rop.code.Rop APUT_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop APUT_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop APUT_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop APUT_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop APUT_BOOLEAN
	public static final com.google.dexmaker.dx.rop.code.Rop APUT_BYTE
	public static final com.google.dexmaker.dx.rop.code.Rop APUT_CHAR
	public static final com.google.dexmaker.dx.rop.code.Rop APUT_SHORT
	public static final com.google.dexmaker.dx.rop.code.Rop NEW_INSTANCE
	public static final com.google.dexmaker.dx.rop.code.Rop NEW_ARRAY_INT
	public static final com.google.dexmaker.dx.rop.code.Rop NEW_ARRAY_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop NEW_ARRAY_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop NEW_ARRAY_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop NEW_ARRAY_BOOLEAN
	public static final com.google.dexmaker.dx.rop.code.Rop NEW_ARRAY_BYTE
	public static final com.google.dexmaker.dx.rop.code.Rop NEW_ARRAY_CHAR
	public static final com.google.dexmaker.dx.rop.code.Rop NEW_ARRAY_SHORT
	public static final com.google.dexmaker.dx.rop.code.Rop CHECK_CAST
	public static final com.google.dexmaker.dx.rop.code.Rop INSTANCE_OF
	public static final com.google.dexmaker.dx.rop.code.Rop GET_FIELD_INT
	public static final com.google.dexmaker.dx.rop.code.Rop GET_FIELD_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop GET_FIELD_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop GET_FIELD_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop GET_FIELD_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop GET_FIELD_BOOLEAN
	public static final com.google.dexmaker.dx.rop.code.Rop GET_FIELD_BYTE
	public static final com.google.dexmaker.dx.rop.code.Rop GET_FIELD_CHAR
	public static final com.google.dexmaker.dx.rop.code.Rop GET_FIELD_SHORT
	public static final com.google.dexmaker.dx.rop.code.Rop GET_STATIC_INT
	public static final com.google.dexmaker.dx.rop.code.Rop GET_STATIC_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop GET_STATIC_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop GET_STATIC_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop GET_STATIC_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop GET_STATIC_BOOLEAN
	public static final com.google.dexmaker.dx.rop.code.Rop GET_STATIC_BYTE
	public static final com.google.dexmaker.dx.rop.code.Rop GET_STATIC_CHAR
	public static final com.google.dexmaker.dx.rop.code.Rop GET_STATIC_SHORT
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_FIELD_INT
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_FIELD_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_FIELD_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_FIELD_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_FIELD_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_FIELD_BOOLEAN
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_FIELD_BYTE
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_FIELD_CHAR
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_FIELD_SHORT
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_STATIC_INT
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_STATIC_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_STATIC_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_STATIC_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_STATIC_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_STATIC_BOOLEAN
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_STATIC_BYTE
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_STATIC_CHAR
	public static final com.google.dexmaker.dx.rop.code.Rop PUT_STATIC_SHORT
	public static final com.google.dexmaker.dx.rop.code.Rop MARK_LOCAL_INT
	public static final com.google.dexmaker.dx.rop.code.Rop MARK_LOCAL_LONG
	public static final com.google.dexmaker.dx.rop.code.Rop MARK_LOCAL_FLOAT
	public static final com.google.dexmaker.dx.rop.code.Rop MARK_LOCAL_DOUBLE
	public static final com.google.dexmaker.dx.rop.code.Rop MARK_LOCAL_OBJECT
	public static final com.google.dexmaker.dx.rop.code.Rop FILL_ARRAY_DATA
	public static com.google.dexmaker.dx.rop.code.Rop ropFor (int, com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.type.TypeList, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.type.Type componentType
		com.google.dexmaker.dx.rop.type.Type source
		com.google.dexmaker.dx.rop.type.Type componentType
		com.google.dexmaker.dx.rop.type.Type componentType
		com.google.dexmaker.dx.rop.type.Type source
		com.google.dexmaker.dx.rop.type.Type componentType
		com.google.dexmaker.dx.rop.cst.CstBaseMethodRef cstMeth
		com.google.dexmaker.dx.rop.type.Prototype meth
		com.google.dexmaker.dx.rop.cst.CstType definer
		com.google.dexmaker.dx.rop.cst.CstBaseMethodRef cstMeth
		com.google.dexmaker.dx.rop.type.Prototype meth
		com.google.dexmaker.dx.rop.cst.CstType definer
		com.google.dexmaker.dx.rop.cst.CstBaseMethodRef cstMeth
		com.google.dexmaker.dx.rop.type.Prototype meth
		com.google.dexmaker.dx.rop.cst.CstType definer
		com.google.dexmaker.dx.rop.cst.CstBaseMethodRef cstMeth
		com.google.dexmaker.dx.rop.type.Prototype meth
		com.google.dexmaker.dx.rop.cst.CstType definer
		int opcode
		com.google.dexmaker.dx.rop.type.TypeBearer dest
		com.google.dexmaker.dx.rop.type.TypeList sources
		com.google.dexmaker.dx.rop.cst.Constant cst
	public static com.google.dexmaker.dx.rop.code.Rop opMove (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opMoveParam (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opMoveException (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opMoveResult (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opMoveResultPseudo (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opConst (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opIfEq (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opIfNe (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opIfLt (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opIfGe (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opIfGt (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opIfLe (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	private static com.google.dexmaker.dx.rop.code.Rop pickIf (com.google.dexmaker.dx.rop.type.TypeList, com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.Rop) 
		int bt
		com.google.dexmaker.dx.rop.type.TypeList types
		com.google.dexmaker.dx.rop.code.Rop intZ
		com.google.dexmaker.dx.rop.code.Rop objZ
		com.google.dexmaker.dx.rop.code.Rop intInt
		com.google.dexmaker.dx.rop.code.Rop objObj
	public static com.google.dexmaker.dx.rop.code.Rop opAdd (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opSub (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opMul (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opDiv (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opRem (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opAnd (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opOr (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opXor (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opShl (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opShr (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	public static com.google.dexmaker.dx.rop.code.Rop opUshr (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	private static com.google.dexmaker.dx.rop.code.Rop pickBinaryOp (com.google.dexmaker.dx.rop.type.TypeList, com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.Rop) 
		com.google.dexmaker.dx.rop.type.TypeList types
		com.google.dexmaker.dx.rop.code.Rop int1
		com.google.dexmaker.dx.rop.code.Rop long1
		com.google.dexmaker.dx.rop.code.Rop float1
		com.google.dexmaker.dx.rop.code.Rop double1
		com.google.dexmaker.dx.rop.code.Rop int2
		com.google.dexmaker.dx.rop.code.Rop long2
		com.google.dexmaker.dx.rop.code.Rop float2
		com.google.dexmaker.dx.rop.code.Rop double2
		int bt1
		com.google.dexmaker.dx.rop.code.Rop result
	public static com.google.dexmaker.dx.rop.code.Rop opNeg (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opNot (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opCmpl (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opCmpg (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opConv (com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer dest
		com.google.dexmaker.dx.rop.type.TypeBearer source
		int dbt
	public static com.google.dexmaker.dx.rop.code.Rop opReturn (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opAget (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opAput (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opNewArray (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer arrayType
		com.google.dexmaker.dx.rop.type.Type type
		com.google.dexmaker.dx.rop.type.Type elementType
	public static com.google.dexmaker.dx.rop.code.Rop opFilledNewArray (com.google.dexmaker.dx.rop.type.TypeBearer, int) 
		int i
		com.google.dexmaker.dx.rop.type.TypeBearer arrayType
		int count
		com.google.dexmaker.dx.rop.type.Type type
		com.google.dexmaker.dx.rop.type.Type elementType
		com.google.dexmaker.dx.rop.type.StdTypeList sourceTypes
	public static com.google.dexmaker.dx.rop.code.Rop opGetField (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opPutField (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opGetStatic (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opPutStatic (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.Rop opInvokeStatic (com.google.dexmaker.dx.rop.type.Prototype) 
		com.google.dexmaker.dx.rop.type.Prototype meth
	public static com.google.dexmaker.dx.rop.code.Rop opInvokeVirtual (com.google.dexmaker.dx.rop.type.Prototype) 
		com.google.dexmaker.dx.rop.type.Prototype meth
	public static com.google.dexmaker.dx.rop.code.Rop opInvokeSuper (com.google.dexmaker.dx.rop.type.Prototype) 
		com.google.dexmaker.dx.rop.type.Prototype meth
	public static com.google.dexmaker.dx.rop.code.Rop opInvokeDirect (com.google.dexmaker.dx.rop.type.Prototype) 
		com.google.dexmaker.dx.rop.type.Prototype meth
	public static com.google.dexmaker.dx.rop.code.Rop opInvokeInterface (com.google.dexmaker.dx.rop.type.Prototype) 
		com.google.dexmaker.dx.rop.type.Prototype meth
	public static com.google.dexmaker.dx.rop.code.Rop opMarkLocal (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	private void  () 
	private static com.google.dexmaker.dx.rop.code.Rop throwBadType (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer type
	private static com.google.dexmaker.dx.rop.code.Rop throwBadTypes (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
	static void  () 
}

com/google/dexmaker/dx/rop/code/RopMethod.class
RopMethod.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.RopMethod extends java.lang.Object {
	private final com.google.dexmaker.dx.rop.code.BasicBlockList blocks
	private final int firstLabel
	private com.google.dexmaker.dx.util.IntList[] predecessors
	private com.google.dexmaker.dx.util.IntList exitPredecessors
	public void  (com.google.dexmaker.dx.rop.code.BasicBlockList, int) 
		com.google.dexmaker.dx.rop.code.BasicBlockList blocks
		int firstLabel
	public com.google.dexmaker.dx.rop.code.BasicBlockList getBlocks () 
	public int getFirstLabel () 
	public com.google.dexmaker.dx.util.IntList labelToPredecessors (int) 
		int label
		com.google.dexmaker.dx.util.IntList result
	public com.google.dexmaker.dx.util.IntList getExitPredecessors () 
	public com.google.dexmaker.dx.rop.code.RopMethod withRegisterOffset (int) 
		int delta
		com.google.dexmaker.dx.rop.code.RopMethod result
	private void calcPredecessors () 
		int succLabel
		com.google.dexmaker.dx.util.IntList succPreds
		int j
		com.google.dexmaker.dx.rop.code.BasicBlock one
		int label
		com.google.dexmaker.dx.util.IntList successors
		int ssz
		int i
		com.google.dexmaker.dx.util.IntList preds
		int i
		int maxLabel
		com.google.dexmaker.dx.util.IntList[] predecessors
		com.google.dexmaker.dx.util.IntList exitPredecessors
		int sz
}

com/google/dexmaker/dx/rop/code/Rop.class
Rop.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.Rop extends java.lang.Object {
	public static final int BRANCH_MIN
	public static final int BRANCH_NONE
	public static final int BRANCH_RETURN
	public static final int BRANCH_GOTO
	public static final int BRANCH_IF
	public static final int BRANCH_SWITCH
	public static final int BRANCH_THROW
	public static final int BRANCH_MAX
	private final int opcode
	private final com.google.dexmaker.dx.rop.type.Type result
	private final com.google.dexmaker.dx.rop.type.TypeList sources
	private final com.google.dexmaker.dx.rop.type.TypeList exceptions
	private final int branchingness
	private final boolean isCallLike
	private final String nickname
	public void  (int, com.google.dexmaker.dx.rop.type.Type, com.google.dexmaker.dx.rop.type.TypeList, com.google.dexmaker.dx.rop.type.TypeList, int, boolean, java.lang.String) 
		int opcode
		com.google.dexmaker.dx.rop.type.Type result
		com.google.dexmaker.dx.rop.type.TypeList sources
		com.google.dexmaker.dx.rop.type.TypeList exceptions
		int branchingness
		boolean isCallLike
		String nickname
	public void  (int, com.google.dexmaker.dx.rop.type.Type, com.google.dexmaker.dx.rop.type.TypeList, com.google.dexmaker.dx.rop.type.TypeList, int, java.lang.String) 
		int opcode
		com.google.dexmaker.dx.rop.type.Type result
		com.google.dexmaker.dx.rop.type.TypeList sources
		com.google.dexmaker.dx.rop.type.TypeList exceptions
		int branchingness
		String nickname
	public void  (int, com.google.dexmaker.dx.rop.type.Type, com.google.dexmaker.dx.rop.type.TypeList, int, java.lang.String) 
		int opcode
		com.google.dexmaker.dx.rop.type.Type result
		com.google.dexmaker.dx.rop.type.TypeList sources
		int branchingness
		String nickname
	public void  (int, com.google.dexmaker.dx.rop.type.Type, com.google.dexmaker.dx.rop.type.TypeList, java.lang.String) 
		int opcode
		com.google.dexmaker.dx.rop.type.Type result
		com.google.dexmaker.dx.rop.type.TypeList sources
		String nickname
	public void  (int, com.google.dexmaker.dx.rop.type.Type, com.google.dexmaker.dx.rop.type.TypeList, com.google.dexmaker.dx.rop.type.TypeList, java.lang.String) 
		int opcode
		com.google.dexmaker.dx.rop.type.Type result
		com.google.dexmaker.dx.rop.type.TypeList sources
		com.google.dexmaker.dx.rop.type.TypeList exceptions
		String nickname
	public void  (int, com.google.dexmaker.dx.rop.type.TypeList, com.google.dexmaker.dx.rop.type.TypeList) 
		int opcode
		com.google.dexmaker.dx.rop.type.TypeList sources
		com.google.dexmaker.dx.rop.type.TypeList exceptions
	public boolean equals (java.lang.Object) 
		Object other
		com.google.dexmaker.dx.rop.code.Rop rop
	public int hashCode () 
		int h
	public java.lang.String toString () 
		int i
		com.google.dexmaker.dx.rop.type.Type one
		int i
		StringBuffer sb
		int sz
	public int getOpcode () 
	public com.google.dexmaker.dx.rop.type.Type getResult () 
	public com.google.dexmaker.dx.rop.type.TypeList getSources () 
	public com.google.dexmaker.dx.rop.type.TypeList getExceptions () 
	public int getBranchingness () 
	public boolean isCallLike () 
	public boolean isCommutative () 
	public java.lang.String getNickname () 
	public final boolean canThrow () 
}

com/google/dexmaker/dx/rop/code/RegisterSpecSet.class
RegisterSpecSet.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.RegisterSpecSet extends com.google.dexmaker.dx.util.MutabilityControl {
	public static final com.google.dexmaker.dx.rop.code.RegisterSpecSet EMPTY
	private final com.google.dexmaker.dx.rop.code.RegisterSpec[] specs
	private int size
	public void  (int) 
		int maxSize
	public boolean equals (java.lang.Object) 
		com.google.dexmaker.dx.rop.code.RegisterSpec s1
		com.google.dexmaker.dx.rop.code.RegisterSpec s2
		int i
		Object other
		com.google.dexmaker.dx.rop.code.RegisterSpecSet otherSet
		com.google.dexmaker.dx.rop.code.RegisterSpec[] otherSpecs
		int len
	public int hashCode () 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		int oneHash
		int i
		int len
		int hash
	public java.lang.String toString () 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		int i
		int len
		StringBuffer sb
		boolean any
	public int getMaxSize () 
	public int size () 
		int i
		int len
		int result
	public com.google.dexmaker.dx.rop.code.RegisterSpec get (int) 
		ArrayIndexOutOfBoundsException ex
		int reg
	public com.google.dexmaker.dx.rop.code.RegisterSpec get (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
	public com.google.dexmaker.dx.rop.code.RegisterSpec findMatchingLocal (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec s
		int reg
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		int length
	public com.google.dexmaker.dx.rop.code.RegisterSpec localItemToSpec (com.google.dexmaker.dx.rop.code.LocalItem) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		int reg
		com.google.dexmaker.dx.rop.code.LocalItem local
		int length
	public void remove (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		ArrayIndexOutOfBoundsException ex
		com.google.dexmaker.dx.rop.code.RegisterSpec toRemove
	public void put (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		int prevReg
		com.google.dexmaker.dx.rop.code.RegisterSpec prevSpec
		int reg
		ArrayIndexOutOfBoundsException ex
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
	public void putAll (com.google.dexmaker.dx.rop.code.RegisterSpecSet) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpecSet set
		int max
	public void intersect (com.google.dexmaker.dx.rop.code.RegisterSpecSet, boolean) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		com.google.dexmaker.dx.rop.code.RegisterSpec intersection
		int i
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpecSet other
		boolean localPrimary
		com.google.dexmaker.dx.rop.code.RegisterSpec[] otherSpecs
		int thisLen
		int len
	public com.google.dexmaker.dx.rop.code.RegisterSpecSet withOffset (int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		int i
		int delta
		int len
		com.google.dexmaker.dx.rop.code.RegisterSpecSet result
	public com.google.dexmaker.dx.rop.code.RegisterSpecSet mutableCopy () 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		int i
		int len
		com.google.dexmaker.dx.rop.code.RegisterSpecSet copy
	static void  () 
}

com/google/dexmaker/dx/rop/code/RegisterSpecList.class
RegisterSpecList.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.RegisterSpecList extends com.google.dexmaker.dx.util.FixedSizeList implements com.google.dexmaker.dx.rop.type.TypeList  {
	public static final com.google.dexmaker.dx.rop.code.RegisterSpecList EMPTY
	public static com.google.dexmaker.dx.rop.code.RegisterSpecList make (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		com.google.dexmaker.dx.rop.code.RegisterSpecList result
	public static com.google.dexmaker.dx.rop.code.RegisterSpecList make (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec0
		com.google.dexmaker.dx.rop.code.RegisterSpec spec1
		com.google.dexmaker.dx.rop.code.RegisterSpecList result
	public static com.google.dexmaker.dx.rop.code.RegisterSpecList make (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec0
		com.google.dexmaker.dx.rop.code.RegisterSpec spec1
		com.google.dexmaker.dx.rop.code.RegisterSpec spec2
		com.google.dexmaker.dx.rop.code.RegisterSpecList result
	public static com.google.dexmaker.dx.rop.code.RegisterSpecList make (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec0
		com.google.dexmaker.dx.rop.code.RegisterSpec spec1
		com.google.dexmaker.dx.rop.code.RegisterSpec spec2
		com.google.dexmaker.dx.rop.code.RegisterSpec spec3
		com.google.dexmaker.dx.rop.code.RegisterSpecList result
	public void  (int) 
		int size
	public com.google.dexmaker.dx.rop.type.Type getType (int) 
		int n
	public int getWordCount () 
		int i
		int sz
		int result
	public com.google.dexmaker.dx.rop.type.TypeList withAddedType (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type
	public com.google.dexmaker.dx.rop.code.RegisterSpec get (int) 
		int n
	public com.google.dexmaker.dx.rop.code.RegisterSpec specForRegister (int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec rs
		int i
		int reg
		int sz
	public int indexOfRegister (int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec rs
		int i
		int reg
		int sz
	public void set (int, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		int n
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
	public int getRegistersSize () 
		int min
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		int i
		int sz
		int result
	public com.google.dexmaker.dx.rop.code.RegisterSpecList withFirst (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		int sz
		com.google.dexmaker.dx.rop.code.RegisterSpecList result
	public com.google.dexmaker.dx.rop.code.RegisterSpecList withoutFirst () 
		int i
		int newSize
		com.google.dexmaker.dx.rop.code.RegisterSpecList result
	public com.google.dexmaker.dx.rop.code.RegisterSpecList withoutLast () 
		int i
		int newSize
		com.google.dexmaker.dx.rop.code.RegisterSpecList result
	public com.google.dexmaker.dx.rop.code.RegisterSpecList subset (java.util.BitSet) 
		int oldIndex
		java.util.BitSet exclusionSet
		int newSize
		com.google.dexmaker.dx.rop.code.RegisterSpecList result
		int newIndex
	public com.google.dexmaker.dx.rop.code.RegisterSpecList withOffset (int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec one
		int i
		int delta
		int sz
		com.google.dexmaker.dx.rop.code.RegisterSpecList result
	public com.google.dexmaker.dx.rop.code.RegisterSpecList withExpandedRegisters (int, boolean, java.util.BitSet) 
		com.google.dexmaker.dx.rop.code.RegisterSpec one
		boolean replace
		int i
		int base
		boolean duplicateFirst
		java.util.BitSet compatRegs
		int sz
		com.google.dexmaker.dx.rop.code.RegisterSpecList result
	static void  () 
}

com/google/dexmaker/dx/rop/code/RegisterSpec.class
RegisterSpec.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.RegisterSpec extends java.lang.Object implements com.google.dexmaker.dx.rop.type.TypeBearer com.google.dexmaker.dx.util.ToHuman java.lang.Comparable  {
	public static final String PREFIX
	private static final java.util.HashMap theInterns
	private static final com.google.dexmaker.dx.rop.code.RegisterSpec$ForComparison theInterningItem
	private final int reg
	private final com.google.dexmaker.dx.rop.type.TypeBearer type
	private final com.google.dexmaker.dx.rop.code.LocalItem local
	private static com.google.dexmaker.dx.rop.code.RegisterSpec intern (int, com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.code.LocalItem) 
		com.google.dexmaker.dx.rop.code.RegisterSpec found
		int reg
		com.google.dexmaker.dx.rop.type.TypeBearer type
		com.google.dexmaker.dx.rop.code.LocalItem local
	public static com.google.dexmaker.dx.rop.code.RegisterSpec make (int, com.google.dexmaker.dx.rop.type.TypeBearer) 
		int reg
		com.google.dexmaker.dx.rop.type.TypeBearer type
	public static com.google.dexmaker.dx.rop.code.RegisterSpec make (int, com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.code.LocalItem) 
		int reg
		com.google.dexmaker.dx.rop.type.TypeBearer type
		com.google.dexmaker.dx.rop.code.LocalItem local
	public static com.google.dexmaker.dx.rop.code.RegisterSpec makeLocalOptional (int, com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.code.LocalItem) 
		int reg
		com.google.dexmaker.dx.rop.type.TypeBearer type
		com.google.dexmaker.dx.rop.code.LocalItem local
	public static java.lang.String regString (int) 
		int reg
	private void  (int, com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.code.LocalItem) 
		int reg
		com.google.dexmaker.dx.rop.type.TypeBearer type
		com.google.dexmaker.dx.rop.code.LocalItem local
	public boolean equals (java.lang.Object) 
		com.google.dexmaker.dx.rop.code.RegisterSpec$ForComparison fc
		Object other
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
	public boolean equalsUsingSimpleType (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec other
	public boolean matchesVariable (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec other
	private boolean equals (int, com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.code.LocalItem) 
		int reg
		com.google.dexmaker.dx.rop.type.TypeBearer type
		com.google.dexmaker.dx.rop.code.LocalItem local
	public int compareTo (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec other
		int compare
	public int hashCode () 
	private static int hashCodeOf (int, com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.code.LocalItem) 
		int reg
		com.google.dexmaker.dx.rop.type.TypeBearer type
		com.google.dexmaker.dx.rop.code.LocalItem local
		int hash
	public java.lang.String toString () 
	public java.lang.String toHuman () 
	public com.google.dexmaker.dx.rop.type.Type getType () 
	public com.google.dexmaker.dx.rop.type.TypeBearer getFrameType () 
	public final int getBasicType () 
	public final int getBasicFrameType () 
	public final boolean isConstant () 
	public int getReg () 
	public com.google.dexmaker.dx.rop.type.TypeBearer getTypeBearer () 
	public com.google.dexmaker.dx.rop.code.LocalItem getLocalItem () 
	public int getNextReg () 
	public int getCategory () 
	public boolean isCategory1 () 
	public boolean isCategory2 () 
	public java.lang.String regString () 
	public com.google.dexmaker.dx.rop.code.RegisterSpec intersect (com.google.dexmaker.dx.rop.code.RegisterSpec, boolean) 
		com.google.dexmaker.dx.rop.code.RegisterSpec other
		boolean localPrimary
		com.google.dexmaker.dx.rop.code.LocalItem resultLocal
		boolean sameName
		com.google.dexmaker.dx.rop.type.Type thisType
		com.google.dexmaker.dx.rop.type.Type otherType
		com.google.dexmaker.dx.rop.type.TypeBearer resultTypeBearer
	public com.google.dexmaker.dx.rop.code.RegisterSpec withReg (int) 
		int newReg
	public com.google.dexmaker.dx.rop.code.RegisterSpec withType (com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer newType
	public com.google.dexmaker.dx.rop.code.RegisterSpec withOffset (int) 
		int delta
	public com.google.dexmaker.dx.rop.code.RegisterSpec withSimpleType () 
		com.google.dexmaker.dx.rop.type.Type newType
		com.google.dexmaker.dx.rop.type.TypeBearer orig
		com.google.dexmaker.dx.rop.type.Type newType
	public com.google.dexmaker.dx.rop.code.RegisterSpec withLocalItem (com.google.dexmaker.dx.rop.code.LocalItem) 
		com.google.dexmaker.dx.rop.code.LocalItem local
	private java.lang.String toString0 (boolean) 
		boolean human
		StringBuffer sb
		com.google.dexmaker.dx.rop.type.Type justType
	public volatile int compareTo (java.lang.Object) 
		Object x0
	void  (int, com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.code.LocalItem, com.google.dexmaker.dx.rop.code.RegisterSpec$1) 
		int x0
		com.google.dexmaker.dx.rop.type.TypeBearer x1
		com.google.dexmaker.dx.rop.code.LocalItem x2
		com.google.dexmaker.dx.rop.code.RegisterSpec$1 x3
	static boolean access$500 (com.google.dexmaker.dx.rop.code.RegisterSpec, int, com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.code.LocalItem) 
		com.google.dexmaker.dx.rop.code.RegisterSpec x0
		int x1
		com.google.dexmaker.dx.rop.type.TypeBearer x2
		com.google.dexmaker.dx.rop.code.LocalItem x3
	static int access$600 (int, com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.code.LocalItem) 
		int x0
		com.google.dexmaker.dx.rop.type.TypeBearer x1
		com.google.dexmaker.dx.rop.code.LocalItem x2
	static void  () 
}

com/google/dexmaker/dx/rop/code/RegisterSpec$ForComparison.class
RegisterSpec.java
package com.google.dexmaker.dx.rop.code
 com.google.dexmaker.dx.rop.code.RegisterSpec$ForComparison extends java.lang.Object {
	private int reg
	private com.google.dexmaker.dx.rop.type.TypeBearer type
	private com.google.dexmaker.dx.rop.code.LocalItem local
	private void  () 
	public void set (int, com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.code.LocalItem) 
		int reg
		com.google.dexmaker.dx.rop.type.TypeBearer type
		com.google.dexmaker.dx.rop.code.LocalItem local
	public com.google.dexmaker.dx.rop.code.RegisterSpec toRegisterSpec () 
	public boolean equals (java.lang.Object) 
		Object other
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
	public int hashCode () 
	void  (com.google.dexmaker.dx.rop.code.RegisterSpec$1) 
		com.google.dexmaker.dx.rop.code.RegisterSpec$1 x0
	static int access$100 (com.google.dexmaker.dx.rop.code.RegisterSpec$ForComparison) 
		com.google.dexmaker.dx.rop.code.RegisterSpec$ForComparison x0
	static com.google.dexmaker.dx.rop.type.TypeBearer access$200 (com.google.dexmaker.dx.rop.code.RegisterSpec$ForComparison) 
		com.google.dexmaker.dx.rop.code.RegisterSpec$ForComparison x0
	static com.google.dexmaker.dx.rop.code.LocalItem access$300 (com.google.dexmaker.dx.rop.code.RegisterSpec$ForComparison) 
		com.google.dexmaker.dx.rop.code.RegisterSpec$ForComparison x0
}

com/google/dexmaker/dx/rop/code/RegisterSpec$1.class
RegisterSpec.java
package com.google.dexmaker.dx.rop.code
 com.google.dexmaker.dx.rop.code.RegisterSpec$1 extends java.lang.Object {
}

com/google/dexmaker/dx/rop/code/RegOps.class
RegOps.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.RegOps extends java.lang.Object {
	public static final int NOP
	public static final int MOVE
	public static final int MOVE_PARAM
	public static final int MOVE_EXCEPTION
	public static final int CONST
	public static final int GOTO
	public static final int IF_EQ
	public static final int IF_NE
	public static final int IF_LT
	public static final int IF_GE
	public static final int IF_LE
	public static final int IF_GT
	public static final int SWITCH
	public static final int ADD
	public static final int SUB
	public static final int MUL
	public static final int DIV
	public static final int REM
	public static final int NEG
	public static final int AND
	public static final int OR
	public static final int XOR
	public static final int SHL
	public static final int SHR
	public static final int USHR
	public static final int NOT
	public static final int CMPL
	public static final int CMPG
	public static final int CONV
	public static final int TO_BYTE
	public static final int TO_CHAR
	public static final int TO_SHORT
	public static final int RETURN
	public static final int ARRAY_LENGTH
	public static final int THROW
	public static final int MONITOR_ENTER
	public static final int MONITOR_EXIT
	public static final int AGET
	public static final int APUT
	public static final int NEW_INSTANCE
	public static final int NEW_ARRAY
	public static final int FILLED_NEW_ARRAY
	public static final int CHECK_CAST
	public static final int INSTANCE_OF
	public static final int GET_FIELD
	public static final int GET_STATIC
	public static final int PUT_FIELD
	public static final int PUT_STATIC
	public static final int INVOKE_STATIC
	public static final int INVOKE_VIRTUAL
	public static final int INVOKE_SUPER
	public static final int INVOKE_DIRECT
	public static final int INVOKE_INTERFACE
	public static final int MARK_LOCAL
	public static final int MOVE_RESULT
	public static final int MOVE_RESULT_PSEUDO
	public static final int FILL_ARRAY_DATA
	private void  () 
	public static java.lang.String opName (int) 
		int opcode
	public static int flippedIfOpcode (int) 
		int opcode
}

com/google/dexmaker/dx/rop/code/PlainInsn.class
PlainInsn.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.PlainInsn extends com.google.dexmaker.dx.rop.code.Insn {
	public void  (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
	public void  (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpec source
	public com.google.dexmaker.dx.rop.type.TypeList getCatches () 
	public void accept (com.google.dexmaker.dx.rop.code.Insn$Visitor) 
		com.google.dexmaker.dx.rop.code.Insn$Visitor visitor
	public com.google.dexmaker.dx.rop.code.Insn withAddedCatch (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type
	public com.google.dexmaker.dx.rop.code.Insn withRegisterOffset (int) 
		int delta
	public com.google.dexmaker.dx.rop.code.Insn withSourceLiteral () 
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.code.RegisterSpecList newSources
		com.google.dexmaker.dx.rop.code.Rop newRop
		com.google.dexmaker.dx.rop.type.TypeBearer firstType
		int opcode
		IllegalArgumentException ex
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.code.RegisterSpecList newSources
		com.google.dexmaker.dx.rop.code.Rop newRop
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int szSources
		com.google.dexmaker.dx.rop.type.TypeBearer lastType
	public com.google.dexmaker.dx.rop.code.Insn withNewRegisters (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
}

com/google/dexmaker/dx/rop/code/PlainCstInsn.class
PlainCstInsn.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.PlainCstInsn extends com.google.dexmaker.dx.rop.code.CstInsn {
	public void  (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpecList, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		com.google.dexmaker.dx.rop.cst.Constant cst
	public com.google.dexmaker.dx.rop.type.TypeList getCatches () 
	public void accept (com.google.dexmaker.dx.rop.code.Insn$Visitor) 
		com.google.dexmaker.dx.rop.code.Insn$Visitor visitor
	public com.google.dexmaker.dx.rop.code.Insn withAddedCatch (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type
	public com.google.dexmaker.dx.rop.code.Insn withRegisterOffset (int) 
		int delta
	public com.google.dexmaker.dx.rop.code.Insn withNewRegisters (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
}

com/google/dexmaker/dx/rop/code/LocalVariableInfo.class
LocalVariableInfo.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.LocalVariableInfo extends com.google.dexmaker.dx.util.MutabilityControl {
	private final int regCount
	private final com.google.dexmaker.dx.rop.code.RegisterSpecSet emptySet
	private final com.google.dexmaker.dx.rop.code.RegisterSpecSet[] blockStarts
	private final java.util.HashMap insnAssignments
	public void  (com.google.dexmaker.dx.rop.code.RopMethod) 
		com.google.dexmaker.dx.rop.code.RopMethod method
		com.google.dexmaker.dx.rop.code.BasicBlockList blocks
		int maxLabel
	public void setStarts (int, com.google.dexmaker.dx.rop.code.RegisterSpecSet) 
		ArrayIndexOutOfBoundsException ex
		int label
		com.google.dexmaker.dx.rop.code.RegisterSpecSet specs
	public boolean mergeStarts (int, com.google.dexmaker.dx.rop.code.RegisterSpecSet) 
		int label
		com.google.dexmaker.dx.rop.code.RegisterSpecSet specs
		com.google.dexmaker.dx.rop.code.RegisterSpecSet start
		boolean changed
		com.google.dexmaker.dx.rop.code.RegisterSpecSet newStart
	public com.google.dexmaker.dx.rop.code.RegisterSpecSet getStarts (int) 
		int label
		com.google.dexmaker.dx.rop.code.RegisterSpecSet result
	public com.google.dexmaker.dx.rop.code.RegisterSpecSet getStarts (com.google.dexmaker.dx.rop.code.BasicBlock) 
		com.google.dexmaker.dx.rop.code.BasicBlock block
	public com.google.dexmaker.dx.rop.code.RegisterSpecSet mutableCopyOfStarts (int) 
		int label
		com.google.dexmaker.dx.rop.code.RegisterSpecSet result
	public void addAssignment (com.google.dexmaker.dx.rop.code.Insn, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.Insn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
	public com.google.dexmaker.dx.rop.code.RegisterSpec getAssignment (com.google.dexmaker.dx.rop.code.Insn) 
		com.google.dexmaker.dx.rop.code.Insn insn
	public int getAssignmentCount () 
	public void debugDump () 
		int label
	private com.google.dexmaker.dx.rop.code.RegisterSpecSet getStarts0 (int) 
		ArrayIndexOutOfBoundsException ex
		int label
}

com/google/dexmaker/dx/rop/code/LocalVariableExtractor.class
LocalVariableExtractor.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.LocalVariableExtractor extends java.lang.Object {
	private final com.google.dexmaker.dx.rop.code.RopMethod method
	private final com.google.dexmaker.dx.rop.code.BasicBlockList blocks
	private final com.google.dexmaker.dx.rop.code.LocalVariableInfo resultInfo
	private final int[] workSet
	public static com.google.dexmaker.dx.rop.code.LocalVariableInfo extract (com.google.dexmaker.dx.rop.code.RopMethod) 
		com.google.dexmaker.dx.rop.code.RopMethod method
		com.google.dexmaker.dx.rop.code.LocalVariableExtractor lve
	private void  (com.google.dexmaker.dx.rop.code.RopMethod) 
		com.google.dexmaker.dx.rop.code.RopMethod method
		com.google.dexmaker.dx.rop.code.BasicBlockList blocks
		int maxLabel
	private com.google.dexmaker.dx.rop.code.LocalVariableInfo doit () 
		int label
	private void processBlock (int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec previous
		com.google.dexmaker.dx.rop.code.Insn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpec already
		int i
		int succ
		com.google.dexmaker.dx.rop.code.RegisterSpecSet state
		int i
		int label
		com.google.dexmaker.dx.rop.code.RegisterSpecSet primaryState
		com.google.dexmaker.dx.rop.code.BasicBlock block
		com.google.dexmaker.dx.rop.code.InsnList insns
		int insnSz
		boolean canThrowDuringLastInsn
		int freezeSecondaryStateAt
		com.google.dexmaker.dx.rop.code.RegisterSpecSet secondaryState
		com.google.dexmaker.dx.util.IntList successors
		int succSz
		int primarySuccessor
}

com/google/dexmaker/dx/rop/code/LocalItem.class
LocalItem.java
package com.google.dexmaker.dx.rop.code
public com.google.dexmaker.dx.rop.code.LocalItem extends java.lang.Object implements java.lang.Comparable  {
	private final com.google.dexmaker.dx.rop.cst.CstString name
	private final com.google.dexmaker.dx.rop.cst.CstString signature
	public static com.google.dexmaker.dx.rop.code.LocalItem make (com.google.dexmaker.dx.rop.cst.CstString, com.google.dexmaker.dx.rop.cst.CstString) 
		com.google.dexmaker.dx.rop.cst.CstString name
		com.google.dexmaker.dx.rop.cst.CstString signature
	private void  (com.google.dexmaker.dx.rop.cst.CstString, com.google.dexmaker.dx.rop.cst.CstString) 
		com.google.dexmaker.dx.rop.cst.CstString name
		com.google.dexmaker.dx.rop.cst.CstString signature
	public boolean equals (java.lang.Object) 
		Object other
		com.google.dexmaker.dx.rop.code.LocalItem local
	private static int compareHandlesNulls (com.google.dexmaker.dx.rop.cst.CstString, com.google.dexmaker.dx.rop.cst.CstString) 
		com.google.dexmaker.dx.rop.cst.CstString a
		com.google.dexmaker.dx.rop.cst.CstString b
	public int compareTo (com.google.dexmaker.dx.rop.code.LocalItem) 
		com.google.dexmaker.dx.rop.code.LocalItem local
		int ret
	public int hashCode () 
	public java.lang.String toString () 
	public com.google.dexmaker.dx.rop.cst.CstString getName () 
	public com.google.dexmaker.dx.rop.cst.CstString getSignature () 
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/rop/code/InsnList.class
InsnList.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.InsnList extends com.google.dexmaker.dx.util.FixedSizeList {
	public void  (int) 
		int size
	public com.google.dexmaker.dx.rop.code.Insn get (int) 
		int n
	public void set (int, com.google.dexmaker.dx.rop.code.Insn) 
		int n
		com.google.dexmaker.dx.rop.code.Insn insn
	public com.google.dexmaker.dx.rop.code.Insn getLast () 
	public void forEach (com.google.dexmaker.dx.rop.code.Insn$Visitor) 
		int i
		com.google.dexmaker.dx.rop.code.Insn$Visitor visitor
		int sz
	public boolean contentEquals (com.google.dexmaker.dx.rop.code.InsnList) 
		int i
		com.google.dexmaker.dx.rop.code.InsnList b
		int sz
	public com.google.dexmaker.dx.rop.code.InsnList withRegisterOffset (int) 
		com.google.dexmaker.dx.rop.code.Insn one
		int i
		int delta
		int sz
		com.google.dexmaker.dx.rop.code.InsnList result
}

com/google/dexmaker/dx/rop/code/Insn.class
Insn.java
package com.google.dexmaker.dx.rop.code
public abstract com.google.dexmaker.dx.rop.code.Insn extends java.lang.Object implements com.google.dexmaker.dx.util.ToHuman  {
	private final com.google.dexmaker.dx.rop.code.Rop opcode
	private final com.google.dexmaker.dx.rop.code.SourcePosition position
	private final com.google.dexmaker.dx.rop.code.RegisterSpec result
	private final com.google.dexmaker.dx.rop.code.RegisterSpecList sources
	public void  (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
	public final boolean equals (java.lang.Object) 
		Object other
	public final int hashCode () 
	public java.lang.String toString () 
	public java.lang.String toHuman () 
	public java.lang.String getInlineString () 
	public final com.google.dexmaker.dx.rop.code.Rop getOpcode () 
	public final com.google.dexmaker.dx.rop.code.SourcePosition getPosition () 
	public final com.google.dexmaker.dx.rop.code.RegisterSpec getResult () 
	public final com.google.dexmaker.dx.rop.code.RegisterSpec getLocalAssignment () 
		com.google.dexmaker.dx.rop.code.RegisterSpec assignment
		com.google.dexmaker.dx.rop.code.RegisterSpec assignment
		com.google.dexmaker.dx.rop.code.LocalItem localItem
	public final com.google.dexmaker.dx.rop.code.RegisterSpecList getSources () 
	public final boolean canThrow () 
	public abstract com.google.dexmaker.dx.rop.type.TypeList getCatches () 
	public abstract void accept (com.google.dexmaker.dx.rop.code.Insn$Visitor) 
	public abstract com.google.dexmaker.dx.rop.code.Insn withAddedCatch (com.google.dexmaker.dx.rop.type.Type) 
	public abstract com.google.dexmaker.dx.rop.code.Insn withRegisterOffset (int) 
	public com.google.dexmaker.dx.rop.code.Insn withSourceLiteral () 
	public com.google.dexmaker.dx.rop.code.Insn copy () 
	private static boolean equalsHandleNulls (java.lang.Object, java.lang.Object) 
		Object a
		Object b
	public boolean contentEquals (com.google.dexmaker.dx.rop.code.Insn) 
		com.google.dexmaker.dx.rop.code.Insn b
	public abstract com.google.dexmaker.dx.rop.code.Insn withNewRegisters (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
	protected final java.lang.String toStringWithInline (java.lang.String) 
		String extra
		StringBuffer sb
	protected final java.lang.String toHumanWithInline (java.lang.String) 
		int i
		String extra
		StringBuffer sb
		int sz
}

com/google/dexmaker/dx/rop/code/Insn$Visitor.class
Insn.java
package com.google.dexmaker.dx.rop.code
public abstract com.google.dexmaker.dx.rop.code.Insn$Visitor extends java.lang.Object {
	public abstract void visitPlainInsn (com.google.dexmaker.dx.rop.code.PlainInsn) 
	public abstract void visitPlainCstInsn (com.google.dexmaker.dx.rop.code.PlainCstInsn) 
	public abstract void visitSwitchInsn (com.google.dexmaker.dx.rop.code.SwitchInsn) 
	public abstract void visitThrowingCstInsn (com.google.dexmaker.dx.rop.code.ThrowingCstInsn) 
	public abstract void visitThrowingInsn (com.google.dexmaker.dx.rop.code.ThrowingInsn) 
	public abstract void visitFillArrayDataInsn (com.google.dexmaker.dx.rop.code.FillArrayDataInsn) 
}

com/google/dexmaker/dx/rop/code/Insn$BaseVisitor.class
Insn.java
package com.google.dexmaker.dx.rop.code
public com.google.dexmaker.dx.rop.code.Insn$BaseVisitor extends java.lang.Object implements com.google.dexmaker.dx.rop.code.Insn$Visitor  {
	public void  () 
	public void visitPlainInsn (com.google.dexmaker.dx.rop.code.PlainInsn) 
		com.google.dexmaker.dx.rop.code.PlainInsn insn
	public void visitPlainCstInsn (com.google.dexmaker.dx.rop.code.PlainCstInsn) 
		com.google.dexmaker.dx.rop.code.PlainCstInsn insn
	public void visitSwitchInsn (com.google.dexmaker.dx.rop.code.SwitchInsn) 
		com.google.dexmaker.dx.rop.code.SwitchInsn insn
	public void visitThrowingCstInsn (com.google.dexmaker.dx.rop.code.ThrowingCstInsn) 
		com.google.dexmaker.dx.rop.code.ThrowingCstInsn insn
	public void visitThrowingInsn (com.google.dexmaker.dx.rop.code.ThrowingInsn) 
		com.google.dexmaker.dx.rop.code.ThrowingInsn insn
	public void visitFillArrayDataInsn (com.google.dexmaker.dx.rop.code.FillArrayDataInsn) 
		com.google.dexmaker.dx.rop.code.FillArrayDataInsn insn
}

com/google/dexmaker/dx/rop/code/FillArrayDataInsn.class
FillArrayDataInsn.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.FillArrayDataInsn extends com.google.dexmaker.dx.rop.code.Insn {
	private final java.util.ArrayList initValues
	private final com.google.dexmaker.dx.rop.cst.Constant arrayType
	public void  (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpecList, java.util.ArrayList, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		java.util.ArrayList initValues
		com.google.dexmaker.dx.rop.cst.Constant cst
	public com.google.dexmaker.dx.rop.type.TypeList getCatches () 
	public java.util.ArrayList getInitValues () 
	public com.google.dexmaker.dx.rop.cst.Constant getConstant () 
	public void accept (com.google.dexmaker.dx.rop.code.Insn$Visitor) 
		com.google.dexmaker.dx.rop.code.Insn$Visitor visitor
	public com.google.dexmaker.dx.rop.code.Insn withAddedCatch (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type
	public com.google.dexmaker.dx.rop.code.Insn withRegisterOffset (int) 
		int delta
	public com.google.dexmaker.dx.rop.code.Insn withNewRegisters (com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
}

com/google/dexmaker/dx/rop/code/Exceptions.class
Exceptions.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.Exceptions extends java.lang.Object {
	public static final com.google.dexmaker.dx.rop.type.Type TYPE_ArithmeticException
	public static final com.google.dexmaker.dx.rop.type.Type TYPE_ArrayIndexOutOfBoundsException
	public static final com.google.dexmaker.dx.rop.type.Type TYPE_ArrayStoreException
	public static final com.google.dexmaker.dx.rop.type.Type TYPE_ClassCastException
	public static final com.google.dexmaker.dx.rop.type.Type TYPE_Error
	public static final com.google.dexmaker.dx.rop.type.Type TYPE_IllegalMonitorStateException
	public static final com.google.dexmaker.dx.rop.type.Type TYPE_NegativeArraySizeException
	public static final com.google.dexmaker.dx.rop.type.Type TYPE_NullPointerException
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LIST_Error
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LIST_Error_ArithmeticException
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LIST_Error_ClassCastException
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LIST_Error_NegativeArraySizeException
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LIST_Error_NullPointerException
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LIST_Error_Null_ArrayIndexOutOfBounds
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LIST_Error_Null_ArrayIndex_ArrayStore
	public static final com.google.dexmaker.dx.rop.type.StdTypeList LIST_Error_Null_IllegalMonitorStateException
	private void  () 
	static void  () 
}

com/google/dexmaker/dx/rop/code/DexTranslationAdvice.class
DexTranslationAdvice.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.DexTranslationAdvice extends java.lang.Object implements com.google.dexmaker.dx.rop.code.TranslationAdvice  {
	public static final com.google.dexmaker.dx.rop.code.DexTranslationAdvice THE_ONE
	public static final com.google.dexmaker.dx.rop.code.DexTranslationAdvice NO_SOURCES_IN_ORDER
	private static final int MIN_INVOKE_IN_ORDER
	private final boolean disableSourcesInOrder
	private void  () 
	private void  (boolean) 
		boolean disableInvokeRange
	public boolean hasConstantOperation (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.cst.CstInteger cst
		com.google.dexmaker.dx.rop.cst.CstInteger cst2
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.RegisterSpec sourceA
		com.google.dexmaker.dx.rop.code.RegisterSpec sourceB
		com.google.dexmaker.dx.rop.cst.CstInteger cst
	public boolean requiresSourcesInOrder (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
	private int totalRopWidth (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int sz
		int total
	public int getMaxOptimalRegisterCount () 
	static void  () 
}

com/google/dexmaker/dx/rop/code/CstInsn.class
CstInsn.java
package com.google.dexmaker.dx.rop.code
public abstract com.google.dexmaker.dx.rop.code.CstInsn extends com.google.dexmaker.dx.rop.code.Insn {
	private final com.google.dexmaker.dx.rop.cst.Constant cst
	public void  (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpecList, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		com.google.dexmaker.dx.rop.cst.Constant cst
	public java.lang.String getInlineString () 
	public com.google.dexmaker.dx.rop.cst.Constant getConstant () 
	public boolean contentEquals (com.google.dexmaker.dx.rop.code.Insn) 
		com.google.dexmaker.dx.rop.code.Insn b
}

com/google/dexmaker/dx/rop/code/ConservativeTranslationAdvice.class
ConservativeTranslationAdvice.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.ConservativeTranslationAdvice extends java.lang.Object implements com.google.dexmaker.dx.rop.code.TranslationAdvice  {
	public static final com.google.dexmaker.dx.rop.code.ConservativeTranslationAdvice THE_ONE
	private void  () 
	public boolean hasConstantOperation (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.RegisterSpec sourceA
		com.google.dexmaker.dx.rop.code.RegisterSpec sourceB
	public boolean requiresSourcesInOrder (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.Rop opcode
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
	public int getMaxOptimalRegisterCount () 
	static void  () 
}

com/google/dexmaker/dx/rop/code/BasicBlockList.class
BasicBlockList.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.BasicBlockList extends com.google.dexmaker.dx.util.LabeledList {
	private int regCount
	public void  (int) 
		int size
	private void  (com.google.dexmaker.dx.rop.code.BasicBlockList) 
		com.google.dexmaker.dx.rop.code.BasicBlockList old
	public com.google.dexmaker.dx.rop.code.BasicBlock get (int) 
		int n
	public void set (int, com.google.dexmaker.dx.rop.code.BasicBlock) 
		int n
		com.google.dexmaker.dx.rop.code.BasicBlock bb
	public int getRegCount () 
		com.google.dexmaker.dx.rop.code.BasicBlockList$RegCountVisitor visitor
	public int getInstructionCount () 
		com.google.dexmaker.dx.rop.code.BasicBlock one
		int i
		int sz
		int result
	public int getEffectiveInstructionCount () 
		com.google.dexmaker.dx.rop.code.Insn insn
		int j
		com.google.dexmaker.dx.rop.code.InsnList insns
		int insnsSz
		com.google.dexmaker.dx.rop.code.BasicBlock one
		int i
		int sz
		int result
	public com.google.dexmaker.dx.rop.code.BasicBlock labelToBlock (int) 
		int label
		int idx
	public void forEachInsn (com.google.dexmaker.dx.rop.code.Insn$Visitor) 
		com.google.dexmaker.dx.rop.code.BasicBlock one
		com.google.dexmaker.dx.rop.code.InsnList insns
		int i
		com.google.dexmaker.dx.rop.code.Insn$Visitor visitor
		int sz
	public com.google.dexmaker.dx.rop.code.BasicBlockList withRegisterOffset (int) 
		com.google.dexmaker.dx.rop.code.BasicBlock one
		int i
		int delta
		int sz
		com.google.dexmaker.dx.rop.code.BasicBlockList result
	public com.google.dexmaker.dx.rop.code.BasicBlockList getMutableCopy () 
	public com.google.dexmaker.dx.rop.code.BasicBlock preferredSuccessorOf (com.google.dexmaker.dx.rop.code.BasicBlock) 
		com.google.dexmaker.dx.rop.code.BasicBlock block
		int primarySuccessor
		com.google.dexmaker.dx.util.IntList successors
		int succSize
	public boolean catchesEqual (com.google.dexmaker.dx.rop.code.BasicBlock, com.google.dexmaker.dx.rop.code.BasicBlock) 
		int label1
		int label2
		int i
		com.google.dexmaker.dx.rop.code.BasicBlock block1
		com.google.dexmaker.dx.rop.code.BasicBlock block2
		com.google.dexmaker.dx.rop.type.TypeList catches1
		com.google.dexmaker.dx.rop.type.TypeList catches2
		com.google.dexmaker.dx.util.IntList succ1
		com.google.dexmaker.dx.util.IntList succ2
		int size
		int primary1
		int primary2
}

com/google/dexmaker/dx/rop/code/BasicBlockList$RegCountVisitor.class
BasicBlockList.java
package com.google.dexmaker.dx.rop.code
 com.google.dexmaker.dx.rop.code.BasicBlockList$RegCountVisitor extends java.lang.Object implements com.google.dexmaker.dx.rop.code.Insn$Visitor  {
	private int regCount
	public void  () 
	public int getRegCount () 
	public void visitPlainInsn (com.google.dexmaker.dx.rop.code.PlainInsn) 
		com.google.dexmaker.dx.rop.code.PlainInsn insn
	public void visitPlainCstInsn (com.google.dexmaker.dx.rop.code.PlainCstInsn) 
		com.google.dexmaker.dx.rop.code.PlainCstInsn insn
	public void visitSwitchInsn (com.google.dexmaker.dx.rop.code.SwitchInsn) 
		com.google.dexmaker.dx.rop.code.SwitchInsn insn
	public void visitThrowingCstInsn (com.google.dexmaker.dx.rop.code.ThrowingCstInsn) 
		com.google.dexmaker.dx.rop.code.ThrowingCstInsn insn
	public void visitThrowingInsn (com.google.dexmaker.dx.rop.code.ThrowingInsn) 
		com.google.dexmaker.dx.rop.code.ThrowingInsn insn
	public void visitFillArrayDataInsn (com.google.dexmaker.dx.rop.code.FillArrayDataInsn) 
		com.google.dexmaker.dx.rop.code.FillArrayDataInsn insn
	private void visit (com.google.dexmaker.dx.rop.code.Insn) 
		int i
		com.google.dexmaker.dx.rop.code.Insn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec result
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
		int sz
	private void processReg (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		int reg
}

com/google/dexmaker/dx/rop/code/BasicBlock.class
BasicBlock.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.BasicBlock extends java.lang.Object implements com.google.dexmaker.dx.util.LabeledItem  {
	private final int label
	private final com.google.dexmaker.dx.rop.code.InsnList insns
	private final com.google.dexmaker.dx.util.IntList successors
	private final int primarySuccessor
	public void  (int, com.google.dexmaker.dx.rop.code.InsnList, com.google.dexmaker.dx.util.IntList, int) 
		NullPointerException ex
		com.google.dexmaker.dx.rop.code.Rop one
		int i
		NullPointerException ex
		int label
		com.google.dexmaker.dx.rop.code.InsnList insns
		com.google.dexmaker.dx.util.IntList successors
		int primarySuccessor
		int sz
		com.google.dexmaker.dx.rop.code.Insn lastInsn
	public boolean equals (java.lang.Object) 
		Object other
	public int hashCode () 
	public int getLabel () 
	public com.google.dexmaker.dx.rop.code.InsnList getInsns () 
	public com.google.dexmaker.dx.util.IntList getSuccessors () 
	public int getPrimarySuccessor () 
	public int getSecondarySuccessor () 
		int succ
	public com.google.dexmaker.dx.rop.code.Insn getFirstInsn () 
	public com.google.dexmaker.dx.rop.code.Insn getLastInsn () 
	public boolean canThrow () 
	public boolean hasExceptionHandlers () 
		com.google.dexmaker.dx.rop.code.Insn lastInsn
	public com.google.dexmaker.dx.rop.type.TypeList getExceptionHandlerTypes () 
		com.google.dexmaker.dx.rop.code.Insn lastInsn
	public com.google.dexmaker.dx.rop.code.BasicBlock withRegisterOffset (int) 
		int delta
	public java.lang.String toString () 
}

com/google/dexmaker/dx/rop/code/BasicBlock$Visitor.class
BasicBlock.java
package com.google.dexmaker.dx.rop.code
public abstract com.google.dexmaker.dx.rop.code.BasicBlock$Visitor extends java.lang.Object {
	public abstract void visitBlock (com.google.dexmaker.dx.rop.code.BasicBlock) 
}

com/google/dexmaker/dx/rop/code/AccessFlags.class
AccessFlags.java
package com.google.dexmaker.dx.rop.code
public final com.google.dexmaker.dx.rop.code.AccessFlags extends java.lang.Object {
	public static final int ACC_PUBLIC
	public static final int ACC_PRIVATE
	public static final int ACC_PROTECTED
	public static final int ACC_STATIC
	public static final int ACC_FINAL
	public static final int ACC_SYNCHRONIZED
	public static final int ACC_SUPER
	public static final int ACC_VOLATILE
	public static final int ACC_BRIDGE
	public static final int ACC_TRANSIENT
	public static final int ACC_VARARGS
	public static final int ACC_NATIVE
	public static final int ACC_INTERFACE
	public static final int ACC_ABSTRACT
	public static final int ACC_STRICT
	public static final int ACC_SYNTHETIC
	public static final int ACC_ANNOTATION
	public static final int ACC_ENUM
	public static final int ACC_CONSTRUCTOR
	public static final int ACC_DECLARED_SYNCHRONIZED
	public static final int CLASS_FLAGS
	public static final int INNER_CLASS_FLAGS
	public static final int FIELD_FLAGS
	public static final int METHOD_FLAGS
	private static final int CONV_CLASS
	private static final int CONV_FIELD
	private static final int CONV_METHOD
	private void  () 
	public static java.lang.String classString (int) 
		int flags
	public static java.lang.String innerClassString (int) 
		int flags
	public static java.lang.String fieldString (int) 
		int flags
	public static java.lang.String methodString (int) 
		int flags
	public static boolean isPublic (int) 
		int flags
	public static boolean isProtected (int) 
		int flags
	public static boolean isPrivate (int) 
		int flags
	public static boolean isStatic (int) 
		int flags
	public static boolean isSynchronized (int) 
		int flags
	public static boolean isAbstract (int) 
		int flags
	public static boolean isNative (int) 
		int flags
	public static boolean isAnnotation (int) 
		int flags
	public static boolean isDeclaredSynchronized (int) 
		int flags
	private static java.lang.String humanHelper (int, int, int) 
		int flags
		int mask
		int what
		StringBuffer sb
		int extra
}

com/google/dexmaker/dx/rop/code/
com/google/dexmaker/dx/rop/annotation/NameValuePair.class
NameValuePair.java
package com.google.dexmaker.dx.rop.annotation
public final com.google.dexmaker.dx.rop.annotation.NameValuePair extends java.lang.Object implements java.lang.Comparable  {
	private final com.google.dexmaker.dx.rop.cst.CstString name
	private final com.google.dexmaker.dx.rop.cst.Constant value
	public void  (com.google.dexmaker.dx.rop.cst.CstString, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.CstString name
		com.google.dexmaker.dx.rop.cst.Constant value
	public java.lang.String toString () 
	public int hashCode () 
	public boolean equals (java.lang.Object) 
		Object other
		com.google.dexmaker.dx.rop.annotation.NameValuePair otherPair
	public int compareTo (com.google.dexmaker.dx.rop.annotation.NameValuePair) 
		com.google.dexmaker.dx.rop.annotation.NameValuePair other
		int result
	public com.google.dexmaker.dx.rop.cst.CstString getName () 
	public com.google.dexmaker.dx.rop.cst.Constant getValue () 
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/rop/annotation/AnnotationsList.class
AnnotationsList.java
package com.google.dexmaker.dx.rop.annotation
public final com.google.dexmaker.dx.rop.annotation.AnnotationsList extends com.google.dexmaker.dx.util.FixedSizeList {
	public static final com.google.dexmaker.dx.rop.annotation.AnnotationsList EMPTY
	public static com.google.dexmaker.dx.rop.annotation.AnnotationsList combine (com.google.dexmaker.dx.rop.annotation.AnnotationsList, com.google.dexmaker.dx.rop.annotation.AnnotationsList) 
		com.google.dexmaker.dx.rop.annotation.Annotations a1
		com.google.dexmaker.dx.rop.annotation.Annotations a2
		int i
		com.google.dexmaker.dx.rop.annotation.AnnotationsList list1
		com.google.dexmaker.dx.rop.annotation.AnnotationsList list2
		int size
		com.google.dexmaker.dx.rop.annotation.AnnotationsList result
	public void  (int) 
		int size
	public com.google.dexmaker.dx.rop.annotation.Annotations get (int) 
		int n
	public void set (int, com.google.dexmaker.dx.rop.annotation.Annotations) 
		int n
		com.google.dexmaker.dx.rop.annotation.Annotations a
	static void  () 
}

com/google/dexmaker/dx/rop/annotation/Annotations.class
Annotations.java
package com.google.dexmaker.dx.rop.annotation
public final com.google.dexmaker.dx.rop.annotation.Annotations extends com.google.dexmaker.dx.util.MutabilityControl implements java.lang.Comparable  {
	public static final com.google.dexmaker.dx.rop.annotation.Annotations EMPTY
	private final java.util.TreeMap annotations
	public static com.google.dexmaker.dx.rop.annotation.Annotations combine (com.google.dexmaker.dx.rop.annotation.Annotations, com.google.dexmaker.dx.rop.annotation.Annotations) 
		com.google.dexmaker.dx.rop.annotation.Annotations a1
		com.google.dexmaker.dx.rop.annotation.Annotations a2
		com.google.dexmaker.dx.rop.annotation.Annotations result
	public static com.google.dexmaker.dx.rop.annotation.Annotations combine (com.google.dexmaker.dx.rop.annotation.Annotations, com.google.dexmaker.dx.rop.annotation.Annotation) 
		com.google.dexmaker.dx.rop.annotation.Annotations annotations
		com.google.dexmaker.dx.rop.annotation.Annotation annotation
		com.google.dexmaker.dx.rop.annotation.Annotations result
	public void  () 
	public int hashCode () 
	public boolean equals (java.lang.Object) 
		Object other
		com.google.dexmaker.dx.rop.annotation.Annotations otherAnnotations
	public int compareTo (com.google.dexmaker.dx.rop.annotation.Annotations) 
		com.google.dexmaker.dx.rop.annotation.Annotation thisOne
		com.google.dexmaker.dx.rop.annotation.Annotation otherOne
		int result
		com.google.dexmaker.dx.rop.annotation.Annotations other
		java.util.Iterator thisIter
		java.util.Iterator otherIter
	public java.lang.String toString () 
		com.google.dexmaker.dx.rop.annotation.Annotation a
		java.util.Iterator i$
		StringBuilder sb
		boolean first
	public int size () 
	public void add (com.google.dexmaker.dx.rop.annotation.Annotation) 
		com.google.dexmaker.dx.rop.annotation.Annotation annotation
		com.google.dexmaker.dx.rop.cst.CstType type
	public void addAll (com.google.dexmaker.dx.rop.annotation.Annotations) 
		com.google.dexmaker.dx.rop.annotation.Annotation a
		java.util.Iterator i$
		com.google.dexmaker.dx.rop.annotation.Annotations toAdd
	public java.util.Collection getAnnotations () 
	public volatile int compareTo (java.lang.Object) 
		Object x0
	static void  () 
}

com/google/dexmaker/dx/rop/annotation/AnnotationVisibility.class
AnnotationVisibility.java
package com.google.dexmaker.dx.rop.annotation
public final com.google.dexmaker.dx.rop.annotation.AnnotationVisibility extends java.lang.Enum implements com.google.dexmaker.dx.util.ToHuman  {
	public static final com.google.dexmaker.dx.rop.annotation.AnnotationVisibility RUNTIME
	public static final com.google.dexmaker.dx.rop.annotation.AnnotationVisibility BUILD
	public static final com.google.dexmaker.dx.rop.annotation.AnnotationVisibility SYSTEM
	public static final com.google.dexmaker.dx.rop.annotation.AnnotationVisibility EMBEDDED
	private final String human
	private static final com.google.dexmaker.dx.rop.annotation.AnnotationVisibility[] $VALUES
	public static com.google.dexmaker.dx.rop.annotation.AnnotationVisibility[] values () 
	public static com.google.dexmaker.dx.rop.annotation.AnnotationVisibility valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String human
	public java.lang.String toHuman () 
	static void  () 
}

com/google/dexmaker/dx/rop/annotation/Annotation.class
Annotation.java
package com.google.dexmaker.dx.rop.annotation
public final com.google.dexmaker.dx.rop.annotation.Annotation extends com.google.dexmaker.dx.util.MutabilityControl implements java.lang.Comparable com.google.dexmaker.dx.util.ToHuman  {
	private final com.google.dexmaker.dx.rop.cst.CstType type
	private final com.google.dexmaker.dx.rop.annotation.AnnotationVisibility visibility
	private final java.util.TreeMap elements
	public void  (com.google.dexmaker.dx.rop.cst.CstType, com.google.dexmaker.dx.rop.annotation.AnnotationVisibility) 
		com.google.dexmaker.dx.rop.cst.CstType type
		com.google.dexmaker.dx.rop.annotation.AnnotationVisibility visibility
	public boolean equals (java.lang.Object) 
		Object other
		com.google.dexmaker.dx.rop.annotation.Annotation otherAnnotation
	public int hashCode () 
		int hash
	public int compareTo (com.google.dexmaker.dx.rop.annotation.Annotation) 
		com.google.dexmaker.dx.rop.annotation.NameValuePair thisOne
		com.google.dexmaker.dx.rop.annotation.NameValuePair otherOne
		com.google.dexmaker.dx.rop.annotation.Annotation other
		int result
		java.util.Iterator thisIter
		java.util.Iterator otherIter
	public java.lang.String toString () 
	public java.lang.String toHuman () 
		com.google.dexmaker.dx.rop.annotation.NameValuePair pair
		java.util.Iterator i$
		StringBuilder sb
		boolean first
	public com.google.dexmaker.dx.rop.cst.CstType getType () 
	public com.google.dexmaker.dx.rop.annotation.AnnotationVisibility getVisibility () 
	public void put (com.google.dexmaker.dx.rop.annotation.NameValuePair) 
		com.google.dexmaker.dx.rop.annotation.NameValuePair pair
	public void add (com.google.dexmaker.dx.rop.annotation.NameValuePair) 
		com.google.dexmaker.dx.rop.annotation.NameValuePair pair
		com.google.dexmaker.dx.rop.cst.CstString name
	public java.util.Collection getNameValuePairs () 
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/rop/annotation/
com/google/dexmaker/dx/rop/
com/google/dexmaker/dx/io/instructions/ZeroRegisterDecodedInstruction.class
ZeroRegisterDecodedInstruction.java
package com.google.dexmaker.dx.io.instructions
public final com.google.dexmaker.dx.io.instructions.ZeroRegisterDecodedInstruction extends com.google.dexmaker.dx.io.instructions.DecodedInstruction {
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, int, com.google.dexmaker.dx.io.IndexType, int, long) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		int index
		com.google.dexmaker.dx.io.IndexType indexType
		int target
		long literal
	public int getRegisterCount () 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction withIndex (int) 
		int newIndex
}

com/google/dexmaker/dx/io/instructions/TwoRegisterDecodedInstruction.class
TwoRegisterDecodedInstruction.java
package com.google.dexmaker.dx.io.instructions
public final com.google.dexmaker.dx.io.instructions.TwoRegisterDecodedInstruction extends com.google.dexmaker.dx.io.instructions.DecodedInstruction {
	private final int a
	private final int b
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, int, com.google.dexmaker.dx.io.IndexType, int, long, int, int) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		int index
		com.google.dexmaker.dx.io.IndexType indexType
		int target
		long literal
		int a
		int b
	public int getRegisterCount () 
	public int getA () 
	public int getB () 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction withIndex (int) 
		int newIndex
}

com/google/dexmaker/dx/io/instructions/ThreeRegisterDecodedInstruction.class
ThreeRegisterDecodedInstruction.java
package com.google.dexmaker.dx.io.instructions
public final com.google.dexmaker.dx.io.instructions.ThreeRegisterDecodedInstruction extends com.google.dexmaker.dx.io.instructions.DecodedInstruction {
	private final int a
	private final int b
	private final int c
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, int, com.google.dexmaker.dx.io.IndexType, int, long, int, int, int) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		int index
		com.google.dexmaker.dx.io.IndexType indexType
		int target
		long literal
		int a
		int b
		int c
	public int getRegisterCount () 
	public int getA () 
	public int getB () 
	public int getC () 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction withIndex (int) 
		int newIndex
}

com/google/dexmaker/dx/io/instructions/SparseSwitchPayloadDecodedInstruction.class
SparseSwitchPayloadDecodedInstruction.java
package com.google.dexmaker.dx.io.instructions
public final com.google.dexmaker.dx.io.instructions.SparseSwitchPayloadDecodedInstruction extends com.google.dexmaker.dx.io.instructions.DecodedInstruction {
	private final int[] keys
	private final int[] targets
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, int[], int[]) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		int[] keys
		int[] targets
	public int getRegisterCount () 
	public int[] getKeys () 
	public int[] getTargets () 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction withIndex (int) 
		int newIndex
}

com/google/dexmaker/dx/io/instructions/ShortArrayCodeOutput.class
ShortArrayCodeOutput.java
package com.google.dexmaker.dx.io.instructions
public final com.google.dexmaker.dx.io.instructions.ShortArrayCodeOutput extends com.google.dexmaker.dx.io.instructions.BaseCodeCursor implements com.google.dexmaker.dx.io.instructions.CodeOutput  {
	private final short[] array
	public void  (int) 
		int maxSize
	public short[] getArray () 
		int cursor
		short[] result
	public void write (short) 
		short codeUnit
	public void write (short, short) 
		short u0
		short u1
	public void write (short, short, short) 
		short u0
		short u1
		short u2
	public void write (short, short, short, short) 
		short u0
		short u1
		short u2
		short u3
	public void write (short, short, short, short, short) 
		short u0
		short u1
		short u2
		short u3
		short u4
	public void writeInt (int) 
		int value
	public void writeLong (long) 
		long value
	public void write (byte[]) 
		byte b
		byte[] arr$
		int len$
		int i$
		byte[] data
		int value
		boolean even
	public void write (short[]) 
		short unit
		short[] arr$
		int len$
		int i$
		short[] data
	public void write (int[]) 
		int i
		int[] arr$
		int len$
		int i$
		int[] data
	public void write (long[]) 
		long l
		long[] arr$
		int len$
		int i$
		long[] data
}

com/google/dexmaker/dx/io/instructions/ShortArrayCodeInput.class
ShortArrayCodeInput.java
package com.google.dexmaker.dx.io.instructions
public final com.google.dexmaker.dx.io.instructions.ShortArrayCodeInput extends com.google.dexmaker.dx.io.instructions.BaseCodeCursor implements com.google.dexmaker.dx.io.instructions.CodeInput  {
	private final short[] array
	public void  (short[]) 
		short[] array
	public boolean hasMore () 
	public int read ()  throws java.io.EOFException 
		int value
		ArrayIndexOutOfBoundsException ex
	public int readInt ()  throws java.io.EOFException 
		int short0
		int short1
	public long readLong ()  throws java.io.EOFException 
		long short0
		long short1
		long short2
		long short3
}

com/google/dexmaker/dx/io/instructions/RegisterRangeDecodedInstruction.class
RegisterRangeDecodedInstruction.java
package com.google.dexmaker.dx.io.instructions
public final com.google.dexmaker.dx.io.instructions.RegisterRangeDecodedInstruction extends com.google.dexmaker.dx.io.instructions.DecodedInstruction {
	private final int a
	private final int registerCount
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, int, com.google.dexmaker.dx.io.IndexType, int, long, int, int) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		int index
		com.google.dexmaker.dx.io.IndexType indexType
		int target
		long literal
		int a
		int registerCount
	public int getRegisterCount () 
	public int getA () 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction withIndex (int) 
		int newIndex
}

com/google/dexmaker/dx/io/instructions/PackedSwitchPayloadDecodedInstruction.class
PackedSwitchPayloadDecodedInstruction.java
package com.google.dexmaker.dx.io.instructions
public final com.google.dexmaker.dx.io.instructions.PackedSwitchPayloadDecodedInstruction extends com.google.dexmaker.dx.io.instructions.DecodedInstruction {
	private final int firstKey
	private final int[] targets
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, int, int[]) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		int firstKey
		int[] targets
	public int getRegisterCount () 
	public int getFirstKey () 
	public int[] getTargets () 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction withIndex (int) 
		int newIndex
}

com/google/dexmaker/dx/io/instructions/OneRegisterDecodedInstruction.class
OneRegisterDecodedInstruction.java
package com.google.dexmaker.dx.io.instructions
public final com.google.dexmaker.dx.io.instructions.OneRegisterDecodedInstruction extends com.google.dexmaker.dx.io.instructions.DecodedInstruction {
	private final int a
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, int, com.google.dexmaker.dx.io.IndexType, int, long, int) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		int index
		com.google.dexmaker.dx.io.IndexType indexType
		int target
		long literal
		int a
	public int getRegisterCount () 
	public int getA () 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction withIndex (int) 
		int newIndex
}

com/google/dexmaker/dx/io/instructions/InstructionCodec.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
public abstract com.google.dexmaker.dx.io.instructions.InstructionCodec extends java.lang.Enum {
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_00X
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_10X
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_12X
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_11N
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_11X
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_10T
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_20T
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_20BC
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_22X
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_21T
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_21S
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_21H
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_21C
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_23X
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_22B
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_22T
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_22S
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_22C
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_22CS
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_30T
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_32X
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_31I
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_31T
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_31C
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_35C
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_35MS
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_35MI
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_3RC
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_3RMS
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_3RMI
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_51L
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_33X
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_32S
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_40SC
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_41C
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_52C
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_5RC
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_PACKED_SWITCH_PAYLOAD
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_SPARSE_SWITCH_PAYLOAD
	public static final com.google.dexmaker.dx.io.instructions.InstructionCodec FORMAT_FILL_ARRAY_DATA_PAYLOAD
	private static final com.google.dexmaker.dx.io.instructions.InstructionCodec[] $VALUES
	public static com.google.dexmaker.dx.io.instructions.InstructionCodec[] values () 
	public static com.google.dexmaker.dx.io.instructions.InstructionCodec valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	public abstract com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
	public abstract void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
	private static com.google.dexmaker.dx.io.instructions.DecodedInstruction decodeRegisterList (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int e
		int registerCount
		int index
		int abcd
		int a
		int b
		int c
		int d
		com.google.dexmaker.dx.io.IndexType indexType
	private static void encodeRegisterList (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
	private static com.google.dexmaker.dx.io.instructions.DecodedInstruction decodeRegisterRange (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int registerCount
		int index
		int a
		com.google.dexmaker.dx.io.IndexType indexType
	private static void encodeRegisterRange (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
	private static short codeUnit (int, int) 
		int lowByte
		int highByte
	private static short codeUnit (int, int, int, int) 
		int nibble0
		int nibble1
		int nibble2
		int nibble3
	private static int makeByte (int, int) 
		int lowNibble
		int highNibble
	private static short asUnsignedUnit (int) 
		int value
	private static short unit0 (int) 
		int value
	private static short unit1 (int) 
		int value
	private static short unit0 (long) 
		long value
	private static short unit1 (long) 
		long value
	private static short unit2 (long) 
		long value
	private static short unit3 (long) 
		long value
	private static int byte0 (int) 
		int value
	private static int byte1 (int) 
		int value
	private static int byte2 (int) 
		int value
	private static int byte3 (int) 
		int value
	private static int nibble0 (int) 
		int value
	private static int nibble1 (int) 
		int value
	private static int nibble2 (int) 
		int value
	private static int nibble3 (int) 
		int value
	void  (java.lang.String, int, com.google.dexmaker.dx.io.instructions.InstructionCodec$1) 
		String x0
		int x1
		com.google.dexmaker.dx.io.instructions.InstructionCodec$1 x2
	static int access$100 (int) 
		int x0
	static int access$200 (int) 
		int x0
	static int access$300 (int) 
		int x0
	static int access$400 (int) 
		int x0
	static int access$500 (int, int) 
		int x0
		int x1
	static short access$600 (int, int) 
		int x0
		int x1
	static short access$700 (int) 
		int x0
	static short access$800 (int) 
		int x0
	static com.google.dexmaker.dx.io.instructions.DecodedInstruction access$900 (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		com.google.dexmaker.dx.io.instructions.InstructionCodec x0
		int x1
		com.google.dexmaker.dx.io.instructions.CodeInput x2
	static void access$1000 (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction x0
		com.google.dexmaker.dx.io.instructions.CodeOutput x1
	static com.google.dexmaker.dx.io.instructions.DecodedInstruction access$1100 (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		com.google.dexmaker.dx.io.instructions.InstructionCodec x0
		int x1
		com.google.dexmaker.dx.io.instructions.CodeInput x2
	static void access$1200 (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction x0
		com.google.dexmaker.dx.io.instructions.CodeOutput x1
	static short access$1300 (long) 
		long x0
	static short access$1400 (long) 
		long x0
	static short access$1500 (long) 
		long x0
	static short access$1600 (long) 
		long x0
	static short access$1700 (int) 
		int x0
	static void  () 
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$9.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$9 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		int b
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$8.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$8 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int literal
		int index
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$7.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$7 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int baseAddress
		int opcode
		int literal
		int target
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		short relativeTarget
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$6.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$6 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int baseAddress
		int opcode
		int target
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		int relativeTarget
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$5.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$5 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$40.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$40 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int i
		int value
		byte[] array
		boolean even
		int i
		short[] array
		int i
		int[] array
		int i
		long[] array
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int elementWidth
		int size
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		com.google.dexmaker.dx.io.instructions.FillArrayDataPayloadDecodedInstruction payload
		short elementWidth
		Object data
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$4.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$4 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		int literal
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$39.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$39 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int i
		int i
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int baseAddress
		int size
		int[] keys
		int[] targets
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		int key
		int[] arr$
		int len$
		int i$
		int target
		int[] arr$
		int len$
		int i$
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		com.google.dexmaker.dx.io.instructions.SparseSwitchPayloadDecodedInstruction payload
		int[] keys
		int[] targets
		int baseAddress
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$38.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$38 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int i
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int baseAddress
		int size
		int firstKey
		int[] targets
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		int target
		int[] arr$
		int len$
		int i$
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		com.google.dexmaker.dx.io.instructions.PackedSwitchPayloadDecodedInstruction payload
		int[] targets
		int baseAddress
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$37.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$37 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int index
		int registerCount
		int a
		com.google.dexmaker.dx.io.IndexType indexType
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		int index
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$36.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$36 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int index
		int a
		int b
		com.google.dexmaker.dx.io.IndexType indexType
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		int index
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$35.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$35 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int index
		int a
		com.google.dexmaker.dx.io.IndexType indexType
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		int index
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$34.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$34 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int index
		int literal
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		int index
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$33.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$33 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int ab
		int a
		int b
		int literal
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$32.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$32 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int ab
		int a
		int b
		int c
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$31.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$31 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		long literal
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		long literal
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$30.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$30 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$3.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$3 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		int b
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$29.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$29 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$28.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$28 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$27.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$27 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$26.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$26 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$25.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$25 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$24.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$24 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		int index
		com.google.dexmaker.dx.io.IndexType indexType
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		int index
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$23.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$23 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int baseAddress
		int opcode
		int a
		int target
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		int relativeTarget
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$22.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$22 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		int literal
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		int literal
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$21.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$21 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int literal
		int a
		int b
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$20.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$20 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int baseAddress
		int opcode
		int literal
		int target
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		int relativeTarget
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$2.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$2 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int literal
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$19.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$19 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		int b
		int index
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$18.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$18 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		int b
		int index
		com.google.dexmaker.dx.io.IndexType indexType
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$17.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$17 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		int b
		int literal
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$16.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$16 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int baseAddress
		int opcode
		int a
		int b
		int target
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		short relativeTarget
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$15.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$15 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		int bc
		int b
		int literal
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$14.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$14 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		int bc
		int b
		int c
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$13.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$13 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		int index
		com.google.dexmaker.dx.io.IndexType indexType
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$12.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$12 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		long literal
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		int opcode
		int shift
		short literal
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$11.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$11 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcode
		int a
		int literal
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$10.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$10 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int baseAddress
		int opcode
		int a
		int target
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
		short relativeTarget
}

com/google/dexmaker/dx/io/instructions/InstructionCodec$1.class
InstructionCodec.java
package com.google.dexmaker.dx.io.instructions
final com.google.dexmaker.dx.io.instructions.InstructionCodec$1 extends com.google.dexmaker.dx.io.instructions.InstructionCodec {
	void  (java.lang.String, int) 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (int, com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		int opcodeUnit
		com.google.dexmaker.dx.io.instructions.CodeInput in
	public void encode (com.google.dexmaker.dx.io.instructions.DecodedInstruction, com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction insn
		com.google.dexmaker.dx.io.instructions.CodeOutput out
}

com/google/dexmaker/dx/io/instructions/FourRegisterDecodedInstruction.class
FourRegisterDecodedInstruction.java
package com.google.dexmaker.dx.io.instructions
public final com.google.dexmaker.dx.io.instructions.FourRegisterDecodedInstruction extends com.google.dexmaker.dx.io.instructions.DecodedInstruction {
	private final int a
	private final int b
	private final int c
	private final int d
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, int, com.google.dexmaker.dx.io.IndexType, int, long, int, int, int, int) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		int index
		com.google.dexmaker.dx.io.IndexType indexType
		int target
		long literal
		int a
		int b
		int c
		int d
	public int getRegisterCount () 
	public int getA () 
	public int getB () 
	public int getC () 
	public int getD () 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction withIndex (int) 
		int newIndex
}

com/google/dexmaker/dx/io/instructions/FiveRegisterDecodedInstruction.class
FiveRegisterDecodedInstruction.java
package com.google.dexmaker.dx.io.instructions
public final com.google.dexmaker.dx.io.instructions.FiveRegisterDecodedInstruction extends com.google.dexmaker.dx.io.instructions.DecodedInstruction {
	private final int a
	private final int b
	private final int c
	private final int d
	private final int e
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, int, com.google.dexmaker.dx.io.IndexType, int, long, int, int, int, int, int) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		int index
		com.google.dexmaker.dx.io.IndexType indexType
		int target
		long literal
		int a
		int b
		int c
		int d
		int e
	public int getRegisterCount () 
	public int getA () 
	public int getB () 
	public int getC () 
	public int getD () 
	public int getE () 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction withIndex (int) 
		int newIndex
}

com/google/dexmaker/dx/io/instructions/FillArrayDataPayloadDecodedInstruction.class
FillArrayDataPayloadDecodedInstruction.java
package com.google.dexmaker.dx.io.instructions
public final com.google.dexmaker.dx.io.instructions.FillArrayDataPayloadDecodedInstruction extends com.google.dexmaker.dx.io.instructions.DecodedInstruction {
	private final Object data
	private final int size
	private final int elementWidth
	private void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, java.lang.Object, int, int) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		Object data
		int size
		int elementWidth
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, byte[]) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		byte[] data
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, short[]) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		short[] data
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, int[]) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		int[] data
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, long[]) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		long[] data
	public int getRegisterCount () 
	public short getElementWidthUnit () 
	public int getSize () 
	public java.lang.Object getData () 
	public com.google.dexmaker.dx.io.instructions.DecodedInstruction withIndex (int) 
		int newIndex
}

com/google/dexmaker/dx/io/instructions/DecodedInstruction.class
DecodedInstruction.java
package com.google.dexmaker.dx.io.instructions
public abstract com.google.dexmaker.dx.io.instructions.DecodedInstruction extends java.lang.Object {
	private final com.google.dexmaker.dx.io.instructions.InstructionCodec format
	private final int opcode
	private final int index
	private final com.google.dexmaker.dx.io.IndexType indexType
	private final int target
	private final long literal
	public static com.google.dexmaker.dx.io.instructions.DecodedInstruction decode (com.google.dexmaker.dx.io.instructions.CodeInput)  throws java.io.EOFException 
		com.google.dexmaker.dx.io.instructions.CodeInput in
		int opcodeUnit
		int opcode
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
	public static com.google.dexmaker.dx.io.instructions.DecodedInstruction[] decodeAll (short[]) 
		java.io.EOFException ex
		short[] encodedInstructions
		int size
		com.google.dexmaker.dx.io.instructions.DecodedInstruction[] decoded
		com.google.dexmaker.dx.io.instructions.ShortArrayCodeInput in
	public void  (com.google.dexmaker.dx.io.instructions.InstructionCodec, int, int, com.google.dexmaker.dx.io.IndexType, int, long) 
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		int opcode
		int index
		com.google.dexmaker.dx.io.IndexType indexType
		int target
		long literal
	public final com.google.dexmaker.dx.io.instructions.InstructionCodec getFormat () 
	public final int getOpcode () 
	public final short getOpcodeUnit () 
	public final int getIndex () 
	public final short getIndexUnit () 
	public final com.google.dexmaker.dx.io.IndexType getIndexType () 
	public final int getTarget () 
	public final int getTarget (int) 
		int baseAddress
	public final short getTargetUnit (int) 
		int baseAddress
		int relativeTarget
	public final int getTargetByte (int) 
		int baseAddress
		int relativeTarget
	public final long getLiteral () 
	public final int getLiteralInt () 
	public final short getLiteralUnit () 
	public final int getLiteralByte () 
	public final int getLiteralNibble () 
	public abstract int getRegisterCount () 
	public int getA () 
	public int getB () 
	public int getC () 
	public int getD () 
	public int getE () 
	public final short getRegisterCountUnit () 
		int registerCount
	public final short getAUnit () 
		int a
	public final short getAByte () 
		int a
	public final short getANibble () 
		int a
	public final short getBUnit () 
		int b
	public final short getBByte () 
		int b
	public final short getBNibble () 
		int b
	public final short getCUnit () 
		int c
	public final short getCByte () 
		int c
	public final short getCNibble () 
		int c
	public final short getDUnit () 
		int d
	public final short getDByte () 
		int d
	public final short getDNibble () 
		int d
	public final short getENibble () 
		int e
	public final void encode (com.google.dexmaker.dx.io.instructions.CodeOutput) 
		com.google.dexmaker.dx.io.instructions.CodeOutput out
	public abstract com.google.dexmaker.dx.io.instructions.DecodedInstruction withIndex (int) 
}

com/google/dexmaker/dx/io/instructions/CodeOutput.class
CodeOutput.java
package com.google.dexmaker.dx.io.instructions
public abstract com.google.dexmaker.dx.io.instructions.CodeOutput extends java.lang.Object implements com.google.dexmaker.dx.io.instructions.CodeCursor  {
	public abstract void write (short) 
	public abstract void write (short, short) 
	public abstract void write (short, short, short) 
	public abstract void write (short, short, short, short) 
	public abstract void write (short, short, short, short, short) 
	public abstract void writeInt (int) 
	public abstract void writeLong (long) 
	public abstract void write (byte[]) 
	public abstract void write (short[]) 
	public abstract void write (int[]) 
	public abstract void write (long[]) 
}

com/google/dexmaker/dx/io/instructions/CodeInput.class
CodeInput.java
package com.google.dexmaker.dx.io.instructions
public abstract com.google.dexmaker.dx.io.instructions.CodeInput extends java.lang.Object implements com.google.dexmaker.dx.io.instructions.CodeCursor  {
	public abstract boolean hasMore () 
	public abstract int read ()  throws java.io.EOFException 
	public abstract int readInt ()  throws java.io.EOFException 
	public abstract long readLong ()  throws java.io.EOFException 
}

com/google/dexmaker/dx/io/instructions/CodeCursor.class
CodeCursor.java
package com.google.dexmaker.dx.io.instructions
public abstract com.google.dexmaker.dx.io.instructions.CodeCursor extends java.lang.Object {
	public abstract int cursor () 
	public abstract int baseAddressForCursor () 
	public abstract void setBaseAddress (int, int) 
}

com/google/dexmaker/dx/io/instructions/BaseCodeCursor.class
BaseCodeCursor.java
package com.google.dexmaker.dx.io.instructions
public abstract com.google.dexmaker.dx.io.instructions.BaseCodeCursor extends java.lang.Object implements com.google.dexmaker.dx.io.instructions.CodeCursor  {
	private final com.google.dexmaker.dx.io.instructions.AddressMap baseAddressMap
	private int cursor
	public void  () 
	public final int cursor () 
	public final int baseAddressForCursor () 
		int mapped
	public final void setBaseAddress (int, int) 
		int targetAddress
		int baseAddress
	protected final void advance (int) 
		int amount
}

com/google/dexmaker/dx/io/instructions/AddressMap.class
AddressMap.java
package com.google.dexmaker.dx.io.instructions
public final com.google.dexmaker.dx.io.instructions.AddressMap extends java.lang.Object {
	private final java.util.HashMap map
	public void  () 
	public int get (int) 
		int keyAddress
		Integer value
	public void put (int, int) 
		int keyAddress
		int valueAddress
}

com/google/dexmaker/dx/io/instructions/
com/google/dexmaker/dx/io/Opcodes.class
Opcodes.java
package com.google.dexmaker.dx.io
public final com.google.dexmaker.dx.io.Opcodes extends java.lang.Object {
	public static final int SPECIAL_FORMAT
	public static final int NO_NEXT
	public static final int MIN_VALUE
	public static final int MAX_VALUE
	public static final int NOP
	public static final int MOVE
	public static final int MOVE_FROM16
	public static final int MOVE_16
	public static final int MOVE_WIDE
	public static final int MOVE_WIDE_FROM16
	public static final int MOVE_WIDE_16
	public static final int MOVE_OBJECT
	public static final int MOVE_OBJECT_FROM16
	public static final int MOVE_OBJECT_16
	public static final int MOVE_RESULT
	public static final int MOVE_RESULT_WIDE
	public static final int MOVE_RESULT_OBJECT
	public static final int MOVE_EXCEPTION
	public static final int RETURN_VOID
	public static final int RETURN
	public static final int RETURN_WIDE
	public static final int RETURN_OBJECT
	public static final int CONST_4
	public static final int CONST_16
	public static final int CONST
	public static final int CONST_HIGH16
	public static final int CONST_WIDE_16
	public static final int CONST_WIDE_32
	public static final int CONST_WIDE
	public static final int CONST_WIDE_HIGH16
	public static final int CONST_STRING
	public static final int CONST_STRING_JUMBO
	public static final int CONST_CLASS
	public static final int MONITOR_ENTER
	public static final int MONITOR_EXIT
	public static final int CHECK_CAST
	public static final int INSTANCE_OF
	public static final int ARRAY_LENGTH
	public static final int NEW_INSTANCE
	public static final int NEW_ARRAY
	public static final int FILLED_NEW_ARRAY
	public static final int FILLED_NEW_ARRAY_RANGE
	public static final int FILL_ARRAY_DATA
	public static final int THROW
	public static final int GOTO
	public static final int GOTO_16
	public static final int GOTO_32
	public static final int PACKED_SWITCH
	public static final int SPARSE_SWITCH
	public static final int CMPL_FLOAT
	public static final int CMPG_FLOAT
	public static final int CMPL_DOUBLE
	public static final int CMPG_DOUBLE
	public static final int CMP_LONG
	public static final int IF_EQ
	public static final int IF_NE
	public static final int IF_LT
	public static final int IF_GE
	public static final int IF_GT
	public static final int IF_LE
	public static final int IF_EQZ
	public static final int IF_NEZ
	public static final int IF_LTZ
	public static final int IF_GEZ
	public static final int IF_GTZ
	public static final int IF_LEZ
	public static final int AGET
	public static final int AGET_WIDE
	public static final int AGET_OBJECT
	public static final int AGET_BOOLEAN
	public static final int AGET_BYTE
	public static final int AGET_CHAR
	public static final int AGET_SHORT
	public static final int APUT
	public static final int APUT_WIDE
	public static final int APUT_OBJECT
	public static final int APUT_BOOLEAN
	public static final int APUT_BYTE
	public static final int APUT_CHAR
	public static final int APUT_SHORT
	public static final int IGET
	public static final int IGET_WIDE
	public static final int IGET_OBJECT
	public static final int IGET_BOOLEAN
	public static final int IGET_BYTE
	public static final int IGET_CHAR
	public static final int IGET_SHORT
	public static final int IPUT
	public static final int IPUT_WIDE
	public static final int IPUT_OBJECT
	public static final int IPUT_BOOLEAN
	public static final int IPUT_BYTE
	public static final int IPUT_CHAR
	public static final int IPUT_SHORT
	public static final int SGET
	public static final int SGET_WIDE
	public static final int SGET_OBJECT
	public static final int SGET_BOOLEAN
	public static final int SGET_BYTE
	public static final int SGET_CHAR
	public static final int SGET_SHORT
	public static final int SPUT
	public static final int SPUT_WIDE
	public static final int SPUT_OBJECT
	public static final int SPUT_BOOLEAN
	public static final int SPUT_BYTE
	public static final int SPUT_CHAR
	public static final int SPUT_SHORT
	public static final int INVOKE_VIRTUAL
	public static final int INVOKE_SUPER
	public static final int INVOKE_DIRECT
	public static final int INVOKE_STATIC
	public static final int INVOKE_INTERFACE
	public static final int INVOKE_VIRTUAL_RANGE
	public static final int INVOKE_SUPER_RANGE
	public static final int INVOKE_DIRECT_RANGE
	public static final int INVOKE_STATIC_RANGE
	public static final int INVOKE_INTERFACE_RANGE
	public static final int NEG_INT
	public static final int NOT_INT
	public static final int NEG_LONG
	public static final int NOT_LONG
	public static final int NEG_FLOAT
	public static final int NEG_DOUBLE
	public static final int INT_TO_LONG
	public static final int INT_TO_FLOAT
	public static final int INT_TO_DOUBLE
	public static final int LONG_TO_INT
	public static final int LONG_TO_FLOAT
	public static final int LONG_TO_DOUBLE
	public static final int FLOAT_TO_INT
	public static final int FLOAT_TO_LONG
	public static final int FLOAT_TO_DOUBLE
	public static final int DOUBLE_TO_INT
	public static final int DOUBLE_TO_LONG
	public static final int DOUBLE_TO_FLOAT
	public static final int INT_TO_BYTE
	public static final int INT_TO_CHAR
	public static final int INT_TO_SHORT
	public static final int ADD_INT
	public static final int SUB_INT
	public static final int MUL_INT
	public static final int DIV_INT
	public static final int REM_INT
	public static final int AND_INT
	public static final int OR_INT
	public static final int XOR_INT
	public static final int SHL_INT
	public static final int SHR_INT
	public static final int USHR_INT
	public static final int ADD_LONG
	public static final int SUB_LONG
	public static final int MUL_LONG
	public static final int DIV_LONG
	public static final int REM_LONG
	public static final int AND_LONG
	public static final int OR_LONG
	public static final int XOR_LONG
	public static final int SHL_LONG
	public static final int SHR_LONG
	public static final int USHR_LONG
	public static final int ADD_FLOAT
	public static final int SUB_FLOAT
	public static final int MUL_FLOAT
	public static final int DIV_FLOAT
	public static final int REM_FLOAT
	public static final int ADD_DOUBLE
	public static final int SUB_DOUBLE
	public static final int MUL_DOUBLE
	public static final int DIV_DOUBLE
	public static final int REM_DOUBLE
	public static final int ADD_INT_2ADDR
	public static final int SUB_INT_2ADDR
	public static final int MUL_INT_2ADDR
	public static final int DIV_INT_2ADDR
	public static final int REM_INT_2ADDR
	public static final int AND_INT_2ADDR
	public static final int OR_INT_2ADDR
	public static final int XOR_INT_2ADDR
	public static final int SHL_INT_2ADDR
	public static final int SHR_INT_2ADDR
	public static final int USHR_INT_2ADDR
	public static final int ADD_LONG_2ADDR
	public static final int SUB_LONG_2ADDR
	public static final int MUL_LONG_2ADDR
	public static final int DIV_LONG_2ADDR
	public static final int REM_LONG_2ADDR
	public static final int AND_LONG_2ADDR
	public static final int OR_LONG_2ADDR
	public static final int XOR_LONG_2ADDR
	public static final int SHL_LONG_2ADDR
	public static final int SHR_LONG_2ADDR
	public static final int USHR_LONG_2ADDR
	public static final int ADD_FLOAT_2ADDR
	public static final int SUB_FLOAT_2ADDR
	public static final int MUL_FLOAT_2ADDR
	public static final int DIV_FLOAT_2ADDR
	public static final int REM_FLOAT_2ADDR
	public static final int ADD_DOUBLE_2ADDR
	public static final int SUB_DOUBLE_2ADDR
	public static final int MUL_DOUBLE_2ADDR
	public static final int DIV_DOUBLE_2ADDR
	public static final int REM_DOUBLE_2ADDR
	public static final int ADD_INT_LIT16
	public static final int RSUB_INT
	public static final int MUL_INT_LIT16
	public static final int DIV_INT_LIT16
	public static final int REM_INT_LIT16
	public static final int AND_INT_LIT16
	public static final int OR_INT_LIT16
	public static final int XOR_INT_LIT16
	public static final int ADD_INT_LIT8
	public static final int RSUB_INT_LIT8
	public static final int MUL_INT_LIT8
	public static final int DIV_INT_LIT8
	public static final int REM_INT_LIT8
	public static final int AND_INT_LIT8
	public static final int OR_INT_LIT8
	public static final int XOR_INT_LIT8
	public static final int SHL_INT_LIT8
	public static final int SHR_INT_LIT8
	public static final int USHR_INT_LIT8
	public static final int CONST_CLASS_JUMBO
	public static final int CHECK_CAST_JUMBO
	public static final int INSTANCE_OF_JUMBO
	public static final int NEW_INSTANCE_JUMBO
	public static final int NEW_ARRAY_JUMBO
	public static final int FILLED_NEW_ARRAY_JUMBO
	public static final int IGET_JUMBO
	public static final int IGET_WIDE_JUMBO
	public static final int IGET_OBJECT_JUMBO
	public static final int IGET_BOOLEAN_JUMBO
	public static final int IGET_BYTE_JUMBO
	public static final int IGET_CHAR_JUMBO
	public static final int IGET_SHORT_JUMBO
	public static final int IPUT_JUMBO
	public static final int IPUT_WIDE_JUMBO
	public static final int IPUT_OBJECT_JUMBO
	public static final int IPUT_BOOLEAN_JUMBO
	public static final int IPUT_BYTE_JUMBO
	public static final int IPUT_CHAR_JUMBO
	public static final int IPUT_SHORT_JUMBO
	public static final int SGET_JUMBO
	public static final int SGET_WIDE_JUMBO
	public static final int SGET_OBJECT_JUMBO
	public static final int SGET_BOOLEAN_JUMBO
	public static final int SGET_BYTE_JUMBO
	public static final int SGET_CHAR_JUMBO
	public static final int SGET_SHORT_JUMBO
	public static final int SPUT_JUMBO
	public static final int SPUT_WIDE_JUMBO
	public static final int SPUT_OBJECT_JUMBO
	public static final int SPUT_BOOLEAN_JUMBO
	public static final int SPUT_BYTE_JUMBO
	public static final int SPUT_CHAR_JUMBO
	public static final int SPUT_SHORT_JUMBO
	public static final int INVOKE_VIRTUAL_JUMBO
	public static final int INVOKE_SUPER_JUMBO
	public static final int INVOKE_DIRECT_JUMBO
	public static final int INVOKE_STATIC_JUMBO
	public static final int INVOKE_INTERFACE_JUMBO
	public static final int PACKED_SWITCH_PAYLOAD
	public static final int SPARSE_SWITCH_PAYLOAD
	public static final int FILL_ARRAY_DATA_PAYLOAD
	private void  () 
	public static boolean isValidShape (int) 
		int opcode
		int lowByte
	public static boolean isExtended (int) 
		int opcode
	public static int extractOpcodeFromUnit (int) 
		int opcodeUnit
		int lowByte
}

com/google/dexmaker/dx/io/OpcodeInfo.class
OpcodeInfo.java
package com.google.dexmaker.dx.io
public final com.google.dexmaker.dx.io.OpcodeInfo extends java.lang.Object {
	private static final com.google.dexmaker.dx.io.OpcodeInfo$Info[] INFO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPECIAL_FORMAT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info PACKED_SWITCH_PAYLOAD
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPARSE_SWITCH_PAYLOAD
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info FILL_ARRAY_DATA_PAYLOAD
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info NOP
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MOVE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MOVE_FROM16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MOVE_16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MOVE_WIDE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MOVE_WIDE_FROM16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MOVE_WIDE_16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MOVE_OBJECT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MOVE_OBJECT_FROM16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MOVE_OBJECT_16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MOVE_RESULT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MOVE_RESULT_WIDE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MOVE_RESULT_OBJECT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MOVE_EXCEPTION
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info RETURN_VOID
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info RETURN
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info RETURN_WIDE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info RETURN_OBJECT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CONST_4
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CONST_16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CONST
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CONST_HIGH16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CONST_WIDE_16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CONST_WIDE_32
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CONST_WIDE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CONST_WIDE_HIGH16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CONST_STRING
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CONST_STRING_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CONST_CLASS
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MONITOR_ENTER
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MONITOR_EXIT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CHECK_CAST
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INSTANCE_OF
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info ARRAY_LENGTH
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info NEW_INSTANCE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info NEW_ARRAY
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info FILLED_NEW_ARRAY
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info FILLED_NEW_ARRAY_RANGE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info FILL_ARRAY_DATA
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info THROW
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info GOTO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info GOTO_16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info GOTO_32
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info PACKED_SWITCH
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPARSE_SWITCH
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CMPL_FLOAT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CMPG_FLOAT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CMPL_DOUBLE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CMPG_DOUBLE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CMP_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IF_EQ
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IF_NE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IF_LT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IF_GE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IF_GT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IF_LE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IF_EQZ
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IF_NEZ
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IF_LTZ
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IF_GEZ
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IF_GTZ
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IF_LEZ
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info AGET
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info AGET_WIDE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info AGET_OBJECT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info AGET_BOOLEAN
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info AGET_BYTE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info AGET_CHAR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info AGET_SHORT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info APUT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info APUT_WIDE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info APUT_OBJECT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info APUT_BOOLEAN
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info APUT_BYTE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info APUT_CHAR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info APUT_SHORT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET_WIDE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET_OBJECT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET_BOOLEAN
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET_BYTE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET_CHAR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET_SHORT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT_WIDE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT_OBJECT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT_BOOLEAN
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT_BYTE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT_CHAR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT_SHORT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET_WIDE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET_OBJECT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET_BOOLEAN
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET_BYTE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET_CHAR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET_SHORT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT_WIDE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT_OBJECT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT_BOOLEAN
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT_BYTE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT_CHAR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT_SHORT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_VIRTUAL
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_SUPER
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_DIRECT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_STATIC
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_INTERFACE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_VIRTUAL_RANGE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_SUPER_RANGE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_DIRECT_RANGE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_STATIC_RANGE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_INTERFACE_RANGE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info NEG_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info NOT_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info NEG_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info NOT_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info NEG_FLOAT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info NEG_DOUBLE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INT_TO_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INT_TO_FLOAT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INT_TO_DOUBLE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info LONG_TO_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info LONG_TO_FLOAT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info LONG_TO_DOUBLE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info FLOAT_TO_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info FLOAT_TO_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info FLOAT_TO_DOUBLE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info DOUBLE_TO_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info DOUBLE_TO_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info DOUBLE_TO_FLOAT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INT_TO_BYTE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INT_TO_CHAR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INT_TO_SHORT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info ADD_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SUB_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MUL_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info DIV_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info REM_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info AND_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info OR_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info XOR_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SHL_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SHR_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info USHR_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info ADD_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SUB_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MUL_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info DIV_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info REM_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info AND_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info OR_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info XOR_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SHL_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SHR_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info USHR_LONG
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info ADD_FLOAT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SUB_FLOAT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MUL_FLOAT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info DIV_FLOAT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info REM_FLOAT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info ADD_DOUBLE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SUB_DOUBLE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MUL_DOUBLE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info DIV_DOUBLE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info REM_DOUBLE
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info ADD_INT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SUB_INT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MUL_INT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info DIV_INT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info REM_INT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info AND_INT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info OR_INT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info XOR_INT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SHL_INT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SHR_INT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info USHR_INT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info ADD_LONG_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SUB_LONG_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MUL_LONG_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info DIV_LONG_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info REM_LONG_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info AND_LONG_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info OR_LONG_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info XOR_LONG_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SHL_LONG_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SHR_LONG_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info USHR_LONG_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info ADD_FLOAT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SUB_FLOAT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MUL_FLOAT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info DIV_FLOAT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info REM_FLOAT_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info ADD_DOUBLE_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SUB_DOUBLE_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MUL_DOUBLE_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info DIV_DOUBLE_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info REM_DOUBLE_2ADDR
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info ADD_INT_LIT16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info RSUB_INT
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MUL_INT_LIT16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info DIV_INT_LIT16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info REM_INT_LIT16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info AND_INT_LIT16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info OR_INT_LIT16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info XOR_INT_LIT16
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info ADD_INT_LIT8
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info RSUB_INT_LIT8
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info MUL_INT_LIT8
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info DIV_INT_LIT8
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info REM_INT_LIT8
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info AND_INT_LIT8
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info OR_INT_LIT8
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info XOR_INT_LIT8
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SHL_INT_LIT8
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SHR_INT_LIT8
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info USHR_INT_LIT8
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CONST_CLASS_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info CHECK_CAST_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INSTANCE_OF_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info NEW_INSTANCE_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info NEW_ARRAY_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info FILLED_NEW_ARRAY_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET_WIDE_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET_OBJECT_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET_BOOLEAN_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET_BYTE_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET_CHAR_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IGET_SHORT_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT_WIDE_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT_OBJECT_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT_BOOLEAN_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT_BYTE_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT_CHAR_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info IPUT_SHORT_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET_WIDE_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET_OBJECT_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET_BOOLEAN_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET_BYTE_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET_CHAR_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SGET_SHORT_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT_WIDE_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT_OBJECT_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT_BOOLEAN_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT_BYTE_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT_CHAR_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info SPUT_SHORT_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_VIRTUAL_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_SUPER_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_DIRECT_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_STATIC_JUMBO
	public static final com.google.dexmaker.dx.io.OpcodeInfo$Info INVOKE_INTERFACE_JUMBO
	private void  () 
	public static com.google.dexmaker.dx.io.OpcodeInfo$Info get (int) 
		com.google.dexmaker.dx.io.OpcodeInfo$Info result
		ArrayIndexOutOfBoundsException ex
		int opcode
		int idx
	public static java.lang.String getName (int) 
		int opcode
	public static com.google.dexmaker.dx.io.instructions.InstructionCodec getFormat (int) 
		int opcode
	public static com.google.dexmaker.dx.io.IndexType getIndexType (int) 
		int opcode
	private static void set (com.google.dexmaker.dx.io.OpcodeInfo$Info) 
		com.google.dexmaker.dx.io.OpcodeInfo$Info opcode
		int idx
	static void  () 
}

com/google/dexmaker/dx/io/OpcodeInfo$Info.class
OpcodeInfo.java
package com.google.dexmaker.dx.io
public com.google.dexmaker.dx.io.OpcodeInfo$Info extends java.lang.Object {
	private final int opcode
	private final String name
	private final com.google.dexmaker.dx.io.instructions.InstructionCodec format
	private final com.google.dexmaker.dx.io.IndexType indexType
	public void  (int, java.lang.String, com.google.dexmaker.dx.io.instructions.InstructionCodec, com.google.dexmaker.dx.io.IndexType) 
		int opcode
		String name
		com.google.dexmaker.dx.io.instructions.InstructionCodec format
		com.google.dexmaker.dx.io.IndexType indexType
	public int getOpcode () 
	public java.lang.String getName () 
	public com.google.dexmaker.dx.io.instructions.InstructionCodec getFormat () 
	public com.google.dexmaker.dx.io.IndexType getIndexType () 
}

com/google/dexmaker/dx/io/IndexType.class
IndexType.java
package com.google.dexmaker.dx.io
public final com.google.dexmaker.dx.io.IndexType extends java.lang.Enum {
	public static final com.google.dexmaker.dx.io.IndexType UNKNOWN
	public static final com.google.dexmaker.dx.io.IndexType NONE
	public static final com.google.dexmaker.dx.io.IndexType VARIES
	public static final com.google.dexmaker.dx.io.IndexType TYPE_REF
	public static final com.google.dexmaker.dx.io.IndexType STRING_REF
	public static final com.google.dexmaker.dx.io.IndexType METHOD_REF
	public static final com.google.dexmaker.dx.io.IndexType FIELD_REF
	public static final com.google.dexmaker.dx.io.IndexType INLINE_METHOD
	public static final com.google.dexmaker.dx.io.IndexType VTABLE_OFFSET
	public static final com.google.dexmaker.dx.io.IndexType FIELD_OFFSET
	private static final com.google.dexmaker.dx.io.IndexType[] $VALUES
	public static com.google.dexmaker.dx.io.IndexType[] values () 
	public static com.google.dexmaker.dx.io.IndexType valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/google/dexmaker/dx/io/CodeReader.class
CodeReader.java
package com.google.dexmaker.dx.io
public final com.google.dexmaker.dx.io.CodeReader extends java.lang.Object {
	private com.google.dexmaker.dx.io.CodeReader$Visitor fallbackVisitor
	private com.google.dexmaker.dx.io.CodeReader$Visitor stringVisitor
	private com.google.dexmaker.dx.io.CodeReader$Visitor typeVisitor
	private com.google.dexmaker.dx.io.CodeReader$Visitor fieldVisitor
	private com.google.dexmaker.dx.io.CodeReader$Visitor methodVisitor
	public void  () 
	public void setAllVisitors (com.google.dexmaker.dx.io.CodeReader$Visitor) 
		com.google.dexmaker.dx.io.CodeReader$Visitor visitor
	public void setFallbackVisitor (com.google.dexmaker.dx.io.CodeReader$Visitor) 
		com.google.dexmaker.dx.io.CodeReader$Visitor visitor
	public void setStringVisitor (com.google.dexmaker.dx.io.CodeReader$Visitor) 
		com.google.dexmaker.dx.io.CodeReader$Visitor visitor
	public void setTypeVisitor (com.google.dexmaker.dx.io.CodeReader$Visitor) 
		com.google.dexmaker.dx.io.CodeReader$Visitor visitor
	public void setFieldVisitor (com.google.dexmaker.dx.io.CodeReader$Visitor) 
		com.google.dexmaker.dx.io.CodeReader$Visitor visitor
	public void setMethodVisitor (com.google.dexmaker.dx.io.CodeReader$Visitor) 
		com.google.dexmaker.dx.io.CodeReader$Visitor visitor
	public void visitAll (com.google.dexmaker.dx.io.instructions.DecodedInstruction[])  throws com.google.dexmaker.dx.util.DexException 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction one
		int i
		com.google.dexmaker.dx.io.instructions.DecodedInstruction[] decodedInstructions
		int size
	public void visitAll (short[])  throws com.google.dexmaker.dx.util.DexException 
		short[] encodedInstructions
		com.google.dexmaker.dx.io.instructions.DecodedInstruction[] decodedInstructions
	private void callVisit (com.google.dexmaker.dx.io.instructions.DecodedInstruction[], com.google.dexmaker.dx.io.instructions.DecodedInstruction) 
		com.google.dexmaker.dx.io.instructions.DecodedInstruction[] all
		com.google.dexmaker.dx.io.instructions.DecodedInstruction one
		com.google.dexmaker.dx.io.CodeReader$Visitor visitor
}

com/google/dexmaker/dx/io/CodeReader$Visitor.class
CodeReader.java
package com.google.dexmaker.dx.io
public abstract com.google.dexmaker.dx.io.CodeReader$Visitor extends java.lang.Object {
	public abstract void visit (com.google.dexmaker.dx.io.instructions.DecodedInstruction[], com.google.dexmaker.dx.io.instructions.DecodedInstruction) 
}

com/google/dexmaker/dx/io/CodeReader$1.class
CodeReader.java
package com.google.dexmaker.dx.io
 com.google.dexmaker.dx.io.CodeReader$1 extends java.lang.Object {
	static final int[] $SwitchMap$com$android$dx$io$IndexType
	static void  () 
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
}

com/google/dexmaker/dx/io/Code.class
Code.java
package com.google.dexmaker.dx.io
public final com.google.dexmaker.dx.io.Code extends java.lang.Object {
	private final int registersSize
	private final int insSize
	private final int outsSize
	private final int debugInfoOffset
	private final short[] instructions
	private final com.google.dexmaker.dx.io.Code$Try[] tries
	private final com.google.dexmaker.dx.io.Code$CatchHandler[] catchHandlers
	public void  (int, int, int, int, short[], com.google.dexmaker.dx.io.Code$Try[], com.google.dexmaker.dx.io.Code$CatchHandler[]) 
		int registersSize
		int insSize
		int outsSize
		int debugInfoOffset
		short[] instructions
		com.google.dexmaker.dx.io.Code$Try[] tries
		com.google.dexmaker.dx.io.Code$CatchHandler[] catchHandlers
	public int getRegistersSize () 
	public int getInsSize () 
	public int getOutsSize () 
	public int getDebugInfoOffset () 
	public short[] getInstructions () 
	public com.google.dexmaker.dx.io.Code$Try[] getTries () 
	public com.google.dexmaker.dx.io.Code$CatchHandler[] getCatchHandlers () 
}

com/google/dexmaker/dx/io/Code$Try.class
Code.java
package com.google.dexmaker.dx.io
public com.google.dexmaker.dx.io.Code$Try extends java.lang.Object {
	final int startAddress
	final int instructionCount
	final int handlerOffset
	void  (int, int, int) 
		int startAddress
		int instructionCount
		int handlerOffset
	public int getStartAddress () 
	public int getInstructionCount () 
	public int getHandlerOffset () 
}

com/google/dexmaker/dx/io/Code$CatchHandler.class
Code.java
package com.google.dexmaker.dx.io
public com.google.dexmaker.dx.io.Code$CatchHandler extends java.lang.Object {
	final int[] typeIndexes
	final int[] addresses
	final int catchAllAddress
	public void  (int[], int[], int) 
		int[] typeIndexes
		int[] addresses
		int catchAllAddress
	public int[] getTypeIndexes () 
	public int[] getAddresses () 
	public int getCatchAllAddress () 
}

com/google/dexmaker/dx/io/
com/google/dexmaker/dx/dex/file/ValueEncoder.class
ValueEncoder.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.ValueEncoder extends java.lang.Object {
	private static final int VALUE_BYTE
	private static final int VALUE_SHORT
	private static final int VALUE_CHAR
	private static final int VALUE_INT
	private static final int VALUE_LONG
	private static final int VALUE_FLOAT
	private static final int VALUE_DOUBLE
	private static final int VALUE_STRING
	private static final int VALUE_TYPE
	private static final int VALUE_FIELD
	private static final int VALUE_METHOD
	private static final int VALUE_ENUM
	private static final int VALUE_ARRAY
	private static final int VALUE_ANNOTATION
	private static final int VALUE_NULL
	private static final int VALUE_BOOLEAN
	private final com.google.dexmaker.dx.dex.file.DexFile file
	private final com.google.dexmaker.dx.util.AnnotatedOutput out
	public void  (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
	public void writeConstant (com.google.dexmaker.dx.rop.cst.Constant) 
		long value
		long value
		long value
		long value
		int index
		int index
		int index
		int index
		com.google.dexmaker.dx.rop.cst.CstFieldRef fieldRef
		int index
		int value
		com.google.dexmaker.dx.rop.cst.Constant cst
		int type
	private static int constantToValueType (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant cst
	public void writeArray (com.google.dexmaker.dx.rop.cst.CstArray, boolean) 
		com.google.dexmaker.dx.rop.cst.Constant cst
		int i
		com.google.dexmaker.dx.rop.cst.CstArray array
		boolean topLevel
		boolean annotates
		com.google.dexmaker.dx.rop.cst.CstArray$List list
		int size
	public void writeAnnotation (com.google.dexmaker.dx.rop.annotation.Annotation, boolean) 
		com.google.dexmaker.dx.rop.cst.CstString name
		int nameIdx
		com.google.dexmaker.dx.rop.cst.Constant value
		com.google.dexmaker.dx.rop.annotation.NameValuePair pair
		java.util.Iterator i$
		com.google.dexmaker.dx.rop.annotation.Annotation annotation
		boolean topLevel
		boolean annotates
		com.google.dexmaker.dx.dex.file.StringIdsSection stringIds
		com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
		com.google.dexmaker.dx.rop.cst.CstType type
		int typeIdx
		java.util.Collection pairs
		int size
		int at
	public static java.lang.String constantToHuman (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant cst
		int type
		StringBuilder sb
	private void writeSignedIntegralValue (int, long) 
		int type
		long value
		int requiredBits
		int requiredBytes
	private void writeUnsignedIntegralValue (int, long) 
		int type
		long value
		int requiredBits
		int requiredBytes
	private void writeRightZeroExtendedValue (int, long) 
		int type
		long value
		int requiredBits
		int requiredBytes
	public static void addContents (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.rop.annotation.Annotation) 
		com.google.dexmaker.dx.rop.annotation.NameValuePair pair
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.rop.annotation.Annotation annotation
		com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
		com.google.dexmaker.dx.dex.file.StringIdsSection stringIds
	public static void addContents (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.rop.cst.Constant) 
		int i
		com.google.dexmaker.dx.rop.cst.CstArray$List list
		int size
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.rop.cst.Constant cst
}

com/google/dexmaker/dx/dex/file/UniformListItem.class
UniformListItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.UniformListItem extends com.google.dexmaker.dx.dex.file.OffsettedItem {
	private static final int HEADER_SIZE
	private final com.google.dexmaker.dx.dex.file.ItemType itemType
	private final java.util.List items
	public void  (com.google.dexmaker.dx.dex.file.ItemType, java.util.List) 
		com.google.dexmaker.dx.dex.file.ItemType itemType
		java.util.List items
	private static int getAlignment (java.util.List) 
		IndexOutOfBoundsException ex
		NullPointerException ex
		java.util.List items
	private static int writeSize (java.util.List) 
		java.util.List items
		com.google.dexmaker.dx.dex.file.OffsettedItem first
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public java.lang.String toString () 
		StringBuffer sb
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.OffsettedItem i
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.DexFile file
	public final java.lang.String toHuman () 
		com.google.dexmaker.dx.dex.file.OffsettedItem i
		java.util.Iterator i$
		StringBuffer sb
		boolean first
	public final java.util.List getItems () 
	protected void place0 (com.google.dexmaker.dx.dex.file.Section, int) 
		int size
		com.google.dexmaker.dx.dex.file.OffsettedItem i
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.Section addedTo
		int offset
		boolean first
		int theSize
		int theAlignment
	protected void writeTo0 (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.OffsettedItem i
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int size
	private int headerSize () 
}

com/google/dexmaker/dx/dex/file/UniformItemSection.class
UniformItemSection.java
package com.google.dexmaker.dx.dex.file
public abstract com.google.dexmaker.dx.dex.file.UniformItemSection extends com.google.dexmaker.dx.dex.file.Section {
	public void  (java.lang.String, com.google.dexmaker.dx.dex.file.DexFile, int) 
		String name
		com.google.dexmaker.dx.dex.file.DexFile file
		int alignment
	public final int writeSize () 
		java.util.Collection items
		int sz
	public abstract com.google.dexmaker.dx.dex.file.IndexedItem get (com.google.dexmaker.dx.rop.cst.Constant) 
	protected final void prepare0 () 
		com.google.dexmaker.dx.dex.file.Item one
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.DexFile file
	protected final void writeTo0 (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.Item one
		java.util.Iterator i$
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.file.DexFile file
		int alignment
	public final int getAbsoluteItemOffset (com.google.dexmaker.dx.dex.file.Item) 
		com.google.dexmaker.dx.dex.file.Item item
		com.google.dexmaker.dx.dex.file.IndexedItem ii
		int relativeOffset
	protected abstract void orderItems () 
}

com/google/dexmaker/dx/dex/file/TypeListItem.class
TypeListItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.TypeListItem extends com.google.dexmaker.dx.dex.file.OffsettedItem {
	private static final int ALIGNMENT
	private static final int ELEMENT_SIZE
	private static final int HEADER_SIZE
	private final com.google.dexmaker.dx.rop.type.TypeList list
	public void  (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList list
	public int hashCode () 
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		int i
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
		int sz
	public java.lang.String toHuman () 
	public com.google.dexmaker.dx.rop.type.TypeList getList () 
	protected void writeTo0 (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.rop.type.Type one
		int idx
		int i
		int i
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
		int sz
	protected int compareTo0 (com.google.dexmaker.dx.dex.file.OffsettedItem) 
		com.google.dexmaker.dx.dex.file.OffsettedItem other
		com.google.dexmaker.dx.rop.type.TypeList thisList
		com.google.dexmaker.dx.rop.type.TypeList otherList
}

com/google/dexmaker/dx/dex/file/TypeIdsSection.class
TypeIdsSection.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.TypeIdsSection extends com.google.dexmaker.dx.dex.file.UniformItemSection {
	private final java.util.TreeMap typeIds
	public void  (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
	public java.util.Collection items () 
	public com.google.dexmaker.dx.dex.file.IndexedItem get (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.type.Type type
		com.google.dexmaker.dx.dex.file.IndexedItem result
	public void writeHeaderPart (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int sz
		int offset
	public com.google.dexmaker.dx.dex.file.TypeIdItem intern (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type
		com.google.dexmaker.dx.dex.file.TypeIdItem result
	public com.google.dexmaker.dx.dex.file.TypeIdItem intern (com.google.dexmaker.dx.rop.cst.CstType) 
		com.google.dexmaker.dx.rop.cst.CstType type
		com.google.dexmaker.dx.rop.type.Type typePerSe
		com.google.dexmaker.dx.dex.file.TypeIdItem result
	public int indexOf (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type
		com.google.dexmaker.dx.dex.file.TypeIdItem item
	public int indexOf (com.google.dexmaker.dx.rop.cst.CstType) 
		com.google.dexmaker.dx.rop.cst.CstType type
	protected void orderItems () 
		Object i
		java.util.Iterator i$
		int idx
}

com/google/dexmaker/dx/dex/file/TypeIdItem.class
TypeIdItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.TypeIdItem extends com.google.dexmaker.dx.dex.file.IdItem {
	public void  (com.google.dexmaker.dx.rop.cst.CstType) 
		com.google.dexmaker.dx.rop.cst.CstType type
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public int writeSize () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
	public void writeTo (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.rop.cst.CstType type
		com.google.dexmaker.dx.rop.cst.CstString descriptor
		int idx
}

com/google/dexmaker/dx/dex/file/StringIdsSection.class
StringIdsSection.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.StringIdsSection extends com.google.dexmaker.dx.dex.file.UniformItemSection {
	private final java.util.TreeMap strings
	public void  (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
	public java.util.Collection items () 
	public com.google.dexmaker.dx.dex.file.IndexedItem get (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.dex.file.IndexedItem result
	public void writeHeaderPart (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int sz
		int offset
	public com.google.dexmaker.dx.dex.file.StringIdItem intern (java.lang.String) 
		String string
	public com.google.dexmaker.dx.dex.file.StringIdItem intern (com.google.dexmaker.dx.rop.cst.CstString) 
		com.google.dexmaker.dx.rop.cst.CstString string
	public com.google.dexmaker.dx.dex.file.StringIdItem intern (com.google.dexmaker.dx.dex.file.StringIdItem) 
		com.google.dexmaker.dx.dex.file.StringIdItem string
		com.google.dexmaker.dx.rop.cst.CstString value
		com.google.dexmaker.dx.dex.file.StringIdItem already
	public void intern (com.google.dexmaker.dx.rop.cst.CstNat) 
		com.google.dexmaker.dx.rop.cst.CstNat nat
	public int indexOf (com.google.dexmaker.dx.rop.cst.CstString) 
		com.google.dexmaker.dx.rop.cst.CstString string
		com.google.dexmaker.dx.dex.file.StringIdItem s
	protected void orderItems () 
		com.google.dexmaker.dx.dex.file.StringIdItem s
		java.util.Iterator i$
		int idx
}

com/google/dexmaker/dx/dex/file/StringIdItem.class
StringIdItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.StringIdItem extends com.google.dexmaker.dx.dex.file.IndexedItem implements java.lang.Comparable  {
	private final com.google.dexmaker.dx.rop.cst.CstString value
	private com.google.dexmaker.dx.dex.file.StringDataItem data
	public void  (com.google.dexmaker.dx.rop.cst.CstString) 
		com.google.dexmaker.dx.rop.cst.CstString value
	public boolean equals (java.lang.Object) 
		Object other
		com.google.dexmaker.dx.dex.file.StringIdItem otherString
	public int hashCode () 
	public int compareTo (java.lang.Object) 
		Object other
		com.google.dexmaker.dx.dex.file.StringIdItem otherString
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public int writeSize () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.MixedItemSection stringData
		com.google.dexmaker.dx.dex.file.DexFile file
	public void writeTo (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int dataOff
	public com.google.dexmaker.dx.rop.cst.CstString getValue () 
	public com.google.dexmaker.dx.dex.file.StringDataItem getData () 
}

com/google/dexmaker/dx/dex/file/StringDataItem.class
StringDataItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.StringDataItem extends com.google.dexmaker.dx.dex.file.OffsettedItem {
	private final com.google.dexmaker.dx.rop.cst.CstString value
	public void  (com.google.dexmaker.dx.rop.cst.CstString) 
		com.google.dexmaker.dx.rop.cst.CstString value
	private static int writeSize (com.google.dexmaker.dx.rop.cst.CstString) 
		com.google.dexmaker.dx.rop.cst.CstString value
		int utf16Size
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
	public void writeTo0 (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.util.ByteArray bytes
		int utf16Size
	public java.lang.String toHuman () 
	protected int compareTo0 (com.google.dexmaker.dx.dex.file.OffsettedItem) 
		com.google.dexmaker.dx.dex.file.OffsettedItem other
		com.google.dexmaker.dx.dex.file.StringDataItem otherData
}

com/google/dexmaker/dx/dex/file/Statistics.class
Statistics.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.Statistics extends java.lang.Object {
	private final java.util.HashMap dataMap
	public void  () 
	public void add (com.google.dexmaker.dx.dex.file.Item) 
		com.google.dexmaker.dx.dex.file.Item item
		String typeName
		com.google.dexmaker.dx.dex.file.Statistics$Data data
	public void addAll (com.google.dexmaker.dx.dex.file.Section) 
		com.google.dexmaker.dx.dex.file.Item item
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.Section list
		java.util.Collection items
	public final void writeAnnotation (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.Statistics$Data data
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.Statistics$Data data
		java.util.Iterator i$
		com.google.dexmaker.dx.util.AnnotatedOutput out
		java.util.TreeMap sortedData
	public java.lang.String toHuman () 
		com.google.dexmaker.dx.dex.file.Statistics$Data data
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.Statistics$Data data
		java.util.Iterator i$
		StringBuilder sb
		java.util.TreeMap sortedData
}

com/google/dexmaker/dx/dex/file/Statistics$Data.class
Statistics.java
package com.google.dexmaker.dx.dex.file
 com.google.dexmaker.dx.dex.file.Statistics$Data extends java.lang.Object {
	private final String name
	private int count
	private int totalSize
	private int largestSize
	private int smallestSize
	public void  (com.google.dexmaker.dx.dex.file.Item, java.lang.String) 
		com.google.dexmaker.dx.dex.file.Item item
		String name
		int size
	public void add (com.google.dexmaker.dx.dex.file.Item) 
		com.google.dexmaker.dx.dex.file.Item item
		int size
	public void writeAnnotation (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
	public java.lang.String toHuman () 
		int average
		StringBuilder sb
	static java.lang.String access$000 (com.google.dexmaker.dx.dex.file.Statistics$Data) 
		com.google.dexmaker.dx.dex.file.Statistics$Data x0
}

com/google/dexmaker/dx/dex/file/Section.class
Section.java
package com.google.dexmaker.dx.dex.file
public abstract com.google.dexmaker.dx.dex.file.Section extends java.lang.Object {
	private final String name
	private final com.google.dexmaker.dx.dex.file.DexFile file
	private final int alignment
	private int fileOffset
	private boolean prepared
	public static void validateAlignment (int) 
		int alignment
	public void  (java.lang.String, com.google.dexmaker.dx.dex.file.DexFile, int) 
		String name
		com.google.dexmaker.dx.dex.file.DexFile file
		int alignment
	public final com.google.dexmaker.dx.dex.file.DexFile getFile () 
	public final int getAlignment () 
	public final int getFileOffset () 
	public final int setFileOffset (int) 
		int fileOffset
		int mask
	public final void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int cursor
	public final int getAbsoluteOffset (int) 
		int relative
	public abstract int getAbsoluteItemOffset (com.google.dexmaker.dx.dex.file.Item) 
	public final void prepare () 
	public abstract java.util.Collection items () 
	protected abstract void prepare0 () 
	public abstract int writeSize () 
	protected final void throwIfNotPrepared () 
	protected final void throwIfPrepared () 
	protected final void align (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
	protected abstract void writeTo0 (com.google.dexmaker.dx.util.AnnotatedOutput) 
	protected final java.lang.String getName () 
}

com/google/dexmaker/dx/dex/file/ProtoIdsSection.class
ProtoIdsSection.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.ProtoIdsSection extends com.google.dexmaker.dx.dex.file.UniformItemSection {
	private final java.util.TreeMap protoIds
	public void  (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
	public java.util.Collection items () 
	public com.google.dexmaker.dx.dex.file.IndexedItem get (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant cst
	public void writeHeaderPart (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int sz
		int offset
	public com.google.dexmaker.dx.dex.file.ProtoIdItem intern (com.google.dexmaker.dx.rop.type.Prototype) 
		com.google.dexmaker.dx.rop.type.Prototype prototype
		com.google.dexmaker.dx.dex.file.ProtoIdItem result
	public int indexOf (com.google.dexmaker.dx.rop.type.Prototype) 
		com.google.dexmaker.dx.rop.type.Prototype prototype
		com.google.dexmaker.dx.dex.file.ProtoIdItem item
	protected void orderItems () 
		Object i
		java.util.Iterator i$
		int idx
}

com/google/dexmaker/dx/dex/file/ProtoIdItem.class
ProtoIdItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.ProtoIdItem extends com.google.dexmaker.dx.dex.file.IndexedItem {
	private final com.google.dexmaker.dx.rop.type.Prototype prototype
	private final com.google.dexmaker.dx.rop.cst.CstString shortForm
	private com.google.dexmaker.dx.dex.file.TypeListItem parameterTypes
	public void  (com.google.dexmaker.dx.rop.type.Prototype) 
		com.google.dexmaker.dx.rop.type.Prototype prototype
		com.google.dexmaker.dx.rop.type.StdTypeList parameters
	private static com.google.dexmaker.dx.rop.cst.CstString makeShortForm (com.google.dexmaker.dx.rop.type.Prototype) 
		int i
		com.google.dexmaker.dx.rop.type.Prototype prototype
		com.google.dexmaker.dx.rop.type.StdTypeList parameters
		int size
		StringBuilder sb
	private static char shortFormCharFor (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type type
		char descriptorChar
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public int writeSize () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.StringIdsSection stringIds
		com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
		com.google.dexmaker.dx.dex.file.MixedItemSection typeLists
	public void writeTo (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		int i
		StringBuilder sb
		com.google.dexmaker.dx.rop.type.StdTypeList params
		int size
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int shortyIdx
		int returnIdx
		int paramsOff
}

com/google/dexmaker/dx/dex/file/ParameterAnnotationStruct.class
ParameterAnnotationStruct.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.ParameterAnnotationStruct extends java.lang.Object implements com.google.dexmaker.dx.util.ToHuman java.lang.Comparable  {
	private final com.google.dexmaker.dx.rop.cst.CstMethodRef method
	private final com.google.dexmaker.dx.rop.annotation.AnnotationsList annotationsList
	private final com.google.dexmaker.dx.dex.file.UniformListItem annotationsItem
	public void  (com.google.dexmaker.dx.rop.cst.CstMethodRef, com.google.dexmaker.dx.rop.annotation.AnnotationsList) 
		com.google.dexmaker.dx.rop.annotation.Annotations annotations
		com.google.dexmaker.dx.dex.file.AnnotationSetItem item
		int i
		com.google.dexmaker.dx.rop.cst.CstMethodRef method
		com.google.dexmaker.dx.rop.annotation.AnnotationsList annotationsList
		int size
		java.util.ArrayList arrayList
	public int hashCode () 
	public boolean equals (java.lang.Object) 
		Object other
	public int compareTo (com.google.dexmaker.dx.dex.file.ParameterAnnotationStruct) 
		com.google.dexmaker.dx.dex.file.ParameterAnnotationStruct other
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.MethodIdsSection methodIds
		com.google.dexmaker.dx.dex.file.MixedItemSection wordData
	public void writeTo (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int methodIdx
		int annotationsOff
	public java.lang.String toHuman () 
		com.google.dexmaker.dx.dex.file.AnnotationSetRefItem item
		java.util.Iterator i$
		StringBuilder sb
		boolean first
	public com.google.dexmaker.dx.rop.cst.CstMethodRef getMethod () 
	public com.google.dexmaker.dx.rop.annotation.AnnotationsList getAnnotationsList () 
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/dex/file/OffsettedItem.class
OffsettedItem.java
package com.google.dexmaker.dx.dex.file
public abstract com.google.dexmaker.dx.dex.file.OffsettedItem extends com.google.dexmaker.dx.dex.file.Item implements java.lang.Comparable  {
	private final int alignment
	private int writeSize
	private com.google.dexmaker.dx.dex.file.Section addedTo
	private int offset
	public static int getAbsoluteOffsetOr0 (com.google.dexmaker.dx.dex.file.OffsettedItem) 
		com.google.dexmaker.dx.dex.file.OffsettedItem item
	public void  (int, int) 
		int alignment
		int writeSize
	public final boolean equals (java.lang.Object) 
		Object other
		com.google.dexmaker.dx.dex.file.OffsettedItem otherItem
		com.google.dexmaker.dx.dex.file.ItemType thisType
		com.google.dexmaker.dx.dex.file.ItemType otherType
	public final int compareTo (com.google.dexmaker.dx.dex.file.OffsettedItem) 
		com.google.dexmaker.dx.dex.file.OffsettedItem other
		com.google.dexmaker.dx.dex.file.ItemType thisType
		com.google.dexmaker.dx.dex.file.ItemType otherType
	public final void setWriteSize (int) 
		int writeSize
	public final int writeSize () 
	public final void writeTo (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		RuntimeException ex
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
	public final int getRelativeOffset () 
	public final int getAbsoluteOffset () 
	public final int place (com.google.dexmaker.dx.dex.file.Section, int) 
		com.google.dexmaker.dx.dex.file.Section addedTo
		int offset
		int mask
	public final int getAlignment () 
	public final java.lang.String offsetString () 
	public abstract java.lang.String toHuman () 
	protected int compareTo0 (com.google.dexmaker.dx.dex.file.OffsettedItem) 
		com.google.dexmaker.dx.dex.file.OffsettedItem other
	protected void place0 (com.google.dexmaker.dx.dex.file.Section, int) 
		com.google.dexmaker.dx.dex.file.Section addedTo
		int offset
	protected abstract void writeTo0 (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/dex/file/MixedItemSection.class
MixedItemSection.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.MixedItemSection extends com.google.dexmaker.dx.dex.file.Section {
	private static final java.util.Comparator TYPE_SORTER
	private final java.util.ArrayList items
	private final java.util.HashMap interns
	private final com.google.dexmaker.dx.dex.file.MixedItemSection$SortType sort
	private int writeSize
	public void  (java.lang.String, com.google.dexmaker.dx.dex.file.DexFile, int, com.google.dexmaker.dx.dex.file.MixedItemSection$SortType) 
		String name
		com.google.dexmaker.dx.dex.file.DexFile file
		int alignment
		com.google.dexmaker.dx.dex.file.MixedItemSection$SortType sort
	public java.util.Collection items () 
	public int writeSize () 
	public int getAbsoluteItemOffset (com.google.dexmaker.dx.dex.file.Item) 
		com.google.dexmaker.dx.dex.file.Item item
		com.google.dexmaker.dx.dex.file.OffsettedItem oi
	public int size () 
	public void writeHeaderPart (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int sz
		int offset
		String name
		int spaceCount
		char[] spaceArr
		String spaces
	public void add (com.google.dexmaker.dx.dex.file.OffsettedItem) 
		NullPointerException ex
		com.google.dexmaker.dx.dex.file.OffsettedItem item
	public com.google.dexmaker.dx.dex.file.OffsettedItem intern (com.google.dexmaker.dx.dex.file.OffsettedItem) 
		com.google.dexmaker.dx.dex.file.OffsettedItem item
		com.google.dexmaker.dx.dex.file.OffsettedItem result
	public com.google.dexmaker.dx.dex.file.OffsettedItem get (com.google.dexmaker.dx.dex.file.OffsettedItem) 
		com.google.dexmaker.dx.dex.file.OffsettedItem item
		com.google.dexmaker.dx.dex.file.OffsettedItem result
	public void writeIndexAnnotation (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.file.ItemType, java.lang.String) 
		String label
		com.google.dexmaker.dx.dex.file.OffsettedItem item
		java.util.Iterator i$
		String label
		com.google.dexmaker.dx.dex.file.OffsettedItem item
		java.util.Map$Entry entry
		java.util.Iterator i$
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.file.ItemType itemType
		String intro
		java.util.TreeMap index
	protected void prepare0 () 
		com.google.dexmaker.dx.dex.file.OffsettedItem one
		int sz
		com.google.dexmaker.dx.dex.file.DexFile file
		int i
	public void placeItems () 
		int placedAt
		RuntimeException ex
		com.google.dexmaker.dx.dex.file.OffsettedItem one
		int i
		int sz
		int outAt
	protected void writeTo0 (com.google.dexmaker.dx.util.AnnotatedOutput) 
		int alignMask
		int writeAt
		com.google.dexmaker.dx.dex.file.OffsettedItem one
		java.util.Iterator i$
		com.google.dexmaker.dx.util.AnnotatedOutput out
		boolean annotates
		boolean first
		com.google.dexmaker.dx.dex.file.DexFile file
		int at
	static void  () 
}

com/google/dexmaker/dx/dex/file/MixedItemSection$SortType.class
MixedItemSection.java
package com.google.dexmaker.dx.dex.file
final com.google.dexmaker.dx.dex.file.MixedItemSection$SortType extends java.lang.Enum {
	public static final com.google.dexmaker.dx.dex.file.MixedItemSection$SortType NONE
	public static final com.google.dexmaker.dx.dex.file.MixedItemSection$SortType TYPE
	public static final com.google.dexmaker.dx.dex.file.MixedItemSection$SortType INSTANCE
	private static final com.google.dexmaker.dx.dex.file.MixedItemSection$SortType[] $VALUES
	public static com.google.dexmaker.dx.dex.file.MixedItemSection$SortType[] values () 
	public static com.google.dexmaker.dx.dex.file.MixedItemSection$SortType valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/google/dexmaker/dx/dex/file/MixedItemSection$2.class
MixedItemSection.java
package com.google.dexmaker.dx.dex.file
 com.google.dexmaker.dx.dex.file.MixedItemSection$2 extends java.lang.Object {
	static final int[] $SwitchMap$com$android$dx$dex$file$MixedItemSection$SortType
	static void  () 
		NoSuchFieldError ex
		NoSuchFieldError ex
}

com/google/dexmaker/dx/dex/file/MixedItemSection$1.class
MixedItemSection.java
package com.google.dexmaker.dx.dex.file
final com.google.dexmaker.dx.dex.file.MixedItemSection$1 extends java.lang.Object implements java.util.Comparator  {
	void  () 
	public int compare (com.google.dexmaker.dx.dex.file.OffsettedItem, com.google.dexmaker.dx.dex.file.OffsettedItem) 
		com.google.dexmaker.dx.dex.file.OffsettedItem item1
		com.google.dexmaker.dx.dex.file.OffsettedItem item2
		com.google.dexmaker.dx.dex.file.ItemType type1
		com.google.dexmaker.dx.dex.file.ItemType type2
	public volatile int compare (java.lang.Object, java.lang.Object) 
		Object x0
		Object x1
}

com/google/dexmaker/dx/dex/file/MethodIdsSection.class
MethodIdsSection.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.MethodIdsSection extends com.google.dexmaker.dx.dex.file.MemberIdsSection {
	private final java.util.TreeMap methodIds
	public void  (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
	public java.util.Collection items () 
	public com.google.dexmaker.dx.dex.file.IndexedItem get (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.dex.file.IndexedItem result
	public void writeHeaderPart (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int sz
		int offset
	public com.google.dexmaker.dx.dex.file.MethodIdItem intern (com.google.dexmaker.dx.rop.cst.CstBaseMethodRef) 
		com.google.dexmaker.dx.rop.cst.CstBaseMethodRef method
		com.google.dexmaker.dx.dex.file.MethodIdItem result
	public int indexOf (com.google.dexmaker.dx.rop.cst.CstBaseMethodRef) 
		com.google.dexmaker.dx.rop.cst.CstBaseMethodRef ref
		com.google.dexmaker.dx.dex.file.MethodIdItem item
}

com/google/dexmaker/dx/dex/file/MethodIdItem.class
MethodIdItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.MethodIdItem extends com.google.dexmaker.dx.dex.file.MemberIdItem {
	public void  (com.google.dexmaker.dx.rop.cst.CstBaseMethodRef) 
		com.google.dexmaker.dx.rop.cst.CstBaseMethodRef method
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.ProtoIdsSection protoIds
	public com.google.dexmaker.dx.rop.cst.CstBaseMethodRef getMethodRef () 
	protected int getTypoidIdx (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.ProtoIdsSection protoIds
	protected java.lang.String getTypoidName () 
}

com/google/dexmaker/dx/dex/file/MethodAnnotationStruct.class
MethodAnnotationStruct.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.MethodAnnotationStruct extends java.lang.Object implements com.google.dexmaker.dx.util.ToHuman java.lang.Comparable  {
	private final com.google.dexmaker.dx.rop.cst.CstMethodRef method
	private com.google.dexmaker.dx.dex.file.AnnotationSetItem annotations
	public void  (com.google.dexmaker.dx.rop.cst.CstMethodRef, com.google.dexmaker.dx.dex.file.AnnotationSetItem) 
		com.google.dexmaker.dx.rop.cst.CstMethodRef method
		com.google.dexmaker.dx.dex.file.AnnotationSetItem annotations
	public int hashCode () 
	public boolean equals (java.lang.Object) 
		Object other
	public int compareTo (com.google.dexmaker.dx.dex.file.MethodAnnotationStruct) 
		com.google.dexmaker.dx.dex.file.MethodAnnotationStruct other
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.MethodIdsSection methodIds
		com.google.dexmaker.dx.dex.file.MixedItemSection wordData
	public void writeTo (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int methodIdx
		int annotationsOff
	public java.lang.String toHuman () 
	public com.google.dexmaker.dx.rop.cst.CstMethodRef getMethod () 
	public com.google.dexmaker.dx.rop.annotation.Annotations getAnnotations () 
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/dex/file/MemberIdsSection.class
MemberIdsSection.java
package com.google.dexmaker.dx.dex.file
public abstract com.google.dexmaker.dx.dex.file.MemberIdsSection extends com.google.dexmaker.dx.dex.file.UniformItemSection {
	private static final int MAX_MEMBERS
	public void  (java.lang.String, com.google.dexmaker.dx.dex.file.DexFile) 
		String name
		com.google.dexmaker.dx.dex.file.DexFile file
	protected void orderItems () 
		String memberType
		Object i
		java.util.Iterator i$
		int idx
}

com/google/dexmaker/dx/dex/file/MemberIdItem.class
MemberIdItem.java
package com.google.dexmaker.dx.dex.file
public abstract com.google.dexmaker.dx.dex.file.MemberIdItem extends com.google.dexmaker.dx.dex.file.IdItem {
	private final com.google.dexmaker.dx.rop.cst.CstMemberRef cst
	public void  (com.google.dexmaker.dx.rop.cst.CstMemberRef) 
		com.google.dexmaker.dx.rop.cst.CstMemberRef cst
	public int writeSize () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.StringIdsSection stringIds
	public final void writeTo (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
		com.google.dexmaker.dx.dex.file.StringIdsSection stringIds
		com.google.dexmaker.dx.rop.cst.CstNat nat
		int classIdx
		int nameIdx
		int typoidIdx
	protected abstract int getTypoidIdx (com.google.dexmaker.dx.dex.file.DexFile) 
	protected abstract java.lang.String getTypoidName () 
	public final com.google.dexmaker.dx.rop.cst.CstMemberRef getRef () 
}

com/google/dexmaker/dx/dex/file/MapItem.class
MapItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.MapItem extends com.google.dexmaker.dx.dex.file.OffsettedItem {
	private static final int ALIGNMENT
	private static final int WRITE_SIZE
	private final com.google.dexmaker.dx.dex.file.ItemType type
	private final com.google.dexmaker.dx.dex.file.Section section
	private final com.google.dexmaker.dx.dex.file.Item firstItem
	private final com.google.dexmaker.dx.dex.file.Item lastItem
	private final int itemCount
	public static void addMap (com.google.dexmaker.dx.dex.file.Section[], com.google.dexmaker.dx.dex.file.MixedItemSection) 
		com.google.dexmaker.dx.dex.file.ItemType type
		com.google.dexmaker.dx.dex.file.Item item
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.ItemType currentType
		com.google.dexmaker.dx.dex.file.Item firstItem
		com.google.dexmaker.dx.dex.file.Item lastItem
		int count
		com.google.dexmaker.dx.dex.file.Section section
		com.google.dexmaker.dx.dex.file.Section[] arr$
		int len$
		int i$
		com.google.dexmaker.dx.dex.file.Section[] sections
		com.google.dexmaker.dx.dex.file.MixedItemSection mapSection
		java.util.ArrayList items
	private void  (com.google.dexmaker.dx.dex.file.ItemType, com.google.dexmaker.dx.dex.file.Section, com.google.dexmaker.dx.dex.file.Item, com.google.dexmaker.dx.dex.file.Item, int) 
		com.google.dexmaker.dx.dex.file.ItemType type
		com.google.dexmaker.dx.dex.file.Section section
		com.google.dexmaker.dx.dex.file.Item firstItem
		com.google.dexmaker.dx.dex.file.Item lastItem
		int itemCount
	private void  (com.google.dexmaker.dx.dex.file.Section) 
		com.google.dexmaker.dx.dex.file.Section section
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public java.lang.String toString () 
		StringBuffer sb
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
	public final java.lang.String toHuman () 
	protected void writeTo0 (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		int offset
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int value
		int offset
}

com/google/dexmaker/dx/dex/file/ItemType.class
ItemType.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.ItemType extends java.lang.Enum implements com.google.dexmaker.dx.util.ToHuman  {
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_HEADER_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_STRING_ID_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_TYPE_ID_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_PROTO_ID_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_FIELD_ID_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_METHOD_ID_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_CLASS_DEF_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_MAP_LIST
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_TYPE_LIST
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_ANNOTATION_SET_REF_LIST
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_ANNOTATION_SET_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_CLASS_DATA_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_CODE_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_STRING_DATA_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_DEBUG_INFO_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_ANNOTATION_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_ENCODED_ARRAY_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_ANNOTATIONS_DIRECTORY_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_MAP_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_TYPE_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_EXCEPTION_HANDLER_ITEM
	public static final com.google.dexmaker.dx.dex.file.ItemType TYPE_ANNOTATION_SET_REF_ITEM
	private final int mapValue
	private final String typeName
	private final String humanName
	private static final com.google.dexmaker.dx.dex.file.ItemType[] $VALUES
	public static com.google.dexmaker.dx.dex.file.ItemType[] values () 
	public static com.google.dexmaker.dx.dex.file.ItemType valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, int, java.lang.String) 
		int mapValue
		String typeName
		String human
	public int getMapValue () 
	public java.lang.String getTypeName () 
	public java.lang.String toHuman () 
	static void  () 
}

com/google/dexmaker/dx/dex/file/Item.class
Item.java
package com.google.dexmaker.dx.dex.file
public abstract com.google.dexmaker.dx.dex.file.Item extends java.lang.Object {
	public void  () 
	public abstract com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public final java.lang.String typeName () 
	public abstract int writeSize () 
	public abstract void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
	public abstract void writeTo (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
}

com/google/dexmaker/dx/dex/file/IndexedItem.class
IndexedItem.java
package com.google.dexmaker.dx.dex.file
public abstract com.google.dexmaker.dx.dex.file.IndexedItem extends com.google.dexmaker.dx.dex.file.Item {
	private int index
	public void  () 
	public final boolean hasIndex () 
	public final int getIndex () 
	public final void setIndex (int) 
		int index
	public final java.lang.String indexString () 
}

com/google/dexmaker/dx/dex/file/IdItem.class
IdItem.java
package com.google.dexmaker.dx.dex.file
public abstract com.google.dexmaker.dx.dex.file.IdItem extends com.google.dexmaker.dx.dex.file.IndexedItem {
	private final com.google.dexmaker.dx.rop.cst.CstType type
	public void  (com.google.dexmaker.dx.rop.cst.CstType) 
		com.google.dexmaker.dx.rop.cst.CstType type
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
	public final com.google.dexmaker.dx.rop.cst.CstType getDefiningClass () 
}

com/google/dexmaker/dx/dex/file/HeaderSection.class
HeaderSection.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.HeaderSection extends com.google.dexmaker.dx.dex.file.UniformItemSection {
	private final java.util.List list
	public void  (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.HeaderItem item
	public com.google.dexmaker.dx.dex.file.IndexedItem get (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant cst
	public java.util.Collection items () 
	protected void orderItems () 
}

com/google/dexmaker/dx/dex/file/HeaderItem.class
HeaderItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.HeaderItem extends com.google.dexmaker.dx.dex.file.IndexedItem {
	public void  () 
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public int writeSize () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
	public void writeTo (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		int i
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int mapOff
		com.google.dexmaker.dx.dex.file.Section firstDataSection
		com.google.dexmaker.dx.dex.file.Section lastDataSection
		int dataOff
		int dataSize
		String magic
}

com/google/dexmaker/dx/dex/file/FieldIdsSection.class
FieldIdsSection.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.FieldIdsSection extends com.google.dexmaker.dx.dex.file.MemberIdsSection {
	private final java.util.TreeMap fieldIds
	public void  (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
	public java.util.Collection items () 
	public com.google.dexmaker.dx.dex.file.IndexedItem get (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.dex.file.IndexedItem result
	public void writeHeaderPart (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int sz
		int offset
	public com.google.dexmaker.dx.dex.file.FieldIdItem intern (com.google.dexmaker.dx.rop.cst.CstFieldRef) 
		com.google.dexmaker.dx.rop.cst.CstFieldRef field
		com.google.dexmaker.dx.dex.file.FieldIdItem result
	public int indexOf (com.google.dexmaker.dx.rop.cst.CstFieldRef) 
		com.google.dexmaker.dx.rop.cst.CstFieldRef ref
		com.google.dexmaker.dx.dex.file.FieldIdItem item
}

com/google/dexmaker/dx/dex/file/FieldIdItem.class
FieldIdItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.FieldIdItem extends com.google.dexmaker.dx.dex.file.MemberIdItem {
	public void  (com.google.dexmaker.dx.rop.cst.CstFieldRef) 
		com.google.dexmaker.dx.rop.cst.CstFieldRef field
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
	public com.google.dexmaker.dx.rop.cst.CstFieldRef getFieldRef () 
	protected int getTypoidIdx (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
	protected java.lang.String getTypoidName () 
}

com/google/dexmaker/dx/dex/file/FieldAnnotationStruct.class
FieldAnnotationStruct.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.FieldAnnotationStruct extends java.lang.Object implements com.google.dexmaker.dx.util.ToHuman java.lang.Comparable  {
	private final com.google.dexmaker.dx.rop.cst.CstFieldRef field
	private com.google.dexmaker.dx.dex.file.AnnotationSetItem annotations
	public void  (com.google.dexmaker.dx.rop.cst.CstFieldRef, com.google.dexmaker.dx.dex.file.AnnotationSetItem) 
		com.google.dexmaker.dx.rop.cst.CstFieldRef field
		com.google.dexmaker.dx.dex.file.AnnotationSetItem annotations
	public int hashCode () 
	public boolean equals (java.lang.Object) 
		Object other
	public int compareTo (com.google.dexmaker.dx.dex.file.FieldAnnotationStruct) 
		com.google.dexmaker.dx.dex.file.FieldAnnotationStruct other
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.FieldIdsSection fieldIds
		com.google.dexmaker.dx.dex.file.MixedItemSection wordData
	public void writeTo (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int fieldIdx
		int annotationsOff
	public java.lang.String toHuman () 
	public com.google.dexmaker.dx.rop.cst.CstFieldRef getField () 
	public com.google.dexmaker.dx.rop.annotation.Annotations getAnnotations () 
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/dex/file/EncodedMethod.class
EncodedMethod.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.EncodedMethod extends com.google.dexmaker.dx.dex.file.EncodedMember implements java.lang.Comparable  {
	private final com.google.dexmaker.dx.rop.cst.CstMethodRef method
	private final com.google.dexmaker.dx.dex.file.CodeItem code
	public void  (com.google.dexmaker.dx.rop.cst.CstMethodRef, int, com.google.dexmaker.dx.dex.code.DalvCode, com.google.dexmaker.dx.rop.type.TypeList) 
		boolean isStatic
		com.google.dexmaker.dx.rop.cst.CstMethodRef method
		int accessFlags
		com.google.dexmaker.dx.dex.code.DalvCode code
		com.google.dexmaker.dx.rop.type.TypeList throwsList
	public boolean equals (java.lang.Object) 
		Object other
	public int compareTo (com.google.dexmaker.dx.dex.file.EncodedMethod) 
		com.google.dexmaker.dx.dex.file.EncodedMethod other
	public java.lang.String toString () 
		StringBuffer sb
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.MethodIdsSection methodIds
		com.google.dexmaker.dx.dex.file.MixedItemSection wordData
	public final java.lang.String toHuman () 
	public final com.google.dexmaker.dx.rop.cst.CstString getName () 
	public void debugPrint (java.io.PrintWriter, boolean) 
		java.io.PrintWriter out
		boolean verbose
	public final com.google.dexmaker.dx.rop.cst.CstMethodRef getRef () 
	public int encode (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput, int, int) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int lastIndex
		int dumpSeq
		int methodIdx
		int diff
		int accessFlags
		int codeOff
		boolean hasCode
		boolean shouldHaveCode
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/dex/file/EncodedMember.class
EncodedMember.java
package com.google.dexmaker.dx.dex.file
public abstract com.google.dexmaker.dx.dex.file.EncodedMember extends java.lang.Object implements com.google.dexmaker.dx.util.ToHuman  {
	private final int accessFlags
	public void  (int) 
		int accessFlags
	public final int getAccessFlags () 
	public abstract com.google.dexmaker.dx.rop.cst.CstString getName () 
	public abstract void debugPrint (java.io.PrintWriter, boolean) 
	public abstract void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
	public abstract int encode (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput, int, int) 
}

com/google/dexmaker/dx/dex/file/EncodedField.class
EncodedField.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.EncodedField extends com.google.dexmaker.dx.dex.file.EncodedMember implements java.lang.Comparable  {
	private final com.google.dexmaker.dx.rop.cst.CstFieldRef field
	public void  (com.google.dexmaker.dx.rop.cst.CstFieldRef, int) 
		com.google.dexmaker.dx.rop.cst.CstFieldRef field
		int accessFlags
	public int hashCode () 
	public boolean equals (java.lang.Object) 
		Object other
	public int compareTo (com.google.dexmaker.dx.dex.file.EncodedField) 
		com.google.dexmaker.dx.dex.file.EncodedField other
	public java.lang.String toString () 
		StringBuffer sb
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.FieldIdsSection fieldIds
	public com.google.dexmaker.dx.rop.cst.CstString getName () 
	public java.lang.String toHuman () 
	public void debugPrint (java.io.PrintWriter, boolean) 
		java.io.PrintWriter out
		boolean verbose
	public com.google.dexmaker.dx.rop.cst.CstFieldRef getRef () 
	public int encode (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput, int, int) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int lastIndex
		int dumpSeq
		int fieldIdx
		int diff
		int accessFlags
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/dex/file/EncodedArrayItem.class
EncodedArrayItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.EncodedArrayItem extends com.google.dexmaker.dx.dex.file.OffsettedItem {
	private static final int ALIGNMENT
	private final com.google.dexmaker.dx.rop.cst.CstArray array
	private byte[] encodedForm
	public void  (com.google.dexmaker.dx.rop.cst.CstArray) 
		com.google.dexmaker.dx.rop.cst.CstArray array
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public int hashCode () 
	protected int compareTo0 (com.google.dexmaker.dx.dex.file.OffsettedItem) 
		com.google.dexmaker.dx.dex.file.OffsettedItem other
		com.google.dexmaker.dx.dex.file.EncodedArrayItem otherArray
	public java.lang.String toHuman () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
	protected void place0 (com.google.dexmaker.dx.dex.file.Section, int) 
		com.google.dexmaker.dx.dex.file.Section addedTo
		int offset
		com.google.dexmaker.dx.util.ByteArrayAnnotatedOutput out
		com.google.dexmaker.dx.dex.file.ValueEncoder encoder
	protected void writeTo0 (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.ValueEncoder encoder
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		boolean annotates
}

com/google/dexmaker/dx/dex/file/DexFile.class
DexFile.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.DexFile extends java.lang.Object {
	private com.google.dexmaker.dx.dex.DexOptions dexOptions
	private final com.google.dexmaker.dx.dex.file.MixedItemSection wordData
	private final com.google.dexmaker.dx.dex.file.MixedItemSection typeLists
	private final com.google.dexmaker.dx.dex.file.MixedItemSection map
	private final com.google.dexmaker.dx.dex.file.MixedItemSection stringData
	private final com.google.dexmaker.dx.dex.file.StringIdsSection stringIds
	private final com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
	private final com.google.dexmaker.dx.dex.file.ProtoIdsSection protoIds
	private final com.google.dexmaker.dx.dex.file.FieldIdsSection fieldIds
	private final com.google.dexmaker.dx.dex.file.MethodIdsSection methodIds
	private final com.google.dexmaker.dx.dex.file.ClassDefsSection classDefs
	private final com.google.dexmaker.dx.dex.file.MixedItemSection classData
	private final com.google.dexmaker.dx.dex.file.MixedItemSection byteData
	private final com.google.dexmaker.dx.dex.file.HeaderSection header
	private final com.google.dexmaker.dx.dex.file.Section[] sections
	private int fileSize
	private int dumpWidth
	public void  (com.google.dexmaker.dx.dex.DexOptions) 
		com.google.dexmaker.dx.dex.DexOptions dexOptions
	public boolean isEmpty () 
	public com.google.dexmaker.dx.dex.DexOptions getDexOptions () 
	public void add (com.google.dexmaker.dx.dex.file.ClassDefItem) 
		com.google.dexmaker.dx.dex.file.ClassDefItem clazz
	public com.google.dexmaker.dx.dex.file.ClassDefItem getClassOrNull (java.lang.String) 
		com.google.dexmaker.dx.rop.type.Type type
		IllegalArgumentException ex
		String name
	public void writeTo (java.io.OutputStream, java.io.Writer, boolean)  throws java.io.IOException 
		java.io.OutputStream out
		java.io.Writer humanOut
		boolean verbose
		boolean annotate
		com.google.dexmaker.dx.util.ByteArrayAnnotatedOutput result
	public byte[] toDex (java.io.Writer, boolean)  throws java.io.IOException 
		java.io.Writer humanOut
		boolean verbose
		boolean annotate
		com.google.dexmaker.dx.util.ByteArrayAnnotatedOutput result
	public void setDumpWidth (int) 
		int dumpWidth
	int getFileSize () 
	com.google.dexmaker.dx.dex.file.MixedItemSection getStringData () 
	com.google.dexmaker.dx.dex.file.MixedItemSection getWordData () 
	com.google.dexmaker.dx.dex.file.MixedItemSection getTypeLists () 
	com.google.dexmaker.dx.dex.file.MixedItemSection getMap () 
	com.google.dexmaker.dx.dex.file.StringIdsSection getStringIds () 
	com.google.dexmaker.dx.dex.file.ClassDefsSection getClassDefs () 
	com.google.dexmaker.dx.dex.file.MixedItemSection getClassData () 
	com.google.dexmaker.dx.dex.file.TypeIdsSection getTypeIds () 
	com.google.dexmaker.dx.dex.file.ProtoIdsSection getProtoIds () 
	com.google.dexmaker.dx.dex.file.FieldIdsSection getFieldIds () 
	com.google.dexmaker.dx.dex.file.MethodIdsSection getMethodIds () 
	com.google.dexmaker.dx.dex.file.MixedItemSection getByteData () 
	com.google.dexmaker.dx.dex.file.Section getFirstDataSection () 
	com.google.dexmaker.dx.dex.file.Section getLastDataSection () 
	void internIfAppropriate (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant cst
	com.google.dexmaker.dx.dex.file.IndexedItem findItemOrNull (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant cst
	private com.google.dexmaker.dx.util.ByteArrayAnnotatedOutput toDex0 (boolean, boolean) 
		RuntimeException ex
		com.google.dexmaker.dx.dex.file.Section one
		int placedAt
		int i
		com.google.dexmaker.dx.dex.file.Section one
		int zeroCount
		com.google.dexmaker.dx.util.ExceptionWithContext ec
		com.google.dexmaker.dx.util.ExceptionWithContext ec
		RuntimeException ex
		int i
		boolean annotate
		boolean verbose
		int count
		int offset
		byte[] barr
		com.google.dexmaker.dx.util.ByteArrayAnnotatedOutput out
	public com.google.dexmaker.dx.dex.file.Statistics getStatistics () 
		com.google.dexmaker.dx.dex.file.Section s
		com.google.dexmaker.dx.dex.file.Section[] arr$
		int len$
		int i$
		com.google.dexmaker.dx.dex.file.Statistics stats
	private static void calcSignature (byte[]) 
		java.security.NoSuchAlgorithmException ex
		int amt
		java.security.DigestException ex
		byte[] bytes
		java.security.MessageDigest md
	private static void calcChecksum (byte[]) 
		byte[] bytes
		java.util.zip.Adler32 a32
		int sum
}

com/google/dexmaker/dx/dex/file/DebugInfoItem.class
DebugInfoItem.java
package com.google.dexmaker.dx.dex.file
public com.google.dexmaker.dx.dex.file.DebugInfoItem extends com.google.dexmaker.dx.dex.file.OffsettedItem {
	private static final int ALIGNMENT
	private static final boolean ENABLE_ENCODER_SELF_CHECK
	private final com.google.dexmaker.dx.dex.code.DalvCode code
	private byte[] encoded
	private final boolean isStatic
	private final com.google.dexmaker.dx.rop.cst.CstMethodRef ref
	public void  (com.google.dexmaker.dx.dex.code.DalvCode, boolean, com.google.dexmaker.dx.rop.cst.CstMethodRef) 
		com.google.dexmaker.dx.dex.code.DalvCode code
		boolean isStatic
		com.google.dexmaker.dx.rop.cst.CstMethodRef ref
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
	protected void place0 (com.google.dexmaker.dx.dex.file.Section, int) 
		RuntimeException ex
		com.google.dexmaker.dx.dex.file.Section addedTo
		int offset
	public java.lang.String toHuman () 
	public void annotateTo (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput, java.lang.String) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		String prefix
	public void debugPrint (java.io.PrintWriter, java.lang.String) 
		java.io.PrintWriter out
		String prefix
	protected void writeTo0 (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
	private byte[] encode (com.google.dexmaker.dx.dex.file.DexFile, java.lang.String, java.io.PrintWriter, com.google.dexmaker.dx.util.AnnotatedOutput, boolean) 
		com.google.dexmaker.dx.dex.file.DexFile file
		String prefix
		java.io.PrintWriter debugPrint
		com.google.dexmaker.dx.util.AnnotatedOutput out
		boolean consume
		byte[] result
	private byte[] encode0 (com.google.dexmaker.dx.dex.file.DexFile, java.lang.String, java.io.PrintWriter, com.google.dexmaker.dx.util.AnnotatedOutput, boolean) 
		byte[] result
		com.google.dexmaker.dx.dex.file.DexFile file
		String prefix
		java.io.PrintWriter debugPrint
		com.google.dexmaker.dx.util.AnnotatedOutput out
		boolean consume
		com.google.dexmaker.dx.dex.code.PositionList positions
		com.google.dexmaker.dx.dex.code.LocalList locals
		com.google.dexmaker.dx.dex.code.DalvInsnList insns
		int codeSize
		int regSize
		com.google.dexmaker.dx.dex.file.DebugInfoEncoder encoder
		byte[] result
}

com/google/dexmaker/dx/dex/file/DebugInfoEncoder.class
DebugInfoEncoder.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.DebugInfoEncoder extends java.lang.Object {
	private static final boolean DEBUG
	private final com.google.dexmaker.dx.dex.code.PositionList positions
	private final com.google.dexmaker.dx.dex.code.LocalList locals
	private final com.google.dexmaker.dx.util.ByteArrayAnnotatedOutput output
	private final com.google.dexmaker.dx.dex.file.DexFile file
	private final int codeSize
	private final int regSize
	private final com.google.dexmaker.dx.rop.type.Prototype desc
	private final boolean isStatic
	private int address
	private int line
	private com.google.dexmaker.dx.util.AnnotatedOutput annotateTo
	private java.io.PrintWriter debugPrint
	private String prefix
	private boolean shouldConsume
	private final com.google.dexmaker.dx.dex.code.LocalList$Entry[] lastEntryForReg
	public void  (com.google.dexmaker.dx.dex.code.PositionList, com.google.dexmaker.dx.dex.code.LocalList, com.google.dexmaker.dx.dex.file.DexFile, int, int, boolean, com.google.dexmaker.dx.rop.cst.CstMethodRef) 
		com.google.dexmaker.dx.dex.code.PositionList positions
		com.google.dexmaker.dx.dex.code.LocalList locals
		com.google.dexmaker.dx.dex.file.DexFile file
		int codeSize
		int regSize
		boolean isStatic
		com.google.dexmaker.dx.rop.cst.CstMethodRef ref
	private void annotate (int, java.lang.String) 
		int length
		String message
	public byte[] convert () 
		byte[] ret
		java.io.IOException ex
	public byte[] convertAndAnnotate (java.lang.String, java.io.PrintWriter, com.google.dexmaker.dx.util.AnnotatedOutput, boolean) 
		String prefix
		java.io.PrintWriter debugPrint
		com.google.dexmaker.dx.util.AnnotatedOutput out
		boolean consume
		byte[] result
	private byte[] convert0 ()  throws java.io.IOException 
		int nextAddrL
		int nextAddrP
		int next
		java.util.ArrayList sortedPositions
		java.util.ArrayList methodArgs
		int positionsSz
		int localsSz
		int curPositionIdx
		int curLocalIdx
	private int emitLocalsAtAddress (int)  throws java.io.IOException 
		com.google.dexmaker.dx.dex.code.LocalList$Entry entry
		int reg
		com.google.dexmaker.dx.dex.code.LocalList$Entry prevEntry
		int curLocalIdx
		int sz
	private int emitPositionsAtAddress (int, java.util.ArrayList)  throws java.io.IOException 
		int curPositionIdx
		java.util.ArrayList sortedPositions
		int positionsSz
	private void emitHeader (java.util.ArrayList, java.util.ArrayList)  throws java.io.IOException 
		com.google.dexmaker.dx.dex.code.PositionList$Entry entry
		com.google.dexmaker.dx.dex.code.LocalList$Entry arg
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.code.LocalList$Entry arg
		java.util.Iterator i$
		String parameterName
		com.google.dexmaker.dx.rop.type.Type pt
		com.google.dexmaker.dx.dex.code.LocalList$Entry found
		int i
		com.google.dexmaker.dx.rop.cst.CstString signature
		com.google.dexmaker.dx.dex.code.LocalList$Entry arg
		com.google.dexmaker.dx.dex.code.LocalList$Entry[] arr$
		int len$
		int i$
		java.util.ArrayList sortedPositions
		java.util.ArrayList methodArgs
		boolean annotate
		int mark
		int curParam
		com.google.dexmaker.dx.rop.type.StdTypeList paramTypes
		int szParamTypes
	private java.util.ArrayList buildSortedPositions () 
		int i
		int sz
		java.util.ArrayList result
	private int getParamBase () 
	private java.util.ArrayList extractMethodArguments () 
		com.google.dexmaker.dx.dex.code.LocalList$Entry e
		int reg
		int i
		java.util.ArrayList result
		int argBase
		java.util.BitSet seen
		int sz
	private java.lang.String entryAnnotationString (com.google.dexmaker.dx.dex.code.LocalList$Entry) 
		com.google.dexmaker.dx.dex.code.LocalList$Entry e
		StringBuilder sb
		com.google.dexmaker.dx.rop.cst.CstString name
		com.google.dexmaker.dx.rop.cst.CstType type
		com.google.dexmaker.dx.rop.cst.CstString signature
	private void emitLocalRestart (com.google.dexmaker.dx.dex.code.LocalList$Entry)  throws java.io.IOException 
		com.google.dexmaker.dx.dex.code.LocalList$Entry entry
		int mark
	private void emitStringIndex (com.google.dexmaker.dx.rop.cst.CstString)  throws java.io.IOException 
		com.google.dexmaker.dx.rop.cst.CstString string
	private void emitTypeIndex (com.google.dexmaker.dx.rop.cst.CstType)  throws java.io.IOException 
		com.google.dexmaker.dx.rop.cst.CstType type
	private void emitLocalStart (com.google.dexmaker.dx.dex.code.LocalList$Entry)  throws java.io.IOException 
		com.google.dexmaker.dx.dex.code.LocalList$Entry entry
		int mark
	private void emitLocalStartExtended (com.google.dexmaker.dx.dex.code.LocalList$Entry)  throws java.io.IOException 
		com.google.dexmaker.dx.dex.code.LocalList$Entry entry
		int mark
	private void emitLocalEnd (com.google.dexmaker.dx.dex.code.LocalList$Entry)  throws java.io.IOException 
		com.google.dexmaker.dx.dex.code.LocalList$Entry entry
		int mark
	private void emitPosition (com.google.dexmaker.dx.dex.code.PositionList$Entry)  throws java.io.IOException 
		com.google.dexmaker.dx.dex.code.PositionList$Entry entry
		com.google.dexmaker.dx.rop.code.SourcePosition pos
		int newLine
		int newAddress
		int opcode
		int deltaLines
		int deltaAddress
	private static int computeOpcode (int, int) 
		int deltaLines
		int deltaAddress
	private void emitAdvanceLine (int)  throws java.io.IOException 
		int deltaLines
		int mark
	private void emitAdvancePc (int)  throws java.io.IOException 
		int deltaAddress
		int mark
	private void emitUnsignedLeb128 (int)  throws java.io.IOException 
		int n
	private void emitEndSequence () 
}

com/google/dexmaker/dx/dex/file/DebugInfoEncoder$2.class
DebugInfoEncoder.java
package com.google.dexmaker.dx.dex.file
 com.google.dexmaker.dx.dex.file.DebugInfoEncoder$2 extends java.lang.Object implements java.util.Comparator  {
	final com.google.dexmaker.dx.dex.file.DebugInfoEncoder this$0
	void  (com.google.dexmaker.dx.dex.file.DebugInfoEncoder) 
	public int compare (com.google.dexmaker.dx.dex.code.LocalList$Entry, com.google.dexmaker.dx.dex.code.LocalList$Entry) 
		com.google.dexmaker.dx.dex.code.LocalList$Entry a
		com.google.dexmaker.dx.dex.code.LocalList$Entry b
	public boolean equals (java.lang.Object) 
		Object obj
	public volatile int compare (java.lang.Object, java.lang.Object) 
		Object x0
		Object x1
}

com/google/dexmaker/dx/dex/file/DebugInfoEncoder$1.class
DebugInfoEncoder.java
package com.google.dexmaker.dx.dex.file
 com.google.dexmaker.dx.dex.file.DebugInfoEncoder$1 extends java.lang.Object implements java.util.Comparator  {
	final com.google.dexmaker.dx.dex.file.DebugInfoEncoder this$0
	void  (com.google.dexmaker.dx.dex.file.DebugInfoEncoder) 
	public int compare (com.google.dexmaker.dx.dex.code.PositionList$Entry, com.google.dexmaker.dx.dex.code.PositionList$Entry) 
		com.google.dexmaker.dx.dex.code.PositionList$Entry a
		com.google.dexmaker.dx.dex.code.PositionList$Entry b
	public boolean equals (java.lang.Object) 
		Object obj
	public volatile int compare (java.lang.Object, java.lang.Object) 
		Object x0
		Object x1
}

com/google/dexmaker/dx/dex/file/DebugInfoDecoder.class
DebugInfoDecoder.java
package com.google.dexmaker.dx.dex.file
public com.google.dexmaker.dx.dex.file.DebugInfoDecoder extends java.lang.Object {
	private final byte[] encoded
	private final java.util.ArrayList positions
	private final java.util.ArrayList locals
	private final int codesize
	private final com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry[] lastEntryForReg
	private final com.google.dexmaker.dx.rop.type.Prototype desc
	private final boolean isStatic
	private final com.google.dexmaker.dx.dex.file.DexFile file
	private final int regSize
	private int line
	private int address
	private final int thisStringIdx
	void  (byte[], int, int, boolean, com.google.dexmaker.dx.rop.cst.CstMethodRef, com.google.dexmaker.dx.dex.file.DexFile) 
		IllegalArgumentException ex
		byte[] encoded
		int codesize
		int regSize
		boolean isStatic
		com.google.dexmaker.dx.rop.cst.CstMethodRef ref
		com.google.dexmaker.dx.dex.file.DexFile file
		int idx
	public java.util.List getPositionList () 
	public java.util.List getLocals () 
	public void decode () 
		Exception ex
	private int readStringIndex (com.google.dexmaker.dx.util.ByteInput)  throws java.io.IOException 
		com.google.dexmaker.dx.util.ByteInput bs
		int offsetIndex
	private int getParamBase () 
	private void decode0 ()  throws java.io.IOException 
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry thisEntry
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry le
		com.google.dexmaker.dx.rop.type.Type paramType
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry le
		int nameIdx
		int i
		int reg
		int nameIdx
		int typeIdx
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry le
		int reg
		int nameIdx
		int typeIdx
		int sigIdx
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry le
		NullPointerException ex
		int reg
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry prevle
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry le
		NullPointerException ex
		int reg
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry prevle
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry le
		int adjopcode
		int opcode
		com.google.dexmaker.dx.util.ByteInput bs
		int szParams
		com.google.dexmaker.dx.rop.type.StdTypeList params
		int curReg
	public static void validateEncode (byte[], com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.rop.cst.CstMethodRef, com.google.dexmaker.dx.dex.code.DalvCode, boolean) 
		RuntimeException ex
		byte[] info
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.rop.cst.CstMethodRef ref
		com.google.dexmaker.dx.dex.code.DalvCode code
		boolean isStatic
		com.google.dexmaker.dx.dex.code.PositionList pl
		com.google.dexmaker.dx.dex.code.LocalList ll
		com.google.dexmaker.dx.dex.code.DalvInsnList insns
		int codeSize
		int countRegisters
	private static void validateEncode0 (byte[], int, int, boolean, com.google.dexmaker.dx.rop.cst.CstMethodRef, com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.dex.code.PositionList, com.google.dexmaker.dx.dex.code.LocalList) 
		com.google.dexmaker.dx.dex.code.PositionList$Entry ple
		int i
		boolean found
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$PositionEntry entry
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry e2
		int j
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry entry
		int idx
		int i
		com.google.dexmaker.dx.dex.code.LocalList$Entry origEntry
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry decodedEntry
		int decodedAddress
		int i
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry e
		java.util.Iterator i$
		byte[] info
		int codeSize
		int countRegisters
		boolean isStatic
		com.google.dexmaker.dx.rop.cst.CstMethodRef ref
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.code.PositionList pl
		com.google.dexmaker.dx.dex.code.LocalList ll
		com.google.dexmaker.dx.dex.file.DebugInfoDecoder decoder
		java.util.List decodedEntries
		java.util.List decodedLocals
		int thisStringIdx
		int decodedSz
		int paramBase
		int origSz
		int decodeAt
		boolean problem
}

com/google/dexmaker/dx/dex/file/DebugInfoDecoder$PositionEntry.class
DebugInfoDecoder.java
package com.google.dexmaker.dx.dex.file
 com.google.dexmaker.dx.dex.file.DebugInfoDecoder$PositionEntry extends java.lang.Object {
	public int address
	public int line
	public void  (int, int) 
		int address
		int line
}

com/google/dexmaker/dx/dex/file/DebugInfoDecoder$LocalEntry.class
DebugInfoDecoder.java
package com.google.dexmaker.dx.dex.file
 com.google.dexmaker.dx.dex.file.DebugInfoDecoder$LocalEntry extends java.lang.Object {
	public int address
	public boolean isStart
	public int reg
	public int nameIndex
	public int typeIndex
	public int signatureIndex
	public void  (int, boolean, int, int, int, int) 
		int address
		boolean isStart
		int reg
		int nameIndex
		int typeIndex
		int signatureIndex
	public java.lang.String toString () 
}

com/google/dexmaker/dx/dex/file/DebugInfoConstants.class
DebugInfoConstants.java
package com.google.dexmaker.dx.dex.file
public abstract com.google.dexmaker.dx.dex.file.DebugInfoConstants extends java.lang.Object {
	public static final int DBG_END_SEQUENCE
	public static final int DBG_ADVANCE_PC
	public static final int DBG_ADVANCE_LINE
	public static final int DBG_START_LOCAL
	public static final int DBG_START_LOCAL_EXTENDED
	public static final int DBG_END_LOCAL
	public static final int DBG_RESTART_LOCAL
	public static final int DBG_SET_PROLOGUE_END
	public static final int DBG_SET_EPILOGUE_BEGIN
	public static final int DBG_SET_FILE
	public static final int DBG_FIRST_SPECIAL
	public static final int DBG_LINE_BASE
	public static final int DBG_LINE_RANGE
}

com/google/dexmaker/dx/dex/file/CodeItem.class
CodeItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.CodeItem extends com.google.dexmaker.dx.dex.file.OffsettedItem {
	private static final int ALIGNMENT
	private static final int HEADER_SIZE
	private final com.google.dexmaker.dx.rop.cst.CstMethodRef ref
	private final com.google.dexmaker.dx.dex.code.DalvCode code
	private com.google.dexmaker.dx.dex.file.CatchStructs catches
	private final boolean isStatic
	private final com.google.dexmaker.dx.rop.type.TypeList throwsList
	private com.google.dexmaker.dx.dex.file.DebugInfoItem debugInfo
	public void  (com.google.dexmaker.dx.rop.cst.CstMethodRef, com.google.dexmaker.dx.dex.code.DalvCode, boolean, com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.cst.CstMethodRef ref
		com.google.dexmaker.dx.dex.code.DalvCode code
		boolean isStatic
		com.google.dexmaker.dx.rop.type.TypeList throwsList
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.rop.type.Type type
		java.util.Iterator i$
		com.google.dexmaker.dx.rop.cst.Constant c
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.MixedItemSection byteData
		com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
	public java.lang.String toString () 
	public java.lang.String toHuman () 
	public com.google.dexmaker.dx.rop.cst.CstMethodRef getRef () 
	public void debugPrint (java.io.PrintWriter, java.lang.String, boolean) 
		java.io.PrintWriter out
		String prefix
		boolean verbose
		com.google.dexmaker.dx.dex.code.DalvInsnList insns
		String prefix2
	protected void place0 (com.google.dexmaker.dx.dex.file.Section, int) 
		int catchesSize
		com.google.dexmaker.dx.dex.file.Section addedTo
		int offset
		com.google.dexmaker.dx.dex.file.DexFile file
		int catchesSize
		int insnsSize
	protected void writeTo0 (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		int size
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		boolean annotates
		int regSz
		int outsSz
		int insSz
		int insnsSz
		boolean needPadding
		int triesSz
		int debugOff
	private void writeCodes (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		RuntimeException ex
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsnList insns
	private int getInsSize () 
	private int getOutsSize () 
	private int getRegistersSize () 
}

com/google/dexmaker/dx/dex/file/CodeItem$1.class
CodeItem.java
package com.google.dexmaker.dx.dex.file
 com.google.dexmaker.dx.dex.file.CodeItem$1 extends java.lang.Object implements com.google.dexmaker.dx.dex.code.DalvCode$AssignIndicesCallback  {
	final com.google.dexmaker.dx.dex.file.DexFile val$file
	final com.google.dexmaker.dx.dex.file.CodeItem this$0
	void  (com.google.dexmaker.dx.dex.file.CodeItem, com.google.dexmaker.dx.dex.file.DexFile) 
	public int getIndex (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.dex.file.IndexedItem item
}

com/google/dexmaker/dx/dex/file/ClassDefsSection.class
ClassDefsSection.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.ClassDefsSection extends com.google.dexmaker.dx.dex.file.UniformItemSection {
	private final java.util.TreeMap classDefs
	private java.util.ArrayList orderedDefs
	public void  (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
	public java.util.Collection items () 
	public com.google.dexmaker.dx.dex.file.IndexedItem get (com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.type.Type type
		com.google.dexmaker.dx.dex.file.IndexedItem result
	public void writeHeaderPart (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int sz
		int offset
	public void add (com.google.dexmaker.dx.dex.file.ClassDefItem) 
		NullPointerException ex
		com.google.dexmaker.dx.dex.file.ClassDefItem clazz
		com.google.dexmaker.dx.rop.type.Type type
	protected void orderItems () 
		com.google.dexmaker.dx.rop.type.Type type
		java.util.Iterator i$
		int sz
		int idx
	private int orderItems0 (com.google.dexmaker.dx.rop.type.Type, int, int) 
		com.google.dexmaker.dx.rop.type.Type superclass
		int i
		com.google.dexmaker.dx.rop.type.Type type
		int idx
		int maxDepth
		com.google.dexmaker.dx.dex.file.ClassDefItem c
		com.google.dexmaker.dx.rop.cst.CstType superclassCst
		com.google.dexmaker.dx.rop.type.TypeList interfaces
		int sz
}

com/google/dexmaker/dx/dex/file/ClassDefItem.class
ClassDefItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.ClassDefItem extends com.google.dexmaker.dx.dex.file.IndexedItem {
	private final com.google.dexmaker.dx.rop.cst.CstType thisClass
	private final int accessFlags
	private final com.google.dexmaker.dx.rop.cst.CstType superclass
	private com.google.dexmaker.dx.dex.file.TypeListItem interfaces
	private final com.google.dexmaker.dx.rop.cst.CstString sourceFile
	private final com.google.dexmaker.dx.dex.file.ClassDataItem classData
	private com.google.dexmaker.dx.dex.file.EncodedArrayItem staticValuesItem
	private com.google.dexmaker.dx.dex.file.AnnotationsDirectoryItem annotationsDirectory
	public void  (com.google.dexmaker.dx.rop.cst.CstType, int, com.google.dexmaker.dx.rop.cst.CstType, com.google.dexmaker.dx.rop.type.TypeList, com.google.dexmaker.dx.rop.cst.CstString) 
		com.google.dexmaker.dx.rop.cst.CstType thisClass
		int accessFlags
		com.google.dexmaker.dx.rop.cst.CstType superclass
		com.google.dexmaker.dx.rop.type.TypeList interfaces
		com.google.dexmaker.dx.rop.cst.CstString sourceFile
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public int writeSize () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.MixedItemSection classDataSection
		com.google.dexmaker.dx.rop.cst.CstArray staticValues
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
		com.google.dexmaker.dx.dex.file.MixedItemSection byteData
		com.google.dexmaker.dx.dex.file.MixedItemSection wordData
		com.google.dexmaker.dx.dex.file.MixedItemSection typeLists
		com.google.dexmaker.dx.dex.file.StringIdsSection stringIds
	public void writeTo (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		int i
		com.google.dexmaker.dx.rop.type.TypeList list
		int sz
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		boolean annotates
		com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
		int classIdx
		int superIdx
		int interOff
		int annoOff
		int sourceFileIdx
		int dataOff
		int staticValuesOff
	public com.google.dexmaker.dx.rop.cst.CstType getThisClass () 
	public int getAccessFlags () 
	public com.google.dexmaker.dx.rop.cst.CstType getSuperclass () 
	public com.google.dexmaker.dx.rop.type.TypeList getInterfaces () 
	public com.google.dexmaker.dx.rop.cst.CstString getSourceFile () 
	public void addStaticField (com.google.dexmaker.dx.dex.file.EncodedField, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.dex.file.EncodedField field
		com.google.dexmaker.dx.rop.cst.Constant value
	public void addInstanceField (com.google.dexmaker.dx.dex.file.EncodedField) 
		com.google.dexmaker.dx.dex.file.EncodedField field
	public void addDirectMethod (com.google.dexmaker.dx.dex.file.EncodedMethod) 
		com.google.dexmaker.dx.dex.file.EncodedMethod method
	public void addVirtualMethod (com.google.dexmaker.dx.dex.file.EncodedMethod) 
		com.google.dexmaker.dx.dex.file.EncodedMethod method
	public java.util.ArrayList getMethods () 
	public void setClassAnnotations (com.google.dexmaker.dx.rop.annotation.Annotations) 
		com.google.dexmaker.dx.rop.annotation.Annotations annotations
	public void addFieldAnnotations (com.google.dexmaker.dx.rop.cst.CstFieldRef, com.google.dexmaker.dx.rop.annotation.Annotations) 
		com.google.dexmaker.dx.rop.cst.CstFieldRef field
		com.google.dexmaker.dx.rop.annotation.Annotations annotations
	public void addMethodAnnotations (com.google.dexmaker.dx.rop.cst.CstMethodRef, com.google.dexmaker.dx.rop.annotation.Annotations) 
		com.google.dexmaker.dx.rop.cst.CstMethodRef method
		com.google.dexmaker.dx.rop.annotation.Annotations annotations
	public void addParameterAnnotations (com.google.dexmaker.dx.rop.cst.CstMethodRef, com.google.dexmaker.dx.rop.annotation.AnnotationsList) 
		com.google.dexmaker.dx.rop.cst.CstMethodRef method
		com.google.dexmaker.dx.rop.annotation.AnnotationsList list
	public com.google.dexmaker.dx.rop.annotation.Annotations getMethodAnnotations (com.google.dexmaker.dx.rop.cst.CstMethodRef) 
		com.google.dexmaker.dx.rop.cst.CstMethodRef method
	public com.google.dexmaker.dx.rop.annotation.AnnotationsList getParameterAnnotations (com.google.dexmaker.dx.rop.cst.CstMethodRef) 
		com.google.dexmaker.dx.rop.cst.CstMethodRef method
	public void debugPrint (java.io.Writer, boolean) 
		java.io.Writer out
		boolean verbose
		java.io.PrintWriter pw
}

com/google/dexmaker/dx/dex/file/ClassDataItem.class
ClassDataItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.ClassDataItem extends com.google.dexmaker.dx.dex.file.OffsettedItem {
	private final com.google.dexmaker.dx.rop.cst.CstType thisClass
	private final java.util.ArrayList staticFields
	private final java.util.HashMap staticValues
	private final java.util.ArrayList instanceFields
	private final java.util.ArrayList directMethods
	private final java.util.ArrayList virtualMethods
	private com.google.dexmaker.dx.rop.cst.CstArray staticValuesConstant
	private byte[] encodedForm
	public void  (com.google.dexmaker.dx.rop.cst.CstType) 
		com.google.dexmaker.dx.rop.cst.CstType thisClass
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public java.lang.String toHuman () 
	public boolean isEmpty () 
	public void addStaticField (com.google.dexmaker.dx.dex.file.EncodedField, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.dex.file.EncodedField field
		com.google.dexmaker.dx.rop.cst.Constant value
	public void addInstanceField (com.google.dexmaker.dx.dex.file.EncodedField) 
		com.google.dexmaker.dx.dex.file.EncodedField field
	public void addDirectMethod (com.google.dexmaker.dx.dex.file.EncodedMethod) 
		com.google.dexmaker.dx.dex.file.EncodedMethod method
	public void addVirtualMethod (com.google.dexmaker.dx.dex.file.EncodedMethod) 
		com.google.dexmaker.dx.dex.file.EncodedMethod method
	public java.util.ArrayList getMethods () 
		int sz
		java.util.ArrayList result
	public void debugPrint (java.io.Writer, boolean) 
		int i
		int i
		int i
		int i
		java.io.Writer out
		boolean verbose
		java.io.PrintWriter pw
		int sz
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.EncodedField field
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.EncodedField field
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.EncodedMethod method
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.EncodedMethod method
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.DexFile file
	public com.google.dexmaker.dx.rop.cst.CstArray getStaticValuesConstant () 
	private com.google.dexmaker.dx.rop.cst.CstArray makeStaticValuesConstant () 
		com.google.dexmaker.dx.dex.file.EncodedField field
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.dex.file.EncodedField field
		com.google.dexmaker.dx.rop.cst.Constant cst
		int i
		int size
		com.google.dexmaker.dx.rop.cst.CstArray$List list
	protected void place0 (com.google.dexmaker.dx.dex.file.Section, int) 
		com.google.dexmaker.dx.dex.file.Section addedTo
		int offset
		com.google.dexmaker.dx.util.ByteArrayAnnotatedOutput out
	private void encodeOutput (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		boolean annotates
	private static void encodeSize (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput, java.lang.String, int) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		String label
		int size
	private static void encodeList (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput, java.lang.String, java.util.ArrayList) 
		int i
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		String label
		java.util.ArrayList list
		int size
		int lastIndex
	public void writeTo0 (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		boolean annotates
}

com/google/dexmaker/dx/dex/file/CatchStructs.class
CatchStructs.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.CatchStructs extends java.lang.Object {
	private static final int TRY_ITEM_WRITE_SIZE
	private final com.google.dexmaker.dx.dex.code.DalvCode code
	private com.google.dexmaker.dx.dex.code.CatchTable table
	private byte[] encodedHandlers
	private int encodedHandlerHeaderSize
	private java.util.TreeMap handlerOffsets
	public void  (com.google.dexmaker.dx.dex.code.DalvCode) 
		com.google.dexmaker.dx.dex.code.DalvCode code
	private void finishProcessingIfNecessary () 
	public int triesSize () 
	public void debugPrint (java.io.PrintWriter, java.lang.String) 
		java.io.PrintWriter out
		String prefix
	public void encode (com.google.dexmaker.dx.dex.file.DexFile) 
		int i
		com.google.dexmaker.dx.dex.code.CatchHandlerList$Entry entry
		int i
		com.google.dexmaker.dx.dex.code.CatchHandlerList list
		int listSize
		boolean catchesAll
		java.util.Map$Entry mapping
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.TypeIdsSection typeIds
		int size
		com.google.dexmaker.dx.util.ByteArrayAnnotatedOutput out
	public int writeSize () 
	public void writeTo (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.code.CatchTable$Entry one
		int start
		int end
		int insnCount
		int i
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int tableSize
	private void annotateEntries (java.lang.String, java.io.PrintWriter, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.code.CatchTable$Entry entry
		com.google.dexmaker.dx.dex.code.CatchHandlerList handlers
		String s1
		String s2
		int i
		com.google.dexmaker.dx.dex.code.CatchHandlerList list
		int offset
		java.util.Map$Entry mapping
		java.util.Iterator i$
		String prefix
		java.io.PrintWriter printTo
		com.google.dexmaker.dx.util.AnnotatedOutput annotateTo
		boolean consume
		int amt1
		int amt2
		int size
		String subPrefix
		int lastOffset
		com.google.dexmaker.dx.dex.code.CatchHandlerList lastList
	private static void annotateAndConsumeHandlers (com.google.dexmaker.dx.dex.code.CatchHandlerList, int, int, java.lang.String, java.io.PrintWriter, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.code.CatchHandlerList handlers
		int offset
		int size
		String prefix
		java.io.PrintWriter printTo
		com.google.dexmaker.dx.util.AnnotatedOutput annotateTo
		String s
}

com/google/dexmaker/dx/dex/file/AnnotationsDirectoryItem.class
AnnotationsDirectoryItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.AnnotationsDirectoryItem extends com.google.dexmaker.dx.dex.file.OffsettedItem {
	private static final int ALIGNMENT
	private static final int HEADER_SIZE
	private static final int ELEMENT_SIZE
	private com.google.dexmaker.dx.dex.file.AnnotationSetItem classAnnotations
	private java.util.ArrayList fieldAnnotations
	private java.util.ArrayList methodAnnotations
	private java.util.ArrayList parameterAnnotations
	public void  () 
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public boolean isEmpty () 
	public boolean isInternable () 
	public int hashCode () 
	public int compareTo0 (com.google.dexmaker.dx.dex.file.OffsettedItem) 
		com.google.dexmaker.dx.dex.file.OffsettedItem other
		com.google.dexmaker.dx.dex.file.AnnotationsDirectoryItem otherDirectory
	public void setClassAnnotations (com.google.dexmaker.dx.rop.annotation.Annotations) 
		com.google.dexmaker.dx.rop.annotation.Annotations annotations
	public void addFieldAnnotations (com.google.dexmaker.dx.rop.cst.CstFieldRef, com.google.dexmaker.dx.rop.annotation.Annotations) 
		com.google.dexmaker.dx.rop.cst.CstFieldRef field
		com.google.dexmaker.dx.rop.annotation.Annotations annotations
	public void addMethodAnnotations (com.google.dexmaker.dx.rop.cst.CstMethodRef, com.google.dexmaker.dx.rop.annotation.Annotations) 
		com.google.dexmaker.dx.rop.cst.CstMethodRef method
		com.google.dexmaker.dx.rop.annotation.Annotations annotations
	public void addParameterAnnotations (com.google.dexmaker.dx.rop.cst.CstMethodRef, com.google.dexmaker.dx.rop.annotation.AnnotationsList) 
		com.google.dexmaker.dx.rop.cst.CstMethodRef method
		com.google.dexmaker.dx.rop.annotation.AnnotationsList list
	public com.google.dexmaker.dx.rop.annotation.Annotations getMethodAnnotations (com.google.dexmaker.dx.rop.cst.CstMethodRef) 
		com.google.dexmaker.dx.dex.file.MethodAnnotationStruct item
		java.util.Iterator i$
		com.google.dexmaker.dx.rop.cst.CstMethodRef method
	public com.google.dexmaker.dx.rop.annotation.AnnotationsList getParameterAnnotations (com.google.dexmaker.dx.rop.cst.CstMethodRef) 
		com.google.dexmaker.dx.dex.file.ParameterAnnotationStruct item
		java.util.Iterator i$
		com.google.dexmaker.dx.rop.cst.CstMethodRef method
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.FieldAnnotationStruct item
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.MethodAnnotationStruct item
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.ParameterAnnotationStruct item
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.MixedItemSection wordData
	public java.lang.String toHuman () 
	protected void place0 (com.google.dexmaker.dx.dex.file.Section, int) 
		com.google.dexmaker.dx.dex.file.Section addedTo
		int offset
		int elementCount
	protected void writeTo0 (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.FieldAnnotationStruct item
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.MethodAnnotationStruct item
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.ParameterAnnotationStruct item
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		boolean annotates
		int classOff
		int fieldsSize
		int methodsSize
		int parametersSize
	private static int listSize (java.util.ArrayList) 
		java.util.ArrayList list
	void debugPrint (java.io.PrintWriter) 
		com.google.dexmaker.dx.dex.file.FieldAnnotationStruct item
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.MethodAnnotationStruct item
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.ParameterAnnotationStruct item
		java.util.Iterator i$
		java.io.PrintWriter out
}

com/google/dexmaker/dx/dex/file/AnnotationUtils.class
AnnotationUtils.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.AnnotationUtils extends java.lang.Object {
	private static final com.google.dexmaker.dx.rop.cst.CstType ANNOTATION_DEFAULT_TYPE
	private static final com.google.dexmaker.dx.rop.cst.CstType ENCLOSING_CLASS_TYPE
	private static final com.google.dexmaker.dx.rop.cst.CstType ENCLOSING_METHOD_TYPE
	private static final com.google.dexmaker.dx.rop.cst.CstType INNER_CLASS_TYPE
	private static final com.google.dexmaker.dx.rop.cst.CstType MEMBER_CLASSES_TYPE
	private static final com.google.dexmaker.dx.rop.cst.CstType SIGNATURE_TYPE
	private static final com.google.dexmaker.dx.rop.cst.CstType THROWS_TYPE
	private static final com.google.dexmaker.dx.rop.cst.CstString ACCESS_FLAGS_STRING
	private static final com.google.dexmaker.dx.rop.cst.CstString NAME_STRING
	private static final com.google.dexmaker.dx.rop.cst.CstString VALUE_STRING
	private void  () 
	public static com.google.dexmaker.dx.rop.annotation.Annotation makeAnnotationDefault (com.google.dexmaker.dx.rop.annotation.Annotation) 
		com.google.dexmaker.dx.rop.annotation.Annotation defaults
		com.google.dexmaker.dx.rop.annotation.Annotation result
	public static com.google.dexmaker.dx.rop.annotation.Annotation makeEnclosingClass (com.google.dexmaker.dx.rop.cst.CstType) 
		com.google.dexmaker.dx.rop.cst.CstType clazz
		com.google.dexmaker.dx.rop.annotation.Annotation result
	public static com.google.dexmaker.dx.rop.annotation.Annotation makeEnclosingMethod (com.google.dexmaker.dx.rop.cst.CstMethodRef) 
		com.google.dexmaker.dx.rop.cst.CstMethodRef method
		com.google.dexmaker.dx.rop.annotation.Annotation result
	public static com.google.dexmaker.dx.rop.annotation.Annotation makeInnerClass (com.google.dexmaker.dx.rop.cst.CstString, int) 
		com.google.dexmaker.dx.rop.cst.CstString name
		int accessFlags
		com.google.dexmaker.dx.rop.annotation.Annotation result
		com.google.dexmaker.dx.rop.cst.Constant nameCst
	public static com.google.dexmaker.dx.rop.annotation.Annotation makeMemberClasses (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
		com.google.dexmaker.dx.rop.cst.CstArray array
		com.google.dexmaker.dx.rop.annotation.Annotation result
	public static com.google.dexmaker.dx.rop.annotation.Annotation makeSignature (com.google.dexmaker.dx.rop.cst.CstString) 
		char c
		int endAt
		int at
		int i
		com.google.dexmaker.dx.rop.cst.CstString signature
		com.google.dexmaker.dx.rop.annotation.Annotation result
		String raw
		int rawLength
		java.util.ArrayList pieces
		int size
		com.google.dexmaker.dx.rop.cst.CstArray$List list
	public static com.google.dexmaker.dx.rop.annotation.Annotation makeThrows (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
		com.google.dexmaker.dx.rop.cst.CstArray array
		com.google.dexmaker.dx.rop.annotation.Annotation result
	private static com.google.dexmaker.dx.rop.cst.CstArray makeCstArray (com.google.dexmaker.dx.rop.type.TypeList) 
		int i
		com.google.dexmaker.dx.rop.type.TypeList types
		int size
		com.google.dexmaker.dx.rop.cst.CstArray$List list
	static void  () 
}

com/google/dexmaker/dx/dex/file/AnnotationSetRefItem.class
AnnotationSetRefItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.AnnotationSetRefItem extends com.google.dexmaker.dx.dex.file.OffsettedItem {
	private static final int ALIGNMENT
	private static final int WRITE_SIZE
	private com.google.dexmaker.dx.dex.file.AnnotationSetItem annotations
	public void  (com.google.dexmaker.dx.dex.file.AnnotationSetItem) 
		com.google.dexmaker.dx.dex.file.AnnotationSetItem annotations
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.MixedItemSection wordData
	public java.lang.String toHuman () 
	protected void writeTo0 (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int annotationsOff
}

com/google/dexmaker/dx/dex/file/AnnotationSetItem.class
AnnotationSetItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.AnnotationSetItem extends com.google.dexmaker.dx.dex.file.OffsettedItem {
	private static final int ALIGNMENT
	private static final int ENTRY_WRITE_SIZE
	private final com.google.dexmaker.dx.rop.annotation.Annotations annotations
	private final com.google.dexmaker.dx.dex.file.AnnotationItem[] items
	public void  (com.google.dexmaker.dx.rop.annotation.Annotations) 
		com.google.dexmaker.dx.rop.annotation.Annotation a
		java.util.Iterator i$
		com.google.dexmaker.dx.rop.annotation.Annotations annotations
		int at
	private static int writeSize (com.google.dexmaker.dx.rop.annotation.Annotations) 
		NullPointerException ex
		com.google.dexmaker.dx.rop.annotation.Annotations annotations
	public com.google.dexmaker.dx.rop.annotation.Annotations getAnnotations () 
	public int hashCode () 
	protected int compareTo0 (com.google.dexmaker.dx.dex.file.OffsettedItem) 
		com.google.dexmaker.dx.dex.file.OffsettedItem other
		com.google.dexmaker.dx.dex.file.AnnotationSetItem otherSet
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public java.lang.String toHuman () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		int i
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.dex.file.MixedItemSection byteData
		int size
	protected void place0 (com.google.dexmaker.dx.dex.file.Section, int) 
		com.google.dexmaker.dx.dex.file.Section addedTo
		int offset
	protected void writeTo0 (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.AnnotationItem item
		int offset
		int i
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		boolean annotates
		int size
}

com/google/dexmaker/dx/dex/file/AnnotationItem.class
AnnotationItem.java
package com.google.dexmaker.dx.dex.file
public final com.google.dexmaker.dx.dex.file.AnnotationItem extends com.google.dexmaker.dx.dex.file.OffsettedItem {
	private static final int VISIBILITY_BUILD
	private static final int VISIBILITY_RUNTIME
	private static final int VISIBILITY_SYSTEM
	private static final int ALIGNMENT
	private static final com.google.dexmaker.dx.dex.file.AnnotationItem$TypeIdSorter TYPE_ID_SORTER
	private final com.google.dexmaker.dx.rop.annotation.Annotation annotation
	private com.google.dexmaker.dx.dex.file.TypeIdItem type
	private byte[] encodedForm
	public static void sortByTypeIdIndex (com.google.dexmaker.dx.dex.file.AnnotationItem[]) 
		com.google.dexmaker.dx.dex.file.AnnotationItem[] array
	public void  (com.google.dexmaker.dx.rop.annotation.Annotation) 
		com.google.dexmaker.dx.rop.annotation.Annotation annotation
	public com.google.dexmaker.dx.dex.file.ItemType itemType () 
	public int hashCode () 
	protected int compareTo0 (com.google.dexmaker.dx.dex.file.OffsettedItem) 
		com.google.dexmaker.dx.dex.file.OffsettedItem other
		com.google.dexmaker.dx.dex.file.AnnotationItem otherAnnotation
	public java.lang.String toHuman () 
	public void addContents (com.google.dexmaker.dx.dex.file.DexFile) 
		com.google.dexmaker.dx.dex.file.DexFile file
	protected void place0 (com.google.dexmaker.dx.dex.file.Section, int) 
		com.google.dexmaker.dx.dex.file.Section addedTo
		int offset
		com.google.dexmaker.dx.util.ByteArrayAnnotatedOutput out
		com.google.dexmaker.dx.dex.file.ValueEncoder encoder
	public void annotateTo (com.google.dexmaker.dx.util.AnnotatedOutput, java.lang.String) 
		com.google.dexmaker.dx.rop.cst.CstString name
		com.google.dexmaker.dx.rop.cst.Constant value
		com.google.dexmaker.dx.rop.annotation.NameValuePair pair
		java.util.Iterator i$
		com.google.dexmaker.dx.util.AnnotatedOutput out
		String prefix
	protected void writeTo0 (com.google.dexmaker.dx.dex.file.DexFile, com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.file.ValueEncoder encoder
		com.google.dexmaker.dx.dex.file.DexFile file
		com.google.dexmaker.dx.util.AnnotatedOutput out
		boolean annotates
		com.google.dexmaker.dx.rop.annotation.AnnotationVisibility visibility
	static com.google.dexmaker.dx.dex.file.TypeIdItem access$100 (com.google.dexmaker.dx.dex.file.AnnotationItem) 
		com.google.dexmaker.dx.dex.file.AnnotationItem x0
	static void  () 
}

com/google/dexmaker/dx/dex/file/AnnotationItem$TypeIdSorter.class
AnnotationItem.java
package com.google.dexmaker.dx.dex.file
 com.google.dexmaker.dx.dex.file.AnnotationItem$TypeIdSorter extends java.lang.Object implements java.util.Comparator  {
	private void  () 
	public int compare (com.google.dexmaker.dx.dex.file.AnnotationItem, com.google.dexmaker.dx.dex.file.AnnotationItem) 
		com.google.dexmaker.dx.dex.file.AnnotationItem item1
		com.google.dexmaker.dx.dex.file.AnnotationItem item2
		int index1
		int index2
	public volatile int compare (java.lang.Object, java.lang.Object) 
		Object x0
		Object x1
	void  (com.google.dexmaker.dx.dex.file.AnnotationItem$1) 
		com.google.dexmaker.dx.dex.file.AnnotationItem$1 x0
}

com/google/dexmaker/dx/dex/file/AnnotationItem$1.class
AnnotationItem.java
package com.google.dexmaker.dx.dex.file
 com.google.dexmaker.dx.dex.file.AnnotationItem$1 extends java.lang.Object {
	static final int[] $SwitchMap$com$android$dx$rop$annotation$AnnotationVisibility
	static void  () 
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
}

com/google/dexmaker/dx/dex/file/
com/google/dexmaker/dx/dex/code/form/SpecialFormat.class
SpecialFormat.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.SpecialFormat extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form5rc.class
Form5rc.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form5rc extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.CstInsn ci
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int sz
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int cpi
		int firstReg
		int count
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form52c.class
Form52c.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form52c extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.CstInsn ci
		com.google.dexmaker.dx.rop.cst.Constant cst
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int cpi
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form51l.class
Form51l.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form51l extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.CstInsn ci
		com.google.dexmaker.dx.rop.cst.Constant cst
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		long value
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form41c.class
Form41c.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form41c extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.code.RegisterSpec reg
		com.google.dexmaker.dx.dex.code.CstInsn ci
		com.google.dexmaker.dx.rop.cst.Constant cst
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int sz
		java.util.BitSet bits
		boolean compat
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int cpi
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form3rc.class
Form3rc.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form3rc extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.CstInsn ci
		int cpi
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int sz
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int cpi
		int firstReg
		int count
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form35c.class
Form35c.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form35c extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private static final int MAX_NUM_OPS
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.CstInsn ci
		int cpi
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.rop.code.RegisterSpec reg
		int i
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int sz
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		int cpi
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int sz
		int r0
		int r1
		int r2
		int r3
		int r4
	private static int wordCount (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpec one
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int sz
		int result
	private static com.google.dexmaker.dx.rop.code.RegisterSpecList explicitize (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpec one
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpecList orig
		int wordCount
		int sz
		com.google.dexmaker.dx.rop.code.RegisterSpecList result
		int wordAt
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form33x.class
Form33x.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form33x extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form32x.class
Form32x.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form32x extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form32s.class
Form32s.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form32s extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.CstInsn ci
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.cst.CstLiteralBits cb
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int value
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form31t.class
Form31t.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form31t extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public boolean branchFits (com.google.dexmaker.dx.dex.code.TargetInsn) 
		com.google.dexmaker.dx.dex.code.TargetInsn insn
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int offset
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form31i.class
Form31i.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form31i extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.CstInsn ci
		com.google.dexmaker.dx.rop.cst.Constant cst
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int value
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form31c.class
Form31c.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form31c extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.code.RegisterSpec reg
		com.google.dexmaker.dx.dex.code.CstInsn ci
		com.google.dexmaker.dx.rop.cst.Constant cst
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int sz
		java.util.BitSet bits
		boolean compat
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int cpi
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form30t.class
Form30t.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form30t extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public boolean branchFits (com.google.dexmaker.dx.dex.code.TargetInsn) 
		com.google.dexmaker.dx.dex.code.TargetInsn insn
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		int offset
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form23x.class
Form23x.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form23x extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form22x.class
Form22x.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form22x extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form22t.class
Form22t.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form22t extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.TargetInsn ti
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public boolean branchFits (com.google.dexmaker.dx.dex.code.TargetInsn) 
		com.google.dexmaker.dx.dex.code.TargetInsn insn
		int offset
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int offset
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form22s.class
Form22s.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form22s extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.CstInsn ci
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.cst.CstLiteralBits cb
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int value
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form22c.class
Form22c.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form22c extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.CstInsn ci
		int cpi
		com.google.dexmaker.dx.rop.cst.Constant cst
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int cpi
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form22b.class
Form22b.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form22b extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.CstInsn ci
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.cst.CstLiteralBits cb
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int value
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form21t.class
Form21t.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form21t extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.TargetInsn ti
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public boolean branchFits (com.google.dexmaker.dx.dex.code.TargetInsn) 
		com.google.dexmaker.dx.dex.code.TargetInsn insn
		int offset
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int offset
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form21s.class
Form21s.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form21s extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.CstInsn ci
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.cst.CstLiteralBits cb
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int value
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form21h.class
Form21h.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form21h extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		int bits
		long bits
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.CstInsn ci
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.cst.CstLiteralBits cb
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		short bits
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.cst.CstLiteralBits cb
		short bits
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form21c.class
Form21c.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form21c extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.code.RegisterSpec reg
		com.google.dexmaker.dx.dex.code.CstInsn ci
		int cpi
		com.google.dexmaker.dx.rop.cst.Constant cst
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int sz
		java.util.BitSet bits
		boolean compat
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int cpi
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form20t.class
Form20t.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form20t extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.TargetInsn ti
	public boolean branchFits (com.google.dexmaker.dx.dex.code.TargetInsn) 
		com.google.dexmaker.dx.dex.code.TargetInsn insn
		int offset
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		int offset
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form12x.class
Form12x.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form12x extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int sz
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.code.RegisterSpec rs1
		com.google.dexmaker.dx.rop.code.RegisterSpec rs2
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int sz
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form11x.class
Form11x.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form11x extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form11n.class
Form11n.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form11n extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.CstInsn ci
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.cst.CstLiteralBits cb
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		java.util.BitSet bits
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		int value
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form10x.class
Form10x.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form10x extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/Form10t.class
Form10t.java
package com.google.dexmaker.dx.dex.code.form
public final com.google.dexmaker.dx.dex.code.form.Form10t extends com.google.dexmaker.dx.dex.code.InsnFormat {
	public static final com.google.dexmaker.dx.dex.code.InsnFormat THE_ONE
	private void  () 
	public java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
	public int codeSize () 
	public boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.TargetInsn ti
	public boolean branchFits (com.google.dexmaker.dx.dex.code.TargetInsn) 
		com.google.dexmaker.dx.dex.code.TargetInsn insn
		int offset
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		int offset
	static void  () 
}

com/google/dexmaker/dx/dex/code/form/
com/google/dexmaker/dx/dex/code/ZeroSizeInsn.class
ZeroSizeInsn.java
package com.google.dexmaker.dx.dex.code
public abstract com.google.dexmaker.dx.dex.code.ZeroSizeInsn extends com.google.dexmaker.dx.dex.code.DalvInsn {
	public void  (com.google.dexmaker.dx.rop.code.SourcePosition) 
		com.google.dexmaker.dx.rop.code.SourcePosition position
	public final int codeSize () 
	public final void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
	public final com.google.dexmaker.dx.dex.code.DalvInsn withOpcode (com.google.dexmaker.dx.dex.code.Dop) 
		com.google.dexmaker.dx.dex.code.Dop opcode
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisterOffset (int) 
		int delta
}

com/google/dexmaker/dx/dex/code/VariableSizeInsn.class
VariableSizeInsn.java
package com.google.dexmaker.dx.dex.code
public abstract com.google.dexmaker.dx.dex.code.VariableSizeInsn extends com.google.dexmaker.dx.dex.code.DalvInsn {
	public void  (com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	public final com.google.dexmaker.dx.dex.code.DalvInsn withOpcode (com.google.dexmaker.dx.dex.code.Dop) 
		com.google.dexmaker.dx.dex.code.Dop opcode
	public final com.google.dexmaker.dx.dex.code.DalvInsn withRegisterOffset (int) 
		int delta
}

com/google/dexmaker/dx/dex/code/TargetInsn.class
TargetInsn.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.TargetInsn extends com.google.dexmaker.dx.dex.code.FixedSizeInsn {
	private com.google.dexmaker.dx.dex.code.CodeAddress target
	public void  (com.google.dexmaker.dx.dex.code.Dop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpecList, com.google.dexmaker.dx.dex.code.CodeAddress) 
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
		com.google.dexmaker.dx.dex.code.CodeAddress target
	public com.google.dexmaker.dx.dex.code.DalvInsn withOpcode (com.google.dexmaker.dx.dex.code.Dop) 
		com.google.dexmaker.dx.dex.code.Dop opcode
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisters (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	public com.google.dexmaker.dx.dex.code.TargetInsn withNewTargetAndReversed (com.google.dexmaker.dx.dex.code.CodeAddress) 
		com.google.dexmaker.dx.dex.code.CodeAddress target
		com.google.dexmaker.dx.dex.code.Dop opcode
	public com.google.dexmaker.dx.dex.code.CodeAddress getTarget () 
	public int getTargetAddress () 
	public int getTargetOffset () 
	public boolean hasTargetOffset () 
	protected java.lang.String argString () 
}

com/google/dexmaker/dx/dex/code/SwitchData.class
SwitchData.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.SwitchData extends com.google.dexmaker.dx.dex.code.VariableSizeInsn {
	private final com.google.dexmaker.dx.dex.code.CodeAddress user
	private final com.google.dexmaker.dx.util.IntList cases
	private final com.google.dexmaker.dx.dex.code.CodeAddress[] targets
	private final boolean packed
	public void  (com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.dex.code.CodeAddress, com.google.dexmaker.dx.util.IntList, com.google.dexmaker.dx.dex.code.CodeAddress[]) 
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.dex.code.CodeAddress user
		com.google.dexmaker.dx.util.IntList cases
		com.google.dexmaker.dx.dex.code.CodeAddress[] targets
		int sz
	public int codeSize () 
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput) 
		int relTarget
		int outCase
		int oneCase
		int relTarget
		int i
		int firstCase
		int lastCase
		int outSz
		int caseAt
		int i
		int relTarget
		int i
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int baseAddress
		int defaultTarget
		int sz
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisters (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	public boolean isPacked () 
	protected java.lang.String argString () 
		int i
		StringBuffer sb
		int sz
	protected java.lang.String listingString0 (boolean) 
		int absTarget
		int relTarget
		int i
		boolean noteIndices
		int baseAddress
		StringBuffer sb
		int sz
	private static long packedCodeSize (com.google.dexmaker.dx.util.IntList) 
		com.google.dexmaker.dx.util.IntList cases
		int sz
		long low
		long high
		long result
	private static long sparseCodeSize (com.google.dexmaker.dx.util.IntList) 
		com.google.dexmaker.dx.util.IntList cases
		int sz
	private static boolean shouldPack (com.google.dexmaker.dx.util.IntList) 
		com.google.dexmaker.dx.util.IntList cases
		int sz
		long packedSize
		long sparseSize
}

com/google/dexmaker/dx/dex/code/StdCatchBuilder.class
StdCatchBuilder.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.StdCatchBuilder extends java.lang.Object implements com.google.dexmaker.dx.dex.code.CatchBuilder  {
	private static final int MAX_CATCH_RANGE
	private final com.google.dexmaker.dx.rop.code.RopMethod method
	private final int[] order
	private final com.google.dexmaker.dx.dex.code.BlockAddresses addresses
	public void  (com.google.dexmaker.dx.rop.code.RopMethod, int[], com.google.dexmaker.dx.dex.code.BlockAddresses) 
		com.google.dexmaker.dx.rop.code.RopMethod method
		int[] order
		com.google.dexmaker.dx.dex.code.BlockAddresses addresses
	public com.google.dexmaker.dx.dex.code.CatchTable build () 
	public boolean hasAnyCatches () 
		com.google.dexmaker.dx.rop.code.BasicBlock block
		com.google.dexmaker.dx.rop.type.TypeList catches
		int i
		com.google.dexmaker.dx.rop.code.BasicBlockList blocks
		int size
	public java.util.HashSet getCatchTypes () 
		int j
		com.google.dexmaker.dx.rop.code.BasicBlock block
		com.google.dexmaker.dx.rop.type.TypeList catches
		int catchSize
		int i
		java.util.HashSet result
		com.google.dexmaker.dx.rop.code.BasicBlockList blocks
		int size
	public static com.google.dexmaker.dx.dex.code.CatchTable build (com.google.dexmaker.dx.rop.code.RopMethod, int[], com.google.dexmaker.dx.dex.code.BlockAddresses) 
		com.google.dexmaker.dx.dex.code.CatchTable$Entry entry
		com.google.dexmaker.dx.rop.code.BasicBlock block
		com.google.dexmaker.dx.dex.code.CatchHandlerList handlers
		int i
		com.google.dexmaker.dx.dex.code.CatchTable$Entry entry
		int i
		com.google.dexmaker.dx.rop.code.RopMethod method
		int[] order
		com.google.dexmaker.dx.dex.code.BlockAddresses addresses
		int len
		com.google.dexmaker.dx.rop.code.BasicBlockList blocks
		java.util.ArrayList resultList
		com.google.dexmaker.dx.dex.code.CatchHandlerList currentHandlers
		com.google.dexmaker.dx.rop.code.BasicBlock currentStartBlock
		com.google.dexmaker.dx.rop.code.BasicBlock currentEndBlock
		int resultSz
		com.google.dexmaker.dx.dex.code.CatchTable result
	private static com.google.dexmaker.dx.dex.code.CatchHandlerList handlersFor (com.google.dexmaker.dx.rop.code.BasicBlock, com.google.dexmaker.dx.dex.code.BlockAddresses) 
		com.google.dexmaker.dx.rop.type.Type type
		int i
		com.google.dexmaker.dx.rop.cst.CstType oneType
		com.google.dexmaker.dx.dex.code.CodeAddress oneHandler
		int i
		com.google.dexmaker.dx.rop.code.BasicBlock block
		com.google.dexmaker.dx.dex.code.BlockAddresses addresses
		com.google.dexmaker.dx.util.IntList successors
		int succSize
		int primary
		com.google.dexmaker.dx.rop.type.TypeList catches
		int catchSize
		com.google.dexmaker.dx.dex.code.CatchHandlerList result
	private static com.google.dexmaker.dx.dex.code.CatchTable$Entry makeEntry (com.google.dexmaker.dx.rop.code.BasicBlock, com.google.dexmaker.dx.rop.code.BasicBlock, com.google.dexmaker.dx.dex.code.CatchHandlerList, com.google.dexmaker.dx.dex.code.BlockAddresses) 
		com.google.dexmaker.dx.rop.code.BasicBlock start
		com.google.dexmaker.dx.rop.code.BasicBlock end
		com.google.dexmaker.dx.dex.code.CatchHandlerList handlers
		com.google.dexmaker.dx.dex.code.BlockAddresses addresses
		com.google.dexmaker.dx.dex.code.CodeAddress startAddress
		com.google.dexmaker.dx.dex.code.CodeAddress endAddress
	private static boolean rangeIsValid (com.google.dexmaker.dx.rop.code.BasicBlock, com.google.dexmaker.dx.rop.code.BasicBlock, com.google.dexmaker.dx.dex.code.BlockAddresses) 
		com.google.dexmaker.dx.rop.code.BasicBlock start
		com.google.dexmaker.dx.rop.code.BasicBlock end
		com.google.dexmaker.dx.dex.code.BlockAddresses addresses
		int startAddress
		int endAddress
}

com/google/dexmaker/dx/dex/code/SimpleInsn.class
SimpleInsn.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.SimpleInsn extends com.google.dexmaker.dx.dex.code.FixedSizeInsn {
	public void  (com.google.dexmaker.dx.dex.code.Dop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	public com.google.dexmaker.dx.dex.code.DalvInsn withOpcode (com.google.dexmaker.dx.dex.code.Dop) 
		com.google.dexmaker.dx.dex.code.Dop opcode
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisters (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	protected java.lang.String argString () 
}

com/google/dexmaker/dx/dex/code/RopTranslator.class
RopTranslator.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.RopTranslator extends java.lang.Object {
	private final com.google.dexmaker.dx.dex.DexOptions dexOptions
	private final com.google.dexmaker.dx.rop.code.RopMethod method
	private final int positionInfo
	private final com.google.dexmaker.dx.rop.code.LocalVariableInfo locals
	private final com.google.dexmaker.dx.dex.code.BlockAddresses addresses
	private final com.google.dexmaker.dx.dex.code.OutputCollector output
	private final com.google.dexmaker.dx.dex.code.RopTranslator$TranslationVisitor translationVisitor
	private final int regCount
	private int[] order
	private final int paramSize
	private boolean paramsAreInOrder
	public static com.google.dexmaker.dx.dex.code.DalvCode translate (com.google.dexmaker.dx.rop.code.RopMethod, int, com.google.dexmaker.dx.rop.code.LocalVariableInfo, int, com.google.dexmaker.dx.dex.DexOptions) 
		com.google.dexmaker.dx.rop.code.RopMethod method
		int positionInfo
		com.google.dexmaker.dx.rop.code.LocalVariableInfo locals
		int paramSize
		com.google.dexmaker.dx.dex.DexOptions dexOptions
		com.google.dexmaker.dx.dex.code.RopTranslator translator
	private void  (com.google.dexmaker.dx.rop.code.RopMethod, int, com.google.dexmaker.dx.rop.code.LocalVariableInfo, int, com.google.dexmaker.dx.dex.DexOptions) 
		com.google.dexmaker.dx.rop.code.RopMethod method
		int positionInfo
		com.google.dexmaker.dx.rop.code.LocalVariableInfo locals
		int paramSize
		com.google.dexmaker.dx.dex.DexOptions dexOptions
		com.google.dexmaker.dx.rop.code.BasicBlockList blocks
		int bsz
		int maxInsns
	private static boolean calculateParamsAreInOrder (com.google.dexmaker.dx.rop.code.RopMethod, int) 
		com.google.dexmaker.dx.rop.code.RopMethod method
		int paramSize
		boolean[] paramsAreInOrder
		int initialRegCount
	private com.google.dexmaker.dx.dex.code.DalvCode translateAndGetResult () 
		com.google.dexmaker.dx.dex.code.StdCatchBuilder catches
	private void outputInstructions () 
		int nextI
		int nextLabel
		int i
		com.google.dexmaker.dx.rop.code.BasicBlockList blocks
		int[] order
		int len
	private void outputBlock (com.google.dexmaker.dx.rop.code.BasicBlock, int) 
		com.google.dexmaker.dx.rop.code.RegisterSpecSet starts
		com.google.dexmaker.dx.dex.code.TargetInsn insn
		com.google.dexmaker.dx.rop.code.Rop lastRop
		com.google.dexmaker.dx.rop.code.BasicBlock block
		int nextLabel
		com.google.dexmaker.dx.dex.code.CodeAddress startAddress
		int succ
		com.google.dexmaker.dx.rop.code.Insn lastInsn
	private void pickOrder () 
		com.google.dexmaker.dx.rop.code.BasicBlock one
		int i
		int predLabel
		com.google.dexmaker.dx.rop.code.BasicBlock pred
		int i
		com.google.dexmaker.dx.util.IntList preds
		int psz
		int candidate
		int i
		com.google.dexmaker.dx.util.IntList successors
		int ssz
		com.google.dexmaker.dx.rop.code.BasicBlock one
		com.google.dexmaker.dx.rop.code.BasicBlock preferredBlock
		int preferred
		int primary
		int label
		com.google.dexmaker.dx.rop.code.BasicBlockList blocks
		int sz
		int maxLabel
		int[] workSet
		int[] tracebackSet
		int[] order
		int at
	private static com.google.dexmaker.dx.rop.code.RegisterSpecList getRegs (com.google.dexmaker.dx.rop.code.Insn) 
		com.google.dexmaker.dx.rop.code.Insn insn
	private static com.google.dexmaker.dx.rop.code.RegisterSpecList getRegs (com.google.dexmaker.dx.rop.code.Insn, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.Insn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec resultReg
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	static com.google.dexmaker.dx.rop.code.RegisterSpecList access$000 (com.google.dexmaker.dx.rop.code.Insn) 
		com.google.dexmaker.dx.rop.code.Insn x0
	static com.google.dexmaker.dx.dex.code.BlockAddresses access$100 (com.google.dexmaker.dx.dex.code.RopTranslator) 
		com.google.dexmaker.dx.dex.code.RopTranslator x0
	static boolean access$200 (com.google.dexmaker.dx.dex.code.RopTranslator) 
		com.google.dexmaker.dx.dex.code.RopTranslator x0
	static int access$300 (com.google.dexmaker.dx.dex.code.RopTranslator) 
		com.google.dexmaker.dx.dex.code.RopTranslator x0
	static int access$400 (com.google.dexmaker.dx.dex.code.RopTranslator) 
		com.google.dexmaker.dx.dex.code.RopTranslator x0
	static com.google.dexmaker.dx.rop.code.RopMethod access$500 (com.google.dexmaker.dx.dex.code.RopTranslator) 
		com.google.dexmaker.dx.dex.code.RopTranslator x0
	static com.google.dexmaker.dx.rop.code.RegisterSpecList access$600 (com.google.dexmaker.dx.rop.code.Insn, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.Insn x0
		com.google.dexmaker.dx.rop.code.RegisterSpec x1
}

com/google/dexmaker/dx/dex/code/RopTranslator$TranslationVisitor.class
RopTranslator.java
package com.google.dexmaker.dx.dex.code
 com.google.dexmaker.dx.dex.code.RopTranslator$TranslationVisitor extends java.lang.Object implements com.google.dexmaker.dx.rop.code.Insn$Visitor  {
	private final com.google.dexmaker.dx.dex.code.OutputCollector output
	private com.google.dexmaker.dx.rop.code.BasicBlock block
	private com.google.dexmaker.dx.dex.code.CodeAddress lastAddress
	final com.google.dexmaker.dx.dex.code.RopTranslator this$0
	public void  (com.google.dexmaker.dx.dex.code.RopTranslator, com.google.dexmaker.dx.dex.code.OutputCollector) 
		com.google.dexmaker.dx.dex.code.OutputCollector output
	public void setBlock (com.google.dexmaker.dx.rop.code.BasicBlock, com.google.dexmaker.dx.dex.code.CodeAddress) 
		com.google.dexmaker.dx.rop.code.BasicBlock block
		com.google.dexmaker.dx.dex.code.CodeAddress lastAddress
	public void visitPlainInsn (com.google.dexmaker.dx.rop.code.PlainInsn) 
		int target
		com.google.dexmaker.dx.rop.code.PlainInsn insn
		com.google.dexmaker.dx.rop.code.Rop rop
		com.google.dexmaker.dx.rop.code.SourcePosition pos
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.dex.code.DalvInsn di
	public void visitPlainCstInsn (com.google.dexmaker.dx.rop.code.PlainCstInsn) 
		com.google.dexmaker.dx.rop.code.RegisterSpec dest
		int param
		com.google.dexmaker.dx.rop.code.RegisterSpec source
		com.google.dexmaker.dx.dex.code.DalvInsn di
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.DalvInsn di
		com.google.dexmaker.dx.rop.code.PlainCstInsn insn
		com.google.dexmaker.dx.rop.code.SourcePosition pos
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.rop.code.Rop rop
		int ropOpcode
	public void visitSwitchInsn (com.google.dexmaker.dx.rop.code.SwitchInsn) 
		int label
		int i
		com.google.dexmaker.dx.rop.code.SwitchInsn insn
		com.google.dexmaker.dx.rop.code.SourcePosition pos
		com.google.dexmaker.dx.util.IntList cases
		com.google.dexmaker.dx.util.IntList successors
		int casesSz
		int succSz
		int primarySuccessor
		com.google.dexmaker.dx.dex.code.CodeAddress[] switchTargets
		com.google.dexmaker.dx.dex.code.CodeAddress dataAddress
		com.google.dexmaker.dx.dex.code.SwitchData dataInsn
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.dex.code.TargetInsn switchInsn
	private com.google.dexmaker.dx.rop.code.RegisterSpec getNextMoveResultPseudo () 
		int label
		com.google.dexmaker.dx.rop.code.Insn insn
	public void visitThrowingCstInsn (com.google.dexmaker.dx.rop.code.ThrowingCstInsn) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.DalvInsn di
		com.google.dexmaker.dx.dex.code.DalvInsn di
		com.google.dexmaker.dx.rop.code.RegisterSpec realResult
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		com.google.dexmaker.dx.dex.code.DalvInsn di
		boolean hasResult
		com.google.dexmaker.dx.rop.code.ThrowingCstInsn insn
		com.google.dexmaker.dx.rop.code.SourcePosition pos
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.rop.code.Rop rop
		com.google.dexmaker.dx.rop.cst.Constant cst
	public void visitThrowingInsn (com.google.dexmaker.dx.rop.code.ThrowingInsn) 
		com.google.dexmaker.dx.rop.code.ThrowingInsn insn
		com.google.dexmaker.dx.rop.code.SourcePosition pos
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.rop.code.Rop rop
		com.google.dexmaker.dx.rop.code.RegisterSpec realResult
		com.google.dexmaker.dx.dex.code.DalvInsn di
	public void visitFillArrayDataInsn (com.google.dexmaker.dx.rop.code.FillArrayDataInsn) 
		com.google.dexmaker.dx.rop.code.FillArrayDataInsn insn
		com.google.dexmaker.dx.rop.code.SourcePosition pos
		com.google.dexmaker.dx.rop.cst.Constant cst
		java.util.ArrayList values
		com.google.dexmaker.dx.rop.code.Rop rop
		com.google.dexmaker.dx.dex.code.CodeAddress dataAddress
		com.google.dexmaker.dx.dex.code.ArrayData dataInsn
		com.google.dexmaker.dx.dex.code.TargetInsn fillArrayDataInsn
	protected void addOutput (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	protected void addOutputSuffix (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
}

com/google/dexmaker/dx/dex/code/RopTranslator$LocalVariableAwareTranslationVisitor.class
RopTranslator.java
package com.google.dexmaker.dx.dex.code
 com.google.dexmaker.dx.dex.code.RopTranslator$LocalVariableAwareTranslationVisitor extends com.google.dexmaker.dx.dex.code.RopTranslator$TranslationVisitor {
	private com.google.dexmaker.dx.rop.code.LocalVariableInfo locals
	final com.google.dexmaker.dx.dex.code.RopTranslator this$0
	public void  (com.google.dexmaker.dx.dex.code.RopTranslator, com.google.dexmaker.dx.dex.code.OutputCollector, com.google.dexmaker.dx.rop.code.LocalVariableInfo) 
		com.google.dexmaker.dx.dex.code.OutputCollector output
		com.google.dexmaker.dx.rop.code.LocalVariableInfo locals
	public void visitPlainInsn (com.google.dexmaker.dx.rop.code.PlainInsn) 
		com.google.dexmaker.dx.rop.code.PlainInsn insn
	public void visitPlainCstInsn (com.google.dexmaker.dx.rop.code.PlainCstInsn) 
		com.google.dexmaker.dx.rop.code.PlainCstInsn insn
	public void visitSwitchInsn (com.google.dexmaker.dx.rop.code.SwitchInsn) 
		com.google.dexmaker.dx.rop.code.SwitchInsn insn
	public void visitThrowingCstInsn (com.google.dexmaker.dx.rop.code.ThrowingCstInsn) 
		com.google.dexmaker.dx.rop.code.ThrowingCstInsn insn
	public void visitThrowingInsn (com.google.dexmaker.dx.rop.code.ThrowingInsn) 
		com.google.dexmaker.dx.rop.code.ThrowingInsn insn
	public void addIntroductionIfNecessary (com.google.dexmaker.dx.rop.code.Insn) 
		com.google.dexmaker.dx.rop.code.Insn insn
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
}

com/google/dexmaker/dx/dex/code/RopTranslator$1.class
RopTranslator.java
package com.google.dexmaker.dx.dex.code
final com.google.dexmaker.dx.dex.code.RopTranslator$1 extends com.google.dexmaker.dx.rop.code.Insn$BaseVisitor {
	final boolean[] val$paramsAreInOrder
	final int val$initialRegCount
	final int val$paramSize
	void  (boolean[], int, int) 
	public void visitPlainCstInsn (com.google.dexmaker.dx.rop.code.PlainCstInsn) 
		int param
		com.google.dexmaker.dx.rop.code.PlainCstInsn insn
}

com/google/dexmaker/dx/dex/code/RopToDop.class
RopToDop.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.RopToDop extends java.lang.Object {
	private static final java.util.HashMap MAP
	private void  () 
	public static com.google.dexmaker.dx.dex.code.Dop dopFor (com.google.dexmaker.dx.rop.code.Insn) 
		com.google.dexmaker.dx.rop.code.RegisterSpec resultReg
		com.google.dexmaker.dx.rop.cst.CstFieldRef ref
		int basicType
		com.google.dexmaker.dx.rop.cst.CstFieldRef ref
		int basicType
		com.google.dexmaker.dx.rop.cst.CstFieldRef ref
		int basicType
		com.google.dexmaker.dx.rop.cst.CstFieldRef ref
		int basicType
		com.google.dexmaker.dx.rop.cst.Constant cst
		com.google.dexmaker.dx.rop.code.Insn insn
		com.google.dexmaker.dx.rop.code.Rop rop
		com.google.dexmaker.dx.dex.code.Dop result
	static void  () 
}

com/google/dexmaker/dx/dex/code/PositionList.class
PositionList.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.PositionList extends com.google.dexmaker.dx.util.FixedSizeList {
	public static final com.google.dexmaker.dx.dex.code.PositionList EMPTY
	public static final int NONE
	public static final int LINES
	public static final int IMPORTANT
	public static com.google.dexmaker.dx.dex.code.PositionList make (com.google.dexmaker.dx.dex.code.DalvInsnList, int) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.code.SourcePosition pos
		int i
		int i
		com.google.dexmaker.dx.dex.code.DalvInsnList insns
		int howMuch
		com.google.dexmaker.dx.rop.code.SourcePosition noInfo
		com.google.dexmaker.dx.rop.code.SourcePosition cur
		int sz
		com.google.dexmaker.dx.dex.code.PositionList$Entry[] arr
		boolean lastWasTarget
		int at
		com.google.dexmaker.dx.dex.code.PositionList result
	public void  (int) 
		int size
	public com.google.dexmaker.dx.dex.code.PositionList$Entry get (int) 
		int n
	public void set (int, com.google.dexmaker.dx.dex.code.PositionList$Entry) 
		int n
		com.google.dexmaker.dx.dex.code.PositionList$Entry entry
	static void  () 
}

com/google/dexmaker/dx/dex/code/PositionList$Entry.class
PositionList.java
package com.google.dexmaker.dx.dex.code
public com.google.dexmaker.dx.dex.code.PositionList$Entry extends java.lang.Object {
	private final int address
	private final com.google.dexmaker.dx.rop.code.SourcePosition position
	public void  (int, com.google.dexmaker.dx.rop.code.SourcePosition) 
		int address
		com.google.dexmaker.dx.rop.code.SourcePosition position
	public int getAddress () 
	public com.google.dexmaker.dx.rop.code.SourcePosition getPosition () 
}

com/google/dexmaker/dx/dex/code/OutputFinisher.class
OutputFinisher.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.OutputFinisher extends java.lang.Object {
	private final com.google.dexmaker.dx.dex.DexOptions dexOptions
	private final int unreservedRegCount
	private java.util.ArrayList insns
	private boolean hasAnyPositionInfo
	private boolean hasAnyLocalInfo
	private int reservedCount
	public void  (com.google.dexmaker.dx.dex.DexOptions, int, int) 
		com.google.dexmaker.dx.dex.DexOptions dexOptions
		int initialCapacity
		int regCount
	public boolean hasAnyPositionInfo () 
	public boolean hasAnyLocalInfo () 
	private static boolean hasLocalInfo (com.google.dexmaker.dx.dex.code.DalvInsn) 
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpecSet specs
		int size
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	private static boolean hasLocalInfo (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
	public java.util.HashSet getAllConstants () 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		java.util.Iterator i$
		java.util.HashSet result
	private static void addConstants (java.util.HashSet, com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.rop.cst.Constant cst
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpecSet specs
		int size
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		java.util.HashSet result
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	private static void addConstants (java.util.HashSet, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		java.util.HashSet result
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		com.google.dexmaker.dx.rop.code.LocalItem local
		com.google.dexmaker.dx.rop.cst.CstString name
		com.google.dexmaker.dx.rop.cst.CstString signature
		com.google.dexmaker.dx.rop.type.Type type
	public void add (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public void insert (int, com.google.dexmaker.dx.dex.code.DalvInsn) 
		int at
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	private void updateInfo (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.rop.code.SourcePosition pos
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public void reverseBranch (int, com.google.dexmaker.dx.dex.code.CodeAddress) 
		IndexOutOfBoundsException ex
		ClassCastException ex
		int which
		com.google.dexmaker.dx.dex.code.CodeAddress newTarget
		int size
		int index
		com.google.dexmaker.dx.dex.code.TargetInsn targetInsn
	public void assignIndices (com.google.dexmaker.dx.dex.code.DalvCode$AssignIndicesCallback) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.code.DalvCode$AssignIndicesCallback callback
	private static void assignIndices (com.google.dexmaker.dx.dex.code.CstInsn, com.google.dexmaker.dx.dex.code.DalvCode$AssignIndicesCallback) 
		com.google.dexmaker.dx.rop.cst.CstMemberRef member
		com.google.dexmaker.dx.rop.cst.CstType definer
		com.google.dexmaker.dx.dex.code.CstInsn insn
		com.google.dexmaker.dx.dex.code.DalvCode$AssignIndicesCallback callback
		com.google.dexmaker.dx.rop.cst.Constant cst
		int index
	public com.google.dexmaker.dx.dex.code.DalvInsnList finishProcessingAndGetList () 
		com.google.dexmaker.dx.dex.code.Dop[] opcodes
	private com.google.dexmaker.dx.dex.code.Dop[] makeOpcodesArray () 
		int i
		int size
		com.google.dexmaker.dx.dex.code.Dop[] result
	private void reserveRegisters (com.google.dexmaker.dx.dex.code.Dop[]) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		int i
		int newReservedCount
		int reservedDifference
		int size
		com.google.dexmaker.dx.dex.code.Dop[] opcodes
		int oldReservedCount
	private int calculateReservedCount (com.google.dexmaker.dx.dex.code.Dop[]) 
		com.google.dexmaker.dx.dex.code.Dop expandedOp
		java.util.BitSet compatRegs
		int reserve
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.Dop originalOpcode
		com.google.dexmaker.dx.dex.code.Dop newOpcode
		int i
		com.google.dexmaker.dx.dex.code.Dop[] opcodes
		int size
		int newReservedCount
	private com.google.dexmaker.dx.dex.code.Dop findOpcodeForInsn (com.google.dexmaker.dx.dex.code.DalvInsn, com.google.dexmaker.dx.dex.code.Dop) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.Dop guess
	private com.google.dexmaker.dx.dex.code.Dop findExpandedOpcodeForInsn (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.Dop result
	private void massageInstructions (com.google.dexmaker.dx.dex.code.Dop[]) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.Dop originalOpcode
		com.google.dexmaker.dx.dex.code.Dop currentOpcode
		int i
		int size
		com.google.dexmaker.dx.dex.code.Dop[] opcodes
	private java.util.ArrayList performExpansion (com.google.dexmaker.dx.dex.code.Dop[]) 
		com.google.dexmaker.dx.dex.code.DalvInsn prefix
		com.google.dexmaker.dx.dex.code.DalvInsn suffix
		java.util.BitSet compatRegs
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.Dop originalOpcode
		com.google.dexmaker.dx.dex.code.Dop currentOpcode
		com.google.dexmaker.dx.dex.code.DalvInsn prefix
		com.google.dexmaker.dx.dex.code.DalvInsn suffix
		int i
		com.google.dexmaker.dx.dex.code.Dop[] opcodes
		int size
		java.util.ArrayList result
	private void assignAddressesAndFixBranches () 
	private void assignAddresses () 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		int i
		int address
		int size
	private boolean fixBranches () 
		IndexOutOfBoundsException ex
		ClassCastException ex
		com.google.dexmaker.dx.dex.code.CodeAddress newTarget
		com.google.dexmaker.dx.dex.code.TargetInsn gotoInsn
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.dex.code.TargetInsn target
		int i
		int size
		boolean anyFixed
}

com/google/dexmaker/dx/dex/code/OutputCollector.class
OutputCollector.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.OutputCollector extends java.lang.Object {
	private final com.google.dexmaker.dx.dex.code.OutputFinisher finisher
	private java.util.ArrayList suffix
	public void  (com.google.dexmaker.dx.dex.DexOptions, int, int, int) 
		com.google.dexmaker.dx.dex.DexOptions dexOptions
		int initialCapacity
		int suffixInitialCapacity
		int regCount
	public void add (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public void reverseBranch (int, com.google.dexmaker.dx.dex.code.CodeAddress) 
		int which
		com.google.dexmaker.dx.dex.code.CodeAddress newTarget
	public void addSuffix (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public com.google.dexmaker.dx.dex.code.OutputFinisher getFinisher () 
	private void appendSuffixToOutput () 
		int i
		int size
}

com/google/dexmaker/dx/dex/code/OddSpacer.class
OddSpacer.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.OddSpacer extends com.google.dexmaker.dx.dex.code.VariableSizeInsn {
	public void  (com.google.dexmaker.dx.rop.code.SourcePosition) 
		com.google.dexmaker.dx.rop.code.SourcePosition position
	public int codeSize () 
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisters (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	protected java.lang.String argString () 
	protected java.lang.String listingString0 (boolean) 
		boolean noteIndices
}

com/google/dexmaker/dx/dex/code/LocalStart.class
LocalStart.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.LocalStart extends com.google.dexmaker.dx.dex.code.ZeroSizeInsn {
	private final com.google.dexmaker.dx.rop.code.RegisterSpec local
	public static java.lang.String localString (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
	public void  (com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpec local
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisterOffset (int) 
		int delta
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisters (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	public com.google.dexmaker.dx.rop.code.RegisterSpec getLocal () 
	protected java.lang.String argString () 
	protected java.lang.String listingString0 (boolean) 
		boolean noteIndices
}

com/google/dexmaker/dx/dex/code/LocalSnapshot.class
LocalSnapshot.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.LocalSnapshot extends com.google.dexmaker.dx.dex.code.ZeroSizeInsn {
	private final com.google.dexmaker.dx.rop.code.RegisterSpecSet locals
	public void  (com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpecSet) 
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpecSet locals
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisterOffset (int) 
		int delta
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisters (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	public com.google.dexmaker.dx.rop.code.RegisterSpecSet getLocals () 
	protected java.lang.String argString () 
	protected java.lang.String listingString0 (boolean) 
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		int i
		boolean noteIndices
		int sz
		int max
		StringBuffer sb
}

com/google/dexmaker/dx/dex/code/LocalList.class
LocalList.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.LocalList extends com.google.dexmaker.dx.util.FixedSizeList {
	public static final com.google.dexmaker.dx.dex.code.LocalList EMPTY
	private static final boolean DEBUG
	public void  (int) 
		int size
	public com.google.dexmaker.dx.dex.code.LocalList$Entry get (int) 
		int n
	public void set (int, com.google.dexmaker.dx.dex.code.LocalList$Entry) 
		int n
		com.google.dexmaker.dx.dex.code.LocalList$Entry entry
	public void debugPrint (java.io.PrintStream, java.lang.String) 
		int i
		java.io.PrintStream out
		String prefix
		int sz
	public static com.google.dexmaker.dx.dex.code.LocalList make (com.google.dexmaker.dx.dex.code.DalvInsnList) 
		com.google.dexmaker.dx.rop.code.RegisterSpecSet snapshot
		com.google.dexmaker.dx.rop.code.RegisterSpec local
		com.google.dexmaker.dx.rop.code.RegisterSpec local
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		int i
		com.google.dexmaker.dx.dex.code.DalvInsnList insns
		int sz
		com.google.dexmaker.dx.dex.code.LocalList$MakeState state
		com.google.dexmaker.dx.dex.code.LocalList result
	private static void debugVerify (com.google.dexmaker.dx.dex.code.LocalList) 
		int i
		int sz
		RuntimeException ex
		com.google.dexmaker.dx.dex.code.LocalList locals
	private static void debugVerify0 (com.google.dexmaker.dx.dex.code.LocalList) 
		com.google.dexmaker.dx.dex.code.LocalList$Entry already
		com.google.dexmaker.dx.dex.code.LocalList$Entry test
		int j
		int addr
		boolean foundStart
		com.google.dexmaker.dx.dex.code.LocalList$Entry e
		int reg
		int i
		com.google.dexmaker.dx.dex.code.LocalList locals
		int sz
		com.google.dexmaker.dx.dex.code.LocalList$Entry[] active
	static void  () 
}

com/google/dexmaker/dx/dex/code/LocalList$MakeState.class
LocalList.java
package com.google.dexmaker.dx.dex.code
public com.google.dexmaker.dx.dex.code.LocalList$MakeState extends java.lang.Object {
	private final java.util.ArrayList result
	private int nullResultCount
	private com.google.dexmaker.dx.rop.code.RegisterSpecSet regs
	private int[] endIndices
	private int lastAddress
	public void  (int) 
		int initialSize
	private void aboutToProcess (int, int) 
		int newSz
		com.google.dexmaker.dx.rop.code.RegisterSpecSet newRegs
		int[] newEnds
		int address
		int reg
		boolean first
	public void snapshot (int, com.google.dexmaker.dx.rop.code.RegisterSpecSet) 
		com.google.dexmaker.dx.rop.code.RegisterSpec oldSpec
		com.google.dexmaker.dx.rop.code.RegisterSpec newSpec
		int i
		int address
		com.google.dexmaker.dx.rop.code.RegisterSpecSet specs
		int sz
	public void startLocal (int, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.dex.code.LocalList$Entry endEntry
		com.google.dexmaker.dx.rop.code.RegisterSpec justBelow
		com.google.dexmaker.dx.rop.code.RegisterSpec justAbove
		int address
		com.google.dexmaker.dx.rop.code.RegisterSpec startedLocal
		int regNum
		com.google.dexmaker.dx.rop.code.RegisterSpec existingLocal
		com.google.dexmaker.dx.rop.code.RegisterSpec movedLocal
		int endAt
	public void endLocal (int, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		int address
		com.google.dexmaker.dx.rop.code.RegisterSpec endedLocal
	public void endLocal (int, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.dex.code.LocalList$Disposition) 
		int address
		com.google.dexmaker.dx.rop.code.RegisterSpec endedLocal
		com.google.dexmaker.dx.dex.code.LocalList$Disposition disposition
		int regNum
		int endAt
	private boolean checkForEmptyRange (int, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.dex.code.LocalList$Entry entry
		int address
		com.google.dexmaker.dx.rop.code.RegisterSpec endedLocal
		int at
		com.google.dexmaker.dx.dex.code.LocalList$Entry entry
		int regNum
		boolean found
	private static com.google.dexmaker.dx.rop.code.RegisterSpec filterSpec (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec orig
	private void add (int, com.google.dexmaker.dx.dex.code.LocalList$Disposition, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		int address
		com.google.dexmaker.dx.dex.code.LocalList$Disposition disposition
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		int regNum
	private void addOrUpdateEnd (int, com.google.dexmaker.dx.dex.code.LocalList$Disposition, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.dex.code.LocalList$Entry endEntry
		int address
		com.google.dexmaker.dx.dex.code.LocalList$Disposition disposition
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
		int regNum
		int endAt
	public com.google.dexmaker.dx.dex.code.LocalList finish () 
		com.google.dexmaker.dx.dex.code.LocalList$Entry e
		java.util.Iterator i$
		int at
		int i
		int resultSz
		int finalSz
		com.google.dexmaker.dx.dex.code.LocalList$Entry[] resultArr
		com.google.dexmaker.dx.dex.code.LocalList resultList
}

com/google/dexmaker/dx/dex/code/LocalList$Entry.class
LocalList.java
package com.google.dexmaker.dx.dex.code
public com.google.dexmaker.dx.dex.code.LocalList$Entry extends java.lang.Object implements java.lang.Comparable  {
	private final int address
	private final com.google.dexmaker.dx.dex.code.LocalList$Disposition disposition
	private final com.google.dexmaker.dx.rop.code.RegisterSpec spec
	private final com.google.dexmaker.dx.rop.cst.CstType type
	public void  (int, com.google.dexmaker.dx.dex.code.LocalList$Disposition, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		NullPointerException ex
		int address
		com.google.dexmaker.dx.dex.code.LocalList$Disposition disposition
		com.google.dexmaker.dx.rop.code.RegisterSpec spec
	public java.lang.String toString () 
	public boolean equals (java.lang.Object) 
		Object other
	public int compareTo (com.google.dexmaker.dx.dex.code.LocalList$Entry) 
		com.google.dexmaker.dx.dex.code.LocalList$Entry other
		boolean thisIsStart
		boolean otherIsStart
	public int getAddress () 
	public com.google.dexmaker.dx.dex.code.LocalList$Disposition getDisposition () 
	public boolean isStart () 
	public com.google.dexmaker.dx.rop.cst.CstString getName () 
	public com.google.dexmaker.dx.rop.cst.CstString getSignature () 
	public com.google.dexmaker.dx.rop.cst.CstType getType () 
	public int getRegister () 
	public com.google.dexmaker.dx.rop.code.RegisterSpec getRegisterSpec () 
	public boolean matches (com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.RegisterSpec otherSpec
	public boolean matches (com.google.dexmaker.dx.dex.code.LocalList$Entry) 
		com.google.dexmaker.dx.dex.code.LocalList$Entry other
	public com.google.dexmaker.dx.dex.code.LocalList$Entry withDisposition (com.google.dexmaker.dx.dex.code.LocalList$Disposition) 
		com.google.dexmaker.dx.dex.code.LocalList$Disposition disposition
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/dex/code/LocalList$Disposition.class
LocalList.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.LocalList$Disposition extends java.lang.Enum {
	public static final com.google.dexmaker.dx.dex.code.LocalList$Disposition START
	public static final com.google.dexmaker.dx.dex.code.LocalList$Disposition END_SIMPLY
	public static final com.google.dexmaker.dx.dex.code.LocalList$Disposition END_REPLACED
	public static final com.google.dexmaker.dx.dex.code.LocalList$Disposition END_MOVED
	public static final com.google.dexmaker.dx.dex.code.LocalList$Disposition END_CLOBBERED_BY_PREV
	public static final com.google.dexmaker.dx.dex.code.LocalList$Disposition END_CLOBBERED_BY_NEXT
	private static final com.google.dexmaker.dx.dex.code.LocalList$Disposition[] $VALUES
	public static com.google.dexmaker.dx.dex.code.LocalList$Disposition[] values () 
	public static com.google.dexmaker.dx.dex.code.LocalList$Disposition valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/google/dexmaker/dx/dex/code/LocalEnd.class
LocalEnd.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.LocalEnd extends com.google.dexmaker.dx.dex.code.ZeroSizeInsn {
	private final com.google.dexmaker.dx.rop.code.RegisterSpec local
	public void  (com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpec local
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisterOffset (int) 
		int delta
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisters (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	public com.google.dexmaker.dx.rop.code.RegisterSpec getLocal () 
	protected java.lang.String argString () 
	protected java.lang.String listingString0 (boolean) 
		boolean noteIndices
}

com/google/dexmaker/dx/dex/code/InsnFormat.class
InsnFormat.java
package com.google.dexmaker.dx.dex.code
public abstract com.google.dexmaker.dx.dex.code.InsnFormat extends java.lang.Object {
	public static boolean ALLOW_EXTENDED_OPCODES
	public void  () 
	public final java.lang.String listingString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		boolean noteIndices
		String op
		String arg
		String comment
		StringBuilder sb
	public abstract java.lang.String insnArgString (com.google.dexmaker.dx.dex.code.DalvInsn) 
	public abstract java.lang.String insnCommentString (com.google.dexmaker.dx.dex.code.DalvInsn, boolean) 
	public abstract int codeSize () 
	public abstract boolean isCompatible (com.google.dexmaker.dx.dex.code.DalvInsn) 
	public java.util.BitSet compatibleRegs (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public boolean branchFits (com.google.dexmaker.dx.dex.code.TargetInsn) 
		com.google.dexmaker.dx.dex.code.TargetInsn insn
	public abstract void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput, com.google.dexmaker.dx.dex.code.DalvInsn) 
	protected static java.lang.String regListString (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpecList list
		int sz
		StringBuffer sb
	protected static java.lang.String regRangeString (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpec lastReg
		com.google.dexmaker.dx.rop.code.RegisterSpecList list
		int size
		StringBuilder sb
	protected static java.lang.String literalBitsString (com.google.dexmaker.dx.rop.cst.CstLiteralBits) 
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
		StringBuffer sb
	protected static java.lang.String literalBitsComment (com.google.dexmaker.dx.rop.cst.CstLiteralBits, int) 
		long bits
		com.google.dexmaker.dx.rop.cst.CstLiteralBits value
		int width
		StringBuffer sb
		long bits
	protected static java.lang.String branchString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.TargetInsn ti
		int address
	protected static java.lang.String branchComment (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.TargetInsn ti
		int offset
	protected static java.lang.String cstString (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.CstInsn ci
		com.google.dexmaker.dx.rop.cst.Constant cst
	protected static java.lang.String cstComment (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.dex.code.CstInsn ci
		StringBuilder sb
		int index
	protected static boolean signedFitsInNibble (int) 
		int value
	protected static boolean unsignedFitsInNibble (int) 
		int value
	protected static boolean signedFitsInByte (int) 
		int value
	protected static boolean unsignedFitsInByte (int) 
		int value
	protected static boolean signedFitsInShort (int) 
		int value
	protected static boolean unsignedFitsInShort (int) 
		int value
	protected static boolean isRegListSequential (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpec one
		int i
		com.google.dexmaker.dx.rop.code.RegisterSpecList list
		int sz
		int first
		int next
	protected static int argIndex (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		int arg
	protected static short opcodeUnit (com.google.dexmaker.dx.dex.code.DalvInsn, int) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		int arg
		int opcode
	protected static short opcodeUnit (com.google.dexmaker.dx.dex.code.DalvInsn) 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		int opcode
	protected static short codeUnit (int, int) 
		int low
		int high
	protected static short codeUnit (int, int, int, int) 
		int n0
		int n1
		int n2
		int n3
	protected static int makeByte (int, int) 
		int low
		int high
	protected static void write (com.google.dexmaker.dx.util.AnnotatedOutput, short) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		short c0
	protected static void write (com.google.dexmaker.dx.util.AnnotatedOutput, short, short) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		short c0
		short c1
	protected static void write (com.google.dexmaker.dx.util.AnnotatedOutput, short, short, short) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		short c0
		short c1
		short c2
	protected static void write (com.google.dexmaker.dx.util.AnnotatedOutput, short, short, short, short) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		short c0
		short c1
		short c2
		short c3
	protected static void write (com.google.dexmaker.dx.util.AnnotatedOutput, short, short, short, short, short) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		short c0
		short c1
		short c2
		short c3
		short c4
	protected static void write (com.google.dexmaker.dx.util.AnnotatedOutput, short, int) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		short c0
		int c1c2
	protected static void write (com.google.dexmaker.dx.util.AnnotatedOutput, short, int, short) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		short c0
		int c1c2
		short c3
	protected static void write (com.google.dexmaker.dx.util.AnnotatedOutput, short, int, short, short) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		short c0
		int c1c2
		short c3
		short c4
	protected static void write (com.google.dexmaker.dx.util.AnnotatedOutput, short, long) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
		short c0
		long c1c2c3c4
	static void  () 
}

com/google/dexmaker/dx/dex/code/HighRegisterPrefix.class
HighRegisterPrefix.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.HighRegisterPrefix extends com.google.dexmaker.dx.dex.code.VariableSizeInsn {
	private com.google.dexmaker.dx.dex.code.SimpleInsn[] insns
	public void  (com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	public int codeSize () 
		com.google.dexmaker.dx.dex.code.SimpleInsn insn
		com.google.dexmaker.dx.dex.code.SimpleInsn[] arr$
		int len$
		int i$
		int result
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.dex.code.SimpleInsn insn
		com.google.dexmaker.dx.dex.code.SimpleInsn[] arr$
		int len$
		int i$
		com.google.dexmaker.dx.util.AnnotatedOutput out
	private void calculateInsnsIfNecessary () 
		com.google.dexmaker.dx.rop.code.RegisterSpec src
		int i
		int outAt
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
		int sz
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisters (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	protected java.lang.String argString () 
	protected java.lang.String listingString0 (boolean) 
		com.google.dexmaker.dx.rop.code.RegisterSpec src
		com.google.dexmaker.dx.dex.code.SimpleInsn insn
		int i
		int outAt
		boolean noteIndices
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
		int sz
		StringBuffer sb
	private static com.google.dexmaker.dx.dex.code.SimpleInsn moveInsnFor (com.google.dexmaker.dx.rop.code.RegisterSpec, int) 
		com.google.dexmaker.dx.rop.code.RegisterSpec src
		int destIndex
}

com/google/dexmaker/dx/dex/code/FixedSizeInsn.class
FixedSizeInsn.java
package com.google.dexmaker.dx.dex.code
public abstract com.google.dexmaker.dx.dex.code.FixedSizeInsn extends com.google.dexmaker.dx.dex.code.DalvInsn {
	public void  (com.google.dexmaker.dx.dex.code.Dop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	public final int codeSize () 
	public final void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.util.AnnotatedOutput out
	public final com.google.dexmaker.dx.dex.code.DalvInsn withRegisterOffset (int) 
		int delta
	protected final java.lang.String listingString0 (boolean) 
		boolean noteIndices
}

com/google/dexmaker/dx/dex/code/Dops.class
Dops.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.Dops extends java.lang.Object {
	private static final com.google.dexmaker.dx.dex.code.Dop[] DOPS
	public static final com.google.dexmaker.dx.dex.code.Dop SPECIAL_FORMAT
	public static final com.google.dexmaker.dx.dex.code.Dop NOP
	public static final com.google.dexmaker.dx.dex.code.Dop MOVE
	public static final com.google.dexmaker.dx.dex.code.Dop MOVE_FROM16
	public static final com.google.dexmaker.dx.dex.code.Dop MOVE_16
	public static final com.google.dexmaker.dx.dex.code.Dop MOVE_WIDE
	public static final com.google.dexmaker.dx.dex.code.Dop MOVE_WIDE_FROM16
	public static final com.google.dexmaker.dx.dex.code.Dop MOVE_WIDE_16
	public static final com.google.dexmaker.dx.dex.code.Dop MOVE_OBJECT
	public static final com.google.dexmaker.dx.dex.code.Dop MOVE_OBJECT_FROM16
	public static final com.google.dexmaker.dx.dex.code.Dop MOVE_OBJECT_16
	public static final com.google.dexmaker.dx.dex.code.Dop MOVE_RESULT
	public static final com.google.dexmaker.dx.dex.code.Dop MOVE_RESULT_WIDE
	public static final com.google.dexmaker.dx.dex.code.Dop MOVE_RESULT_OBJECT
	public static final com.google.dexmaker.dx.dex.code.Dop MOVE_EXCEPTION
	public static final com.google.dexmaker.dx.dex.code.Dop RETURN_VOID
	public static final com.google.dexmaker.dx.dex.code.Dop RETURN
	public static final com.google.dexmaker.dx.dex.code.Dop RETURN_WIDE
	public static final com.google.dexmaker.dx.dex.code.Dop RETURN_OBJECT
	public static final com.google.dexmaker.dx.dex.code.Dop CONST_4
	public static final com.google.dexmaker.dx.dex.code.Dop CONST_16
	public static final com.google.dexmaker.dx.dex.code.Dop CONST
	public static final com.google.dexmaker.dx.dex.code.Dop CONST_HIGH16
	public static final com.google.dexmaker.dx.dex.code.Dop CONST_WIDE_16
	public static final com.google.dexmaker.dx.dex.code.Dop CONST_WIDE_32
	public static final com.google.dexmaker.dx.dex.code.Dop CONST_WIDE
	public static final com.google.dexmaker.dx.dex.code.Dop CONST_WIDE_HIGH16
	public static final com.google.dexmaker.dx.dex.code.Dop CONST_STRING
	public static final com.google.dexmaker.dx.dex.code.Dop CONST_STRING_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop CONST_CLASS
	public static final com.google.dexmaker.dx.dex.code.Dop MONITOR_ENTER
	public static final com.google.dexmaker.dx.dex.code.Dop MONITOR_EXIT
	public static final com.google.dexmaker.dx.dex.code.Dop CHECK_CAST
	public static final com.google.dexmaker.dx.dex.code.Dop INSTANCE_OF
	public static final com.google.dexmaker.dx.dex.code.Dop ARRAY_LENGTH
	public static final com.google.dexmaker.dx.dex.code.Dop NEW_INSTANCE
	public static final com.google.dexmaker.dx.dex.code.Dop NEW_ARRAY
	public static final com.google.dexmaker.dx.dex.code.Dop FILLED_NEW_ARRAY
	public static final com.google.dexmaker.dx.dex.code.Dop FILLED_NEW_ARRAY_RANGE
	public static final com.google.dexmaker.dx.dex.code.Dop FILL_ARRAY_DATA
	public static final com.google.dexmaker.dx.dex.code.Dop THROW
	public static final com.google.dexmaker.dx.dex.code.Dop GOTO
	public static final com.google.dexmaker.dx.dex.code.Dop GOTO_16
	public static final com.google.dexmaker.dx.dex.code.Dop GOTO_32
	public static final com.google.dexmaker.dx.dex.code.Dop PACKED_SWITCH
	public static final com.google.dexmaker.dx.dex.code.Dop SPARSE_SWITCH
	public static final com.google.dexmaker.dx.dex.code.Dop CMPL_FLOAT
	public static final com.google.dexmaker.dx.dex.code.Dop CMPG_FLOAT
	public static final com.google.dexmaker.dx.dex.code.Dop CMPL_DOUBLE
	public static final com.google.dexmaker.dx.dex.code.Dop CMPG_DOUBLE
	public static final com.google.dexmaker.dx.dex.code.Dop CMP_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop IF_EQ
	public static final com.google.dexmaker.dx.dex.code.Dop IF_NE
	public static final com.google.dexmaker.dx.dex.code.Dop IF_LT
	public static final com.google.dexmaker.dx.dex.code.Dop IF_GE
	public static final com.google.dexmaker.dx.dex.code.Dop IF_GT
	public static final com.google.dexmaker.dx.dex.code.Dop IF_LE
	public static final com.google.dexmaker.dx.dex.code.Dop IF_EQZ
	public static final com.google.dexmaker.dx.dex.code.Dop IF_NEZ
	public static final com.google.dexmaker.dx.dex.code.Dop IF_LTZ
	public static final com.google.dexmaker.dx.dex.code.Dop IF_GEZ
	public static final com.google.dexmaker.dx.dex.code.Dop IF_GTZ
	public static final com.google.dexmaker.dx.dex.code.Dop IF_LEZ
	public static final com.google.dexmaker.dx.dex.code.Dop AGET
	public static final com.google.dexmaker.dx.dex.code.Dop AGET_WIDE
	public static final com.google.dexmaker.dx.dex.code.Dop AGET_OBJECT
	public static final com.google.dexmaker.dx.dex.code.Dop AGET_BOOLEAN
	public static final com.google.dexmaker.dx.dex.code.Dop AGET_BYTE
	public static final com.google.dexmaker.dx.dex.code.Dop AGET_CHAR
	public static final com.google.dexmaker.dx.dex.code.Dop AGET_SHORT
	public static final com.google.dexmaker.dx.dex.code.Dop APUT
	public static final com.google.dexmaker.dx.dex.code.Dop APUT_WIDE
	public static final com.google.dexmaker.dx.dex.code.Dop APUT_OBJECT
	public static final com.google.dexmaker.dx.dex.code.Dop APUT_BOOLEAN
	public static final com.google.dexmaker.dx.dex.code.Dop APUT_BYTE
	public static final com.google.dexmaker.dx.dex.code.Dop APUT_CHAR
	public static final com.google.dexmaker.dx.dex.code.Dop APUT_SHORT
	public static final com.google.dexmaker.dx.dex.code.Dop IGET
	public static final com.google.dexmaker.dx.dex.code.Dop IGET_WIDE
	public static final com.google.dexmaker.dx.dex.code.Dop IGET_OBJECT
	public static final com.google.dexmaker.dx.dex.code.Dop IGET_BOOLEAN
	public static final com.google.dexmaker.dx.dex.code.Dop IGET_BYTE
	public static final com.google.dexmaker.dx.dex.code.Dop IGET_CHAR
	public static final com.google.dexmaker.dx.dex.code.Dop IGET_SHORT
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT_WIDE
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT_OBJECT
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT_BOOLEAN
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT_BYTE
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT_CHAR
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT_SHORT
	public static final com.google.dexmaker.dx.dex.code.Dop SGET
	public static final com.google.dexmaker.dx.dex.code.Dop SGET_WIDE
	public static final com.google.dexmaker.dx.dex.code.Dop SGET_OBJECT
	public static final com.google.dexmaker.dx.dex.code.Dop SGET_BOOLEAN
	public static final com.google.dexmaker.dx.dex.code.Dop SGET_BYTE
	public static final com.google.dexmaker.dx.dex.code.Dop SGET_CHAR
	public static final com.google.dexmaker.dx.dex.code.Dop SGET_SHORT
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT_WIDE
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT_OBJECT
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT_BOOLEAN
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT_BYTE
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT_CHAR
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT_SHORT
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_VIRTUAL
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_SUPER
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_DIRECT
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_STATIC
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_INTERFACE
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_VIRTUAL_RANGE
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_SUPER_RANGE
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_DIRECT_RANGE
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_STATIC_RANGE
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_INTERFACE_RANGE
	public static final com.google.dexmaker.dx.dex.code.Dop NEG_INT
	public static final com.google.dexmaker.dx.dex.code.Dop NOT_INT
	public static final com.google.dexmaker.dx.dex.code.Dop NEG_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop NOT_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop NEG_FLOAT
	public static final com.google.dexmaker.dx.dex.code.Dop NEG_DOUBLE
	public static final com.google.dexmaker.dx.dex.code.Dop INT_TO_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop INT_TO_FLOAT
	public static final com.google.dexmaker.dx.dex.code.Dop INT_TO_DOUBLE
	public static final com.google.dexmaker.dx.dex.code.Dop LONG_TO_INT
	public static final com.google.dexmaker.dx.dex.code.Dop LONG_TO_FLOAT
	public static final com.google.dexmaker.dx.dex.code.Dop LONG_TO_DOUBLE
	public static final com.google.dexmaker.dx.dex.code.Dop FLOAT_TO_INT
	public static final com.google.dexmaker.dx.dex.code.Dop FLOAT_TO_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop FLOAT_TO_DOUBLE
	public static final com.google.dexmaker.dx.dex.code.Dop DOUBLE_TO_INT
	public static final com.google.dexmaker.dx.dex.code.Dop DOUBLE_TO_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop DOUBLE_TO_FLOAT
	public static final com.google.dexmaker.dx.dex.code.Dop INT_TO_BYTE
	public static final com.google.dexmaker.dx.dex.code.Dop INT_TO_CHAR
	public static final com.google.dexmaker.dx.dex.code.Dop INT_TO_SHORT
	public static final com.google.dexmaker.dx.dex.code.Dop ADD_INT
	public static final com.google.dexmaker.dx.dex.code.Dop SUB_INT
	public static final com.google.dexmaker.dx.dex.code.Dop MUL_INT
	public static final com.google.dexmaker.dx.dex.code.Dop DIV_INT
	public static final com.google.dexmaker.dx.dex.code.Dop REM_INT
	public static final com.google.dexmaker.dx.dex.code.Dop AND_INT
	public static final com.google.dexmaker.dx.dex.code.Dop OR_INT
	public static final com.google.dexmaker.dx.dex.code.Dop XOR_INT
	public static final com.google.dexmaker.dx.dex.code.Dop SHL_INT
	public static final com.google.dexmaker.dx.dex.code.Dop SHR_INT
	public static final com.google.dexmaker.dx.dex.code.Dop USHR_INT
	public static final com.google.dexmaker.dx.dex.code.Dop ADD_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop SUB_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop MUL_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop DIV_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop REM_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop AND_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop OR_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop XOR_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop SHL_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop SHR_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop USHR_LONG
	public static final com.google.dexmaker.dx.dex.code.Dop ADD_FLOAT
	public static final com.google.dexmaker.dx.dex.code.Dop SUB_FLOAT
	public static final com.google.dexmaker.dx.dex.code.Dop MUL_FLOAT
	public static final com.google.dexmaker.dx.dex.code.Dop DIV_FLOAT
	public static final com.google.dexmaker.dx.dex.code.Dop REM_FLOAT
	public static final com.google.dexmaker.dx.dex.code.Dop ADD_DOUBLE
	public static final com.google.dexmaker.dx.dex.code.Dop SUB_DOUBLE
	public static final com.google.dexmaker.dx.dex.code.Dop MUL_DOUBLE
	public static final com.google.dexmaker.dx.dex.code.Dop DIV_DOUBLE
	public static final com.google.dexmaker.dx.dex.code.Dop REM_DOUBLE
	public static final com.google.dexmaker.dx.dex.code.Dop ADD_INT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop SUB_INT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop MUL_INT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop DIV_INT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop REM_INT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop AND_INT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop OR_INT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop XOR_INT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop SHL_INT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop SHR_INT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop USHR_INT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop ADD_LONG_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop SUB_LONG_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop MUL_LONG_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop DIV_LONG_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop REM_LONG_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop AND_LONG_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop OR_LONG_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop XOR_LONG_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop SHL_LONG_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop SHR_LONG_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop USHR_LONG_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop ADD_FLOAT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop SUB_FLOAT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop MUL_FLOAT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop DIV_FLOAT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop REM_FLOAT_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop ADD_DOUBLE_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop SUB_DOUBLE_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop MUL_DOUBLE_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop DIV_DOUBLE_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop REM_DOUBLE_2ADDR
	public static final com.google.dexmaker.dx.dex.code.Dop ADD_INT_LIT16
	public static final com.google.dexmaker.dx.dex.code.Dop RSUB_INT
	public static final com.google.dexmaker.dx.dex.code.Dop MUL_INT_LIT16
	public static final com.google.dexmaker.dx.dex.code.Dop DIV_INT_LIT16
	public static final com.google.dexmaker.dx.dex.code.Dop REM_INT_LIT16
	public static final com.google.dexmaker.dx.dex.code.Dop AND_INT_LIT16
	public static final com.google.dexmaker.dx.dex.code.Dop OR_INT_LIT16
	public static final com.google.dexmaker.dx.dex.code.Dop XOR_INT_LIT16
	public static final com.google.dexmaker.dx.dex.code.Dop ADD_INT_LIT8
	public static final com.google.dexmaker.dx.dex.code.Dop RSUB_INT_LIT8
	public static final com.google.dexmaker.dx.dex.code.Dop MUL_INT_LIT8
	public static final com.google.dexmaker.dx.dex.code.Dop DIV_INT_LIT8
	public static final com.google.dexmaker.dx.dex.code.Dop REM_INT_LIT8
	public static final com.google.dexmaker.dx.dex.code.Dop AND_INT_LIT8
	public static final com.google.dexmaker.dx.dex.code.Dop OR_INT_LIT8
	public static final com.google.dexmaker.dx.dex.code.Dop XOR_INT_LIT8
	public static final com.google.dexmaker.dx.dex.code.Dop SHL_INT_LIT8
	public static final com.google.dexmaker.dx.dex.code.Dop SHR_INT_LIT8
	public static final com.google.dexmaker.dx.dex.code.Dop USHR_INT_LIT8
	public static final com.google.dexmaker.dx.dex.code.Dop CONST_CLASS_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop CHECK_CAST_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop INSTANCE_OF_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop NEW_INSTANCE_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop NEW_ARRAY_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop FILLED_NEW_ARRAY_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IGET_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IGET_WIDE_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IGET_OBJECT_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IGET_BOOLEAN_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IGET_BYTE_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IGET_CHAR_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IGET_SHORT_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT_WIDE_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT_OBJECT_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT_BOOLEAN_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT_BYTE_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT_CHAR_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop IPUT_SHORT_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SGET_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SGET_WIDE_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SGET_OBJECT_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SGET_BOOLEAN_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SGET_BYTE_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SGET_CHAR_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SGET_SHORT_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT_WIDE_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT_OBJECT_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT_BOOLEAN_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT_BYTE_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT_CHAR_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop SPUT_SHORT_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_VIRTUAL_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_SUPER_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_DIRECT_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_STATIC_JUMBO
	public static final com.google.dexmaker.dx.dex.code.Dop INVOKE_INTERFACE_JUMBO
	private void  () 
	public static com.google.dexmaker.dx.dex.code.Dop get (int) 
		com.google.dexmaker.dx.dex.code.Dop result
		ArrayIndexOutOfBoundsException ex
		int opcode
		int idx
	public static com.google.dexmaker.dx.dex.code.Dop getNextOrNull (com.google.dexmaker.dx.dex.code.Dop, com.google.dexmaker.dx.dex.DexOptions) 
		int nextOpcode
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.dex.DexOptions options
		boolean suppressExtendedOpcodes
	private static void set (com.google.dexmaker.dx.dex.code.Dop) 
		com.google.dexmaker.dx.dex.code.Dop opcode
		int idx
	static void  () 
}

com/google/dexmaker/dx/dex/code/Dop.class
Dop.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.Dop extends java.lang.Object {
	private final int opcode
	private final int family
	private final int nextOpcode
	private final com.google.dexmaker.dx.dex.code.InsnFormat format
	private final boolean hasResult
	public void  (int, int, int, com.google.dexmaker.dx.dex.code.InsnFormat, boolean) 
		int opcode
		int family
		int nextOpcode
		com.google.dexmaker.dx.dex.code.InsnFormat format
		boolean hasResult
	public java.lang.String toString () 
	public int getOpcode () 
	public int getFamily () 
	public com.google.dexmaker.dx.dex.code.InsnFormat getFormat () 
	public boolean hasResult () 
	public java.lang.String getName () 
	public int getNextOpcode () 
	public com.google.dexmaker.dx.dex.code.Dop getOppositeTest () 
}

com/google/dexmaker/dx/dex/code/DalvInsnList.class
DalvInsnList.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.DalvInsnList extends com.google.dexmaker.dx.util.FixedSizeList {
	private final int regCount
	public static com.google.dexmaker.dx.dex.code.DalvInsnList makeImmutable (java.util.ArrayList, int) 
		int i
		java.util.ArrayList list
		int regCount
		int size
		com.google.dexmaker.dx.dex.code.DalvInsnList result
	public void  (int, int) 
		int size
		int regCount
	public com.google.dexmaker.dx.dex.code.DalvInsn get (int) 
		int n
	public void set (int, com.google.dexmaker.dx.dex.code.DalvInsn) 
		int n
		com.google.dexmaker.dx.dex.code.DalvInsn insn
	public int codeSize () 
		int sz
		com.google.dexmaker.dx.dex.code.DalvInsn last
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput) 
		String s
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		int codeBytes
		String s
		int i
		boolean verbose
		RuntimeException ex
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		int i
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int startCursor
		int sz
		int written
	public int getRegistersSize () 
	public int getOutsSize () 
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		com.google.dexmaker.dx.rop.cst.Constant cst
		boolean isStatic
		int count
		int i
		int sz
		int result
	public void debugPrint (java.io.Writer, java.lang.String, boolean) 
		String s
		com.google.dexmaker.dx.dex.code.DalvInsn insn
		String s
		int i
		java.io.IOException ex
		java.io.Writer out
		String prefix
		boolean verbose
		com.google.dexmaker.dx.util.IndentingWriter iw
		int sz
	public void debugPrint (java.io.OutputStream, java.lang.String, boolean) 
		java.io.IOException ex
		java.io.OutputStream out
		String prefix
		boolean verbose
		java.io.Writer w
}

com/google/dexmaker/dx/dex/code/DalvInsn.class
DalvInsn.java
package com.google.dexmaker.dx.dex.code
public abstract com.google.dexmaker.dx.dex.code.DalvInsn extends java.lang.Object {
	private int address
	private final com.google.dexmaker.dx.dex.code.Dop opcode
	private final com.google.dexmaker.dx.rop.code.SourcePosition position
	private final com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	public static com.google.dexmaker.dx.dex.code.SimpleInsn makeMove (com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpec, com.google.dexmaker.dx.rop.code.RegisterSpec) 
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpec dest
		com.google.dexmaker.dx.rop.code.RegisterSpec src
		boolean category1
		boolean reference
		int destReg
		int srcReg
		com.google.dexmaker.dx.dex.code.Dop opcode
	public void  (com.google.dexmaker.dx.dex.code.Dop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	public final java.lang.String toString () 
		StringBuffer sb
		boolean needComma
		String extra
	public final boolean hasAddress () 
	public final int getAddress () 
	public final com.google.dexmaker.dx.dex.code.Dop getOpcode () 
	public final com.google.dexmaker.dx.rop.code.SourcePosition getPosition () 
	public final com.google.dexmaker.dx.rop.code.RegisterSpecList getRegisters () 
	public final boolean hasResult () 
	public final int getMinimumRegisterRequirement (java.util.BitSet) 
		int i
		java.util.BitSet compatRegs
		boolean hasResult
		int regSz
		int resultRequirement
		int sourceRequirement
	public com.google.dexmaker.dx.dex.code.DalvInsn getLowRegVersion () 
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public com.google.dexmaker.dx.dex.code.DalvInsn expandedPrefix (java.util.BitSet) 
		java.util.BitSet compatRegs
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
		boolean firstBit
	public com.google.dexmaker.dx.dex.code.DalvInsn expandedSuffix (java.util.BitSet) 
		com.google.dexmaker.dx.rop.code.RegisterSpec r
		java.util.BitSet compatRegs
	public com.google.dexmaker.dx.dex.code.DalvInsn expandedVersion (java.util.BitSet) 
		java.util.BitSet compatRegs
		com.google.dexmaker.dx.rop.code.RegisterSpecList regs
	public final java.lang.String identifierString () 
	public final java.lang.String listingString (java.lang.String, int, boolean) 
		String prefix
		int width
		boolean noteIndices
		String insnPerSe
		String addr
		int w1
		int w2
	public final void setAddress (int) 
		int address
	public final int getNextAddress () 
	public abstract int codeSize () 
	public abstract void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput) 
	public abstract com.google.dexmaker.dx.dex.code.DalvInsn withOpcode (com.google.dexmaker.dx.dex.code.Dop) 
	public abstract com.google.dexmaker.dx.dex.code.DalvInsn withRegisterOffset (int) 
	public abstract com.google.dexmaker.dx.dex.code.DalvInsn withRegisters (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
	protected abstract java.lang.String argString () 
	protected abstract java.lang.String listingString0 (boolean) 
}

com/google/dexmaker/dx/dex/code/DalvCode.class
DalvCode.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.DalvCode extends java.lang.Object {
	private final int positionInfo
	private com.google.dexmaker.dx.dex.code.OutputFinisher unprocessedInsns
	private com.google.dexmaker.dx.dex.code.CatchBuilder unprocessedCatches
	private com.google.dexmaker.dx.dex.code.CatchTable catches
	private com.google.dexmaker.dx.dex.code.PositionList positions
	private com.google.dexmaker.dx.dex.code.LocalList locals
	private com.google.dexmaker.dx.dex.code.DalvInsnList insns
	public void  (int, com.google.dexmaker.dx.dex.code.OutputFinisher, com.google.dexmaker.dx.dex.code.CatchBuilder) 
		int positionInfo
		com.google.dexmaker.dx.dex.code.OutputFinisher unprocessedInsns
		com.google.dexmaker.dx.dex.code.CatchBuilder unprocessedCatches
	private void finishProcessingIfNecessary () 
	public void assignIndices (com.google.dexmaker.dx.dex.code.DalvCode$AssignIndicesCallback) 
		com.google.dexmaker.dx.dex.code.DalvCode$AssignIndicesCallback callback
	public boolean hasPositions () 
	public boolean hasLocals () 
	public boolean hasAnyCatches () 
	public java.util.HashSet getCatchTypes () 
	public java.util.HashSet getInsnConstants () 
	public com.google.dexmaker.dx.dex.code.DalvInsnList getInsns () 
	public com.google.dexmaker.dx.dex.code.CatchTable getCatches () 
	public com.google.dexmaker.dx.dex.code.PositionList getPositions () 
	public com.google.dexmaker.dx.dex.code.LocalList getLocals () 
}

com/google/dexmaker/dx/dex/code/DalvCode$AssignIndicesCallback.class
DalvCode.java
package com.google.dexmaker.dx.dex.code
public abstract com.google.dexmaker.dx.dex.code.DalvCode$AssignIndicesCallback extends java.lang.Object {
	public abstract int getIndex (com.google.dexmaker.dx.rop.cst.Constant) 
}

com/google/dexmaker/dx/dex/code/CstInsn.class
CstInsn.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.CstInsn extends com.google.dexmaker.dx.dex.code.FixedSizeInsn {
	private final com.google.dexmaker.dx.rop.cst.Constant constant
	private int index
	private int classIndex
	public void  (com.google.dexmaker.dx.dex.code.Dop, com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.rop.code.RegisterSpecList, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
		com.google.dexmaker.dx.rop.cst.Constant constant
	public com.google.dexmaker.dx.dex.code.DalvInsn withOpcode (com.google.dexmaker.dx.dex.code.Dop) 
		com.google.dexmaker.dx.dex.code.Dop opcode
		com.google.dexmaker.dx.dex.code.CstInsn result
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisters (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
		com.google.dexmaker.dx.dex.code.CstInsn result
	public com.google.dexmaker.dx.rop.cst.Constant getConstant () 
	public int getIndex () 
	public boolean hasIndex () 
	public void setIndex (int) 
		int index
	public int getClassIndex () 
	public boolean hasClassIndex () 
	public void setClassIndex (int) 
		int index
	protected java.lang.String argString () 
}

com/google/dexmaker/dx/dex/code/CodeAddress.class
CodeAddress.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.CodeAddress extends com.google.dexmaker.dx.dex.code.ZeroSizeInsn {
	public void  (com.google.dexmaker.dx.rop.code.SourcePosition) 
		com.google.dexmaker.dx.rop.code.SourcePosition position
	public final com.google.dexmaker.dx.dex.code.DalvInsn withRegisters (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	protected java.lang.String argString () 
	protected java.lang.String listingString0 (boolean) 
		boolean noteIndices
}

com/google/dexmaker/dx/dex/code/CatchTable.class
CatchTable.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.CatchTable extends com.google.dexmaker.dx.util.FixedSizeList implements java.lang.Comparable  {
	public static final com.google.dexmaker.dx.dex.code.CatchTable EMPTY
	public void  (int) 
		int size
	public com.google.dexmaker.dx.dex.code.CatchTable$Entry get (int) 
		int n
	public void set (int, com.google.dexmaker.dx.dex.code.CatchTable$Entry) 
		int n
		com.google.dexmaker.dx.dex.code.CatchTable$Entry entry
	public int compareTo (com.google.dexmaker.dx.dex.code.CatchTable) 
		com.google.dexmaker.dx.dex.code.CatchTable$Entry thisEntry
		com.google.dexmaker.dx.dex.code.CatchTable$Entry otherEntry
		int compare
		int i
		com.google.dexmaker.dx.dex.code.CatchTable other
		int thisSize
		int otherSize
		int checkSize
	public volatile int compareTo (java.lang.Object) 
		Object x0
	static void  () 
}

com/google/dexmaker/dx/dex/code/CatchTable$Entry.class
CatchTable.java
package com.google.dexmaker.dx.dex.code
public com.google.dexmaker.dx.dex.code.CatchTable$Entry extends java.lang.Object implements java.lang.Comparable  {
	private final int start
	private final int end
	private final com.google.dexmaker.dx.dex.code.CatchHandlerList handlers
	public void  (int, int, com.google.dexmaker.dx.dex.code.CatchHandlerList) 
		int start
		int end
		com.google.dexmaker.dx.dex.code.CatchHandlerList handlers
	public int hashCode () 
		int hash
	public boolean equals (java.lang.Object) 
		Object other
	public int compareTo (com.google.dexmaker.dx.dex.code.CatchTable$Entry) 
		com.google.dexmaker.dx.dex.code.CatchTable$Entry other
	public int getStart () 
	public int getEnd () 
	public com.google.dexmaker.dx.dex.code.CatchHandlerList getHandlers () 
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/dex/code/CatchHandlerList.class
CatchHandlerList.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.CatchHandlerList extends com.google.dexmaker.dx.util.FixedSizeList implements java.lang.Comparable  {
	public static final com.google.dexmaker.dx.dex.code.CatchHandlerList EMPTY
	public void  (int) 
		int size
	public com.google.dexmaker.dx.dex.code.CatchHandlerList$Entry get (int) 
		int n
	public java.lang.String toHuman () 
	public java.lang.String toHuman (java.lang.String, java.lang.String) 
		com.google.dexmaker.dx.dex.code.CatchHandlerList$Entry entry
		int i
		String prefix
		String header
		StringBuilder sb
		int size
	public boolean catchesAll () 
		int size
		com.google.dexmaker.dx.dex.code.CatchHandlerList$Entry last
	public void set (int, com.google.dexmaker.dx.rop.cst.CstType, int) 
		int n
		com.google.dexmaker.dx.rop.cst.CstType exceptionType
		int handler
	public void set (int, com.google.dexmaker.dx.dex.code.CatchHandlerList$Entry) 
		int n
		com.google.dexmaker.dx.dex.code.CatchHandlerList$Entry entry
	public int compareTo (com.google.dexmaker.dx.dex.code.CatchHandlerList) 
		com.google.dexmaker.dx.dex.code.CatchHandlerList$Entry thisEntry
		com.google.dexmaker.dx.dex.code.CatchHandlerList$Entry otherEntry
		int compare
		int i
		com.google.dexmaker.dx.dex.code.CatchHandlerList other
		int thisSize
		int otherSize
		int checkSize
	public volatile int compareTo (java.lang.Object) 
		Object x0
	static void  () 
}

com/google/dexmaker/dx/dex/code/CatchHandlerList$Entry.class
CatchHandlerList.java
package com.google.dexmaker.dx.dex.code
public com.google.dexmaker.dx.dex.code.CatchHandlerList$Entry extends java.lang.Object implements java.lang.Comparable  {
	private final com.google.dexmaker.dx.rop.cst.CstType exceptionType
	private final int handler
	public void  (com.google.dexmaker.dx.rop.cst.CstType, int) 
		com.google.dexmaker.dx.rop.cst.CstType exceptionType
		int handler
	public int hashCode () 
	public boolean equals (java.lang.Object) 
		Object other
	public int compareTo (com.google.dexmaker.dx.dex.code.CatchHandlerList$Entry) 
		com.google.dexmaker.dx.dex.code.CatchHandlerList$Entry other
	public com.google.dexmaker.dx.rop.cst.CstType getExceptionType () 
	public int getHandler () 
	public volatile int compareTo (java.lang.Object) 
		Object x0
}

com/google/dexmaker/dx/dex/code/CatchBuilder.class
CatchBuilder.java
package com.google.dexmaker.dx.dex.code
public abstract com.google.dexmaker.dx.dex.code.CatchBuilder extends java.lang.Object {
	public abstract com.google.dexmaker.dx.dex.code.CatchTable build () 
	public abstract boolean hasAnyCatches () 
	public abstract java.util.HashSet getCatchTypes () 
}

com/google/dexmaker/dx/dex/code/BlockAddresses.class
BlockAddresses.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.BlockAddresses extends java.lang.Object {
	private final com.google.dexmaker.dx.dex.code.CodeAddress[] starts
	private final com.google.dexmaker.dx.dex.code.CodeAddress[] lasts
	private final com.google.dexmaker.dx.dex.code.CodeAddress[] ends
	public void  (com.google.dexmaker.dx.rop.code.RopMethod) 
		com.google.dexmaker.dx.rop.code.RopMethod method
		com.google.dexmaker.dx.rop.code.BasicBlockList blocks
		int maxLabel
	public com.google.dexmaker.dx.dex.code.CodeAddress getStart (com.google.dexmaker.dx.rop.code.BasicBlock) 
		com.google.dexmaker.dx.rop.code.BasicBlock block
	public com.google.dexmaker.dx.dex.code.CodeAddress getStart (int) 
		int label
	public com.google.dexmaker.dx.dex.code.CodeAddress getLast (com.google.dexmaker.dx.rop.code.BasicBlock) 
		com.google.dexmaker.dx.rop.code.BasicBlock block
	public com.google.dexmaker.dx.dex.code.CodeAddress getLast (int) 
		int label
	public com.google.dexmaker.dx.dex.code.CodeAddress getEnd (com.google.dexmaker.dx.rop.code.BasicBlock) 
		com.google.dexmaker.dx.rop.code.BasicBlock block
	public com.google.dexmaker.dx.dex.code.CodeAddress getEnd (int) 
		int label
	private void setupArrays (com.google.dexmaker.dx.rop.code.RopMethod) 
		com.google.dexmaker.dx.rop.code.BasicBlock one
		int label
		com.google.dexmaker.dx.rop.code.Insn insn
		com.google.dexmaker.dx.rop.code.SourcePosition pos
		int i
		com.google.dexmaker.dx.rop.code.RopMethod method
		com.google.dexmaker.dx.rop.code.BasicBlockList blocks
		int sz
}

com/google/dexmaker/dx/dex/code/ArrayData.class
ArrayData.java
package com.google.dexmaker.dx.dex.code
public final com.google.dexmaker.dx.dex.code.ArrayData extends com.google.dexmaker.dx.dex.code.VariableSizeInsn {
	private final com.google.dexmaker.dx.dex.code.CodeAddress user
	private final java.util.ArrayList values
	private final com.google.dexmaker.dx.rop.cst.Constant arrayType
	private final int elemWidth
	private final int initLength
	public void  (com.google.dexmaker.dx.rop.code.SourcePosition, com.google.dexmaker.dx.dex.code.CodeAddress, java.util.ArrayList, com.google.dexmaker.dx.rop.cst.Constant) 
		com.google.dexmaker.dx.rop.code.SourcePosition position
		com.google.dexmaker.dx.dex.code.CodeAddress user
		java.util.ArrayList values
		com.google.dexmaker.dx.rop.cst.Constant arrayType
		int sz
	public int codeSize () 
		int sz
	public void writeTo (com.google.dexmaker.dx.util.AnnotatedOutput) 
		com.google.dexmaker.dx.rop.cst.Constant cst
		int i
		com.google.dexmaker.dx.rop.cst.Constant cst
		int i
		com.google.dexmaker.dx.rop.cst.Constant cst
		int i
		com.google.dexmaker.dx.rop.cst.Constant cst
		int i
		com.google.dexmaker.dx.util.AnnotatedOutput out
		int sz
	public com.google.dexmaker.dx.dex.code.DalvInsn withRegisters (com.google.dexmaker.dx.rop.code.RegisterSpecList) 
		com.google.dexmaker.dx.rop.code.RegisterSpecList registers
	protected java.lang.String argString () 
		int i
		StringBuffer sb
		int sz
	protected java.lang.String listingString0 (boolean) 
		int i
		boolean noteIndices
		int baseAddress
		StringBuffer sb
		int sz
}

com/google/dexmaker/dx/dex/code/
com/google/dexmaker/dx/dex/SizeOf.class
SizeOf.java
package com.google.dexmaker.dx.dex
public final com.google.dexmaker.dx.dex.SizeOf extends java.lang.Object {
	public static final int UBYTE
	public static final int USHORT
	public static final int UINT
	public static final int SIGNATURE
	public static final int HEADER_ITEM
	public static final int STRING_ID_ITEM
	public static final int TYPE_ID_ITEM
	public static final int TYPE_ITEM
	public static final int PROTO_ID_ITEM
	public static final int MEMBER_ID_ITEM
	public static final int CLASS_DEF_ITEM
	public static final int MAP_ITEM
	private void  () 
}

com/google/dexmaker/dx/dex/DexOptions.class
DexOptions.java
package com.google.dexmaker.dx.dex
public com.google.dexmaker.dx.dex.DexOptions extends java.lang.Object {
	public int targetApiLevel
	public void  () 
	public java.lang.String getMagic () 
	public boolean canUseExtendedOpcodes () 
}

com/google/dexmaker/dx/dex/DexFormat.class
DexFormat.java
package com.google.dexmaker.dx.dex
public final com.google.dexmaker.dx.dex.DexFormat extends java.lang.Object {
	public static final int API_CURRENT
	public static final int API_NO_EXTENDED_OPCODES
	public static final String DEX_IN_JAR_NAME
	public static final String MAGIC_PREFIX
	public static final String MAGIC_SUFFIX
	public static final String VERSION_CURRENT
	public static final String VERSION_FOR_API_13
	public static final int ENDIAN_TAG
	private void  () 
	public static int magicToApi (byte[]) 
		byte[] magic
		String version
	public static java.lang.String apiToMagic (int) 
		String version
		int targetApiLevel
		String version
}

com/google/dexmaker/dx/dex/
com/google/dexmaker/dx/cf/code/Merger.class
Merger.java
package com.google.dexmaker.dx.cf.code
public final com.google.dexmaker.dx.cf.code.Merger extends java.lang.Object {
	public void  () 
	public static com.google.dexmaker.dx.rop.type.TypeBearer mergeType (com.google.dexmaker.dx.rop.type.TypeBearer, com.google.dexmaker.dx.rop.type.TypeBearer) 
		com.google.dexmaker.dx.rop.type.TypeBearer componentUnion
		com.google.dexmaker.dx.rop.type.Type type1
		com.google.dexmaker.dx.rop.type.Type type2
		com.google.dexmaker.dx.rop.type.TypeBearer ft1
		com.google.dexmaker.dx.rop.type.TypeBearer ft2
}

com/google/dexmaker/dx/cf/code/
com/google/dexmaker/dx/cf/
com/google/dexmaker/dx/Version.class
Version.java
package com.google.dexmaker.dx
public com.google.dexmaker.dx.Version extends java.lang.Object {
	public static final String VERSION
	public void  () 
}

com/google/dexmaker/dx/
com/google/dexmaker/UnaryOp.class
UnaryOp.java
package com.google.dexmaker
public abstract com.google.dexmaker.UnaryOp extends java.lang.Enum {
	public static final com.google.dexmaker.UnaryOp NOT
	public static final com.google.dexmaker.UnaryOp NEGATE
	private static final com.google.dexmaker.UnaryOp[] $VALUES
	public static com.google.dexmaker.UnaryOp[] values () 
	public static com.google.dexmaker.UnaryOp valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	abstract com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.TypeId) 
	void  (java.lang.String, int, com.google.dexmaker.UnaryOp$1) 
		String x0
		int x1
		com.google.dexmaker.UnaryOp$1 x2
	static void  () 
}

com/google/dexmaker/UnaryOp$2.class
UnaryOp.java
package com.google.dexmaker
final com.google.dexmaker.UnaryOp$2 extends com.google.dexmaker.UnaryOp {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.TypeId) 
		com.google.dexmaker.TypeId type
}

com/google/dexmaker/UnaryOp$1.class
UnaryOp.java
package com.google.dexmaker
final com.google.dexmaker.UnaryOp$1 extends com.google.dexmaker.UnaryOp {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.TypeId) 
		com.google.dexmaker.TypeId type
}

com/google/dexmaker/TypeList.class
TypeList.java
package com.google.dexmaker
final com.google.dexmaker.TypeList extends java.lang.Object {
	final com.google.dexmaker.TypeId[] types
	final com.google.dexmaker.dx.rop.type.StdTypeList ropTypes
	void  (com.google.dexmaker.TypeId[]) 
		int i
		com.google.dexmaker.TypeId[] types
	public java.util.List asList () 
	public boolean equals (java.lang.Object) 
		Object o
	public int hashCode () 
	public java.lang.String toString () 
		int i
		StringBuilder result
}

com/google/dexmaker/TypeId.class
TypeId.java
package com.google.dexmaker
public final com.google.dexmaker.TypeId extends java.lang.Object {
	public static final com.google.dexmaker.TypeId BOOLEAN
	public static final com.google.dexmaker.TypeId BYTE
	public static final com.google.dexmaker.TypeId CHAR
	public static final com.google.dexmaker.TypeId DOUBLE
	public static final com.google.dexmaker.TypeId FLOAT
	public static final com.google.dexmaker.TypeId INT
	public static final com.google.dexmaker.TypeId LONG
	public static final com.google.dexmaker.TypeId SHORT
	public static final com.google.dexmaker.TypeId VOID
	public static final com.google.dexmaker.TypeId OBJECT
	public static final com.google.dexmaker.TypeId STRING
	private static final java.util.Map PRIMITIVE_TO_TYPE
	final String name
	final com.google.dexmaker.dx.rop.type.Type ropType
	final com.google.dexmaker.dx.rop.cst.CstType constant
	void  (com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type ropType
	void  (java.lang.String, com.google.dexmaker.dx.rop.type.Type) 
		String name
		com.google.dexmaker.dx.rop.type.Type ropType
	public static com.google.dexmaker.TypeId get (java.lang.String) 
		String name
	public static com.google.dexmaker.TypeId get (java.lang.Class) 
		com.google.dexmaker.TypeId result
		Class type
		String name
	public com.google.dexmaker.FieldId getField (com.google.dexmaker.TypeId, java.lang.String) 
		com.google.dexmaker.TypeId type
		String name
	public transient com.google.dexmaker.MethodId getConstructor (com.google.dexmaker.TypeId[]) 
		com.google.dexmaker.TypeId[] parameters
	public transient com.google.dexmaker.MethodId getMethod (com.google.dexmaker.TypeId, java.lang.String, com.google.dexmaker.TypeId[]) 
		com.google.dexmaker.TypeId returnType
		String name
		com.google.dexmaker.TypeId[] parameters
	public java.lang.String getName () 
	public boolean equals (java.lang.Object) 
		Object o
	public int hashCode () 
	public java.lang.String toString () 
	static void  () 
}

com/google/dexmaker/MethodId.class
MethodId.java
package com.google.dexmaker
public final com.google.dexmaker.MethodId extends java.lang.Object {
	final com.google.dexmaker.TypeId declaringType
	final com.google.dexmaker.TypeId returnType
	final String name
	final com.google.dexmaker.TypeList parameters
	final com.google.dexmaker.dx.rop.cst.CstNat nat
	final com.google.dexmaker.dx.rop.cst.CstMethodRef constant
	void  (com.google.dexmaker.TypeId, com.google.dexmaker.TypeId, java.lang.String, com.google.dexmaker.TypeList) 
		com.google.dexmaker.TypeId declaringType
		com.google.dexmaker.TypeId returnType
		String name
		com.google.dexmaker.TypeList parameters
	public com.google.dexmaker.TypeId getDeclaringType () 
	public com.google.dexmaker.TypeId getReturnType () 
	public boolean isConstructor () 
	public java.lang.String getName () 
	public java.util.List getParameters () 
	java.lang.String descriptor (boolean) 
		com.google.dexmaker.TypeId t
		com.google.dexmaker.TypeId[] arr$
		int len$
		int i$
		boolean includeThis
		StringBuilder result
	com.google.dexmaker.dx.rop.type.Prototype prototype (boolean) 
		boolean includeThis
	public boolean equals (java.lang.Object) 
		Object o
	public int hashCode () 
		int result
	public java.lang.String toString () 
}

com/google/dexmaker/Local.class
Local.java
package com.google.dexmaker
public final com.google.dexmaker.Local extends java.lang.Object {
	private final com.google.dexmaker.Code code
	final com.google.dexmaker.TypeId type
	private int reg
	private com.google.dexmaker.dx.rop.code.RegisterSpec spec
	private void  (com.google.dexmaker.Code, com.google.dexmaker.TypeId) 
		com.google.dexmaker.Code code
		com.google.dexmaker.TypeId type
	static com.google.dexmaker.Local get (com.google.dexmaker.Code, com.google.dexmaker.TypeId) 
		com.google.dexmaker.Code code
		com.google.dexmaker.TypeId type
	int initialize (int) 
		int nextAvailableRegister
	int size () 
	com.google.dexmaker.dx.rop.code.RegisterSpec spec () 
	public com.google.dexmaker.TypeId getType () 
	public java.lang.String toString () 
}

com/google/dexmaker/Label.class
Label.java
package com.google.dexmaker
public final com.google.dexmaker.Label extends java.lang.Object {
	final java.util.List instructions
	com.google.dexmaker.Code code
	boolean marked
	java.util.List catchLabels
	com.google.dexmaker.Label primarySuccessor
	com.google.dexmaker.Label alternateSuccessor
	int id
	public void  () 
	boolean isEmpty () 
	void compact () 
		int i
	com.google.dexmaker.dx.rop.code.BasicBlock toBasicBlock () 
		int i
		com.google.dexmaker.Label catchLabel
		java.util.Iterator i$
		com.google.dexmaker.dx.rop.code.InsnList result
		int primarySuccessorIndex
		com.google.dexmaker.dx.util.IntList successors
}

com/google/dexmaker/FieldId.class
FieldId.java
package com.google.dexmaker
public final com.google.dexmaker.FieldId extends java.lang.Object {
	final com.google.dexmaker.TypeId declaringType
	final com.google.dexmaker.TypeId type
	final String name
	final com.google.dexmaker.dx.rop.cst.CstNat nat
	final com.google.dexmaker.dx.rop.cst.CstFieldRef constant
	void  (com.google.dexmaker.TypeId, com.google.dexmaker.TypeId, java.lang.String) 
		com.google.dexmaker.TypeId declaringType
		com.google.dexmaker.TypeId type
		String name
	public com.google.dexmaker.TypeId getDeclaringType () 
	public com.google.dexmaker.TypeId getType () 
	public java.lang.String getName () 
	public boolean equals (java.lang.Object) 
		Object o
	public int hashCode () 
	public java.lang.String toString () 
}

com/google/dexmaker/DexMaker.class
DexMaker.java
package com.google.dexmaker
public final com.google.dexmaker.DexMaker extends java.lang.Object {
	private final java.util.Map types
	public void  () 
	private com.google.dexmaker.DexMaker$TypeDeclaration getTypeDeclaration (com.google.dexmaker.TypeId) 
		com.google.dexmaker.TypeId type
		com.google.dexmaker.DexMaker$TypeDeclaration result
	public transient void declare (com.google.dexmaker.TypeId, java.lang.String, int, com.google.dexmaker.TypeId, com.google.dexmaker.TypeId[]) 
		com.google.dexmaker.TypeId type
		String sourceFile
		int flags
		com.google.dexmaker.TypeId supertype
		com.google.dexmaker.TypeId[] interfaces
		com.google.dexmaker.DexMaker$TypeDeclaration declaration
		int supportedFlags
	public com.google.dexmaker.Code declare (com.google.dexmaker.MethodId, int) 
		com.google.dexmaker.MethodId method
		int flags
		com.google.dexmaker.DexMaker$TypeDeclaration typeDeclaration
		int supportedFlags
		com.google.dexmaker.DexMaker$MethodDeclaration methodDeclaration
	public void declare (com.google.dexmaker.FieldId, int, java.lang.Object) 
		com.google.dexmaker.FieldId fieldId
		int flags
		Object staticValue
		com.google.dexmaker.DexMaker$TypeDeclaration typeDeclaration
		int supportedFlags
		com.google.dexmaker.DexMaker$FieldDeclaration fieldDeclaration
	public byte[] generate () 
		com.google.dexmaker.DexMaker$TypeDeclaration typeDeclaration
		java.util.Iterator i$
		java.io.IOException e
		com.google.dexmaker.dx.dex.DexOptions options
		com.google.dexmaker.dx.dex.file.DexFile outputDex
	public java.lang.ClassLoader generateAndLoad (java.lang.ClassLoader, java.io.File)  throws java.io.IOException 
		String property
		ClassNotFoundException e
		java.lang.reflect.InvocationTargetException e
		InstantiationException e
		NoSuchMethodException e
		IllegalAccessException e
		ClassLoader parent
		java.io.File dexCache
		byte[] dex
		java.io.File result
		java.util.jar.JarOutputStream jarOut
}

com/google/dexmaker/DexMaker$TypeDeclaration.class
DexMaker.java
package com.google.dexmaker
 com.google.dexmaker.DexMaker$TypeDeclaration extends java.lang.Object {
	private final com.google.dexmaker.TypeId type
	private boolean declared
	private int flags
	private com.google.dexmaker.TypeId supertype
	private String sourceFile
	private com.google.dexmaker.TypeList interfaces
	private final java.util.Map fields
	private final java.util.Map methods
	void  (com.google.dexmaker.TypeId) 
		com.google.dexmaker.TypeId type
	com.google.dexmaker.dx.dex.file.ClassDefItem toClassDefItem () 
		com.google.dexmaker.dx.dex.file.EncodedMethod encoded
		com.google.dexmaker.DexMaker$MethodDeclaration method
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.file.EncodedField encoded
		com.google.dexmaker.DexMaker$FieldDeclaration field
		java.util.Iterator i$
		com.google.dexmaker.dx.dex.DexOptions dexOptions
		com.google.dexmaker.dx.rop.cst.CstType thisType
		com.google.dexmaker.dx.dex.file.ClassDefItem out
	static boolean access$000 (com.google.dexmaker.DexMaker$TypeDeclaration) 
		com.google.dexmaker.DexMaker$TypeDeclaration x0
	static boolean access$002 (com.google.dexmaker.DexMaker$TypeDeclaration, boolean) 
		com.google.dexmaker.DexMaker$TypeDeclaration x0
		boolean x1
	static int access$102 (com.google.dexmaker.DexMaker$TypeDeclaration, int) 
		com.google.dexmaker.DexMaker$TypeDeclaration x0
		int x1
	static com.google.dexmaker.TypeId access$202 (com.google.dexmaker.DexMaker$TypeDeclaration, com.google.dexmaker.TypeId) 
		com.google.dexmaker.DexMaker$TypeDeclaration x0
		com.google.dexmaker.TypeId x1
	static java.lang.String access$302 (com.google.dexmaker.DexMaker$TypeDeclaration, java.lang.String) 
		com.google.dexmaker.DexMaker$TypeDeclaration x0
		String x1
	static com.google.dexmaker.TypeList access$402 (com.google.dexmaker.DexMaker$TypeDeclaration, com.google.dexmaker.TypeList) 
		com.google.dexmaker.DexMaker$TypeDeclaration x0
		com.google.dexmaker.TypeList x1
	static java.util.Map access$500 (com.google.dexmaker.DexMaker$TypeDeclaration) 
		com.google.dexmaker.DexMaker$TypeDeclaration x0
	static java.util.Map access$700 (com.google.dexmaker.DexMaker$TypeDeclaration) 
		com.google.dexmaker.DexMaker$TypeDeclaration x0
}

com/google/dexmaker/DexMaker$MethodDeclaration.class
DexMaker.java
package com.google.dexmaker
 com.google.dexmaker.DexMaker$MethodDeclaration extends java.lang.Object {
	final com.google.dexmaker.MethodId method
	private final int flags
	private final com.google.dexmaker.Code code
	public void  (com.google.dexmaker.MethodId, int) 
		com.google.dexmaker.MethodId method
		int flags
	boolean isStatic () 
	boolean isDirect () 
	com.google.dexmaker.dx.dex.file.EncodedMethod toEncodedMethod (com.google.dexmaker.dx.dex.DexOptions) 
		com.google.dexmaker.dx.dex.DexOptions dexOptions
		com.google.dexmaker.dx.rop.code.RopMethod ropMethod
		com.google.dexmaker.dx.rop.code.LocalVariableInfo locals
		com.google.dexmaker.dx.dex.code.DalvCode dalvCode
	static com.google.dexmaker.Code access$600 (com.google.dexmaker.DexMaker$MethodDeclaration) 
		com.google.dexmaker.DexMaker$MethodDeclaration x0
}

com/google/dexmaker/DexMaker$FieldDeclaration.class
DexMaker.java
package com.google.dexmaker
 com.google.dexmaker.DexMaker$FieldDeclaration extends java.lang.Object {
	final com.google.dexmaker.FieldId fieldId
	private final int accessFlags
	private final Object staticValue
	void  (com.google.dexmaker.FieldId, int, java.lang.Object) 
		com.google.dexmaker.FieldId fieldId
		int accessFlags
		Object staticValue
	com.google.dexmaker.dx.dex.file.EncodedField toEncodedField () 
	public boolean isStatic () 
	static java.lang.Object access$800 (com.google.dexmaker.DexMaker$FieldDeclaration) 
		com.google.dexmaker.DexMaker$FieldDeclaration x0
}

com/google/dexmaker/Constants.class
Constants.java
package com.google.dexmaker
final com.google.dexmaker.Constants extends java.lang.Object {
	private void  () 
	static com.google.dexmaker.dx.rop.cst.TypedConstant getConstant (java.lang.Object) 
		Object value
}

com/google/dexmaker/Comparison.class
Comparison.java
package com.google.dexmaker
public abstract com.google.dexmaker.Comparison extends java.lang.Enum {
	public static final com.google.dexmaker.Comparison LT
	public static final com.google.dexmaker.Comparison LE
	public static final com.google.dexmaker.Comparison EQ
	public static final com.google.dexmaker.Comparison GE
	public static final com.google.dexmaker.Comparison GT
	public static final com.google.dexmaker.Comparison NE
	private static final com.google.dexmaker.Comparison[] $VALUES
	public static com.google.dexmaker.Comparison[] values () 
	public static com.google.dexmaker.Comparison valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	abstract com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
	void  (java.lang.String, int, com.google.dexmaker.Comparison$1) 
		String x0
		int x1
		com.google.dexmaker.Comparison$1 x2
	static void  () 
}

com/google/dexmaker/Comparison$6.class
Comparison.java
package com.google.dexmaker
final com.google.dexmaker.Comparison$6 extends com.google.dexmaker.Comparison {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/Comparison$5.class
Comparison.java
package com.google.dexmaker
final com.google.dexmaker.Comparison$5 extends com.google.dexmaker.Comparison {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/Comparison$4.class
Comparison.java
package com.google.dexmaker
final com.google.dexmaker.Comparison$4 extends com.google.dexmaker.Comparison {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/Comparison$3.class
Comparison.java
package com.google.dexmaker
final com.google.dexmaker.Comparison$3 extends com.google.dexmaker.Comparison {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/Comparison$2.class
Comparison.java
package com.google.dexmaker
final com.google.dexmaker.Comparison$2 extends com.google.dexmaker.Comparison {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/Comparison$1.class
Comparison.java
package com.google.dexmaker
final com.google.dexmaker.Comparison$1 extends com.google.dexmaker.Comparison {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/Code.class
Code.java
package com.google.dexmaker
public final com.google.dexmaker.Code extends java.lang.Object {
	private final com.google.dexmaker.MethodId method
	private final java.util.List labels
	private com.google.dexmaker.Label currentLabel
	private boolean localsInitialized
	private final com.google.dexmaker.Local thisLocal
	private final java.util.List parameters
	private final java.util.List locals
	private com.google.dexmaker.dx.rop.code.SourcePosition sourcePosition
	private final java.util.List catchTypes
	private final java.util.List catchLabels
	private com.google.dexmaker.dx.rop.type.StdTypeList catches
	void  (com.google.dexmaker.DexMaker$MethodDeclaration) 
		com.google.dexmaker.TypeId parameter
		com.google.dexmaker.TypeId[] arr$
		int len$
		int i$
		com.google.dexmaker.DexMaker$MethodDeclaration methodDeclaration
	public com.google.dexmaker.Local newLocal (com.google.dexmaker.TypeId) 
		com.google.dexmaker.TypeId type
		com.google.dexmaker.Local result
	public com.google.dexmaker.Local getParameter (int, com.google.dexmaker.TypeId) 
		int index
		com.google.dexmaker.TypeId type
	public com.google.dexmaker.Local getThis (com.google.dexmaker.TypeId) 
		com.google.dexmaker.TypeId type
	private com.google.dexmaker.Local coerce (com.google.dexmaker.Local, com.google.dexmaker.TypeId) 
		com.google.dexmaker.Local local
		com.google.dexmaker.TypeId expectedType
	void initializeLocals () 
		com.google.dexmaker.Local local
		java.util.Iterator i$
		com.google.dexmaker.dx.rop.cst.CstInteger paramConstant
		com.google.dexmaker.Local local
		java.util.Iterator i$
		int reg
		int firstParamReg
		java.util.List moveParameterInstructions
	int paramSize () 
		com.google.dexmaker.Local local
		java.util.Iterator i$
		int result
	private void adopt (com.google.dexmaker.Label) 
		com.google.dexmaker.Label target
	public void mark (com.google.dexmaker.Label) 
		com.google.dexmaker.Label label
	public void jump (com.google.dexmaker.Label) 
		com.google.dexmaker.Label target
	public void addCatchClause (com.google.dexmaker.TypeId, com.google.dexmaker.Label) 
		com.google.dexmaker.TypeId toCatch
		com.google.dexmaker.Label catchClause
	public com.google.dexmaker.Label removeCatchClause (com.google.dexmaker.TypeId) 
		com.google.dexmaker.TypeId toCatch
		int index
	public void throwValue (com.google.dexmaker.Local) 
		com.google.dexmaker.Local toThrow
	private com.google.dexmaker.dx.rop.type.StdTypeList toTypeList (java.util.List) 
		int i
		java.util.List types
		com.google.dexmaker.dx.rop.type.StdTypeList result
	private void addInstruction (com.google.dexmaker.dx.rop.code.Insn) 
		com.google.dexmaker.dx.rop.code.Insn insn
	private void addInstruction (com.google.dexmaker.dx.rop.code.Insn, com.google.dexmaker.Label) 
		com.google.dexmaker.dx.rop.code.Insn insn
		com.google.dexmaker.Label branch
	private void splitCurrentLabel (com.google.dexmaker.Label, java.util.List) 
		com.google.dexmaker.Label alternateSuccessor
		java.util.List catchLabels
		com.google.dexmaker.Label newLabel
	public void loadConstant (com.google.dexmaker.Local, java.lang.Object) 
		com.google.dexmaker.Local target
		Object value
		com.google.dexmaker.dx.rop.code.Rop rop
	public void move (com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.Local target
		com.google.dexmaker.Local source
	public void op (com.google.dexmaker.UnaryOp, com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.UnaryOp op
		com.google.dexmaker.Local target
		com.google.dexmaker.Local source
	public void op (com.google.dexmaker.BinaryOp, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.BinaryOp op
		com.google.dexmaker.Local target
		com.google.dexmaker.Local a
		com.google.dexmaker.Local b
		com.google.dexmaker.dx.rop.code.Rop rop
		com.google.dexmaker.dx.rop.code.RegisterSpecList sources
	public void compare (com.google.dexmaker.Comparison, com.google.dexmaker.Label, com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.Comparison comparison
		com.google.dexmaker.Label trueLabel
		com.google.dexmaker.Local a
		com.google.dexmaker.Local b
		com.google.dexmaker.dx.rop.code.Rop rop
	public void compareFloatingPoint (com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local, int) 
		com.google.dexmaker.dx.rop.code.Rop rop
		com.google.dexmaker.dx.rop.code.Rop rop
		com.google.dexmaker.Local target
		com.google.dexmaker.Local a
		com.google.dexmaker.Local b
		int nanValue
		com.google.dexmaker.dx.rop.code.Rop rop
	public void compareLongs (com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.Local target
		com.google.dexmaker.Local a
		com.google.dexmaker.Local b
	public void iget (com.google.dexmaker.FieldId, com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.FieldId fieldId
		com.google.dexmaker.Local target
		com.google.dexmaker.Local instance
	public void iput (com.google.dexmaker.FieldId, com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.FieldId fieldId
		com.google.dexmaker.Local instance
		com.google.dexmaker.Local source
	public void sget (com.google.dexmaker.FieldId, com.google.dexmaker.Local) 
		com.google.dexmaker.FieldId fieldId
		com.google.dexmaker.Local target
	public void sput (com.google.dexmaker.FieldId, com.google.dexmaker.Local) 
		com.google.dexmaker.FieldId fieldId
		com.google.dexmaker.Local source
	public transient void newInstance (com.google.dexmaker.Local, com.google.dexmaker.MethodId, com.google.dexmaker.Local[]) 
		com.google.dexmaker.Local target
		com.google.dexmaker.MethodId constructor
		com.google.dexmaker.Local[] args
	public transient void invokeStatic (com.google.dexmaker.MethodId, com.google.dexmaker.Local, com.google.dexmaker.Local[]) 
		com.google.dexmaker.MethodId method
		com.google.dexmaker.Local target
		com.google.dexmaker.Local[] args
	public transient void invokeVirtual (com.google.dexmaker.MethodId, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local[]) 
		com.google.dexmaker.MethodId method
		com.google.dexmaker.Local target
		com.google.dexmaker.Local instance
		com.google.dexmaker.Local[] args
	public transient void invokeDirect (com.google.dexmaker.MethodId, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local[]) 
		com.google.dexmaker.MethodId method
		com.google.dexmaker.Local target
		com.google.dexmaker.Local instance
		com.google.dexmaker.Local[] args
	public transient void invokeSuper (com.google.dexmaker.MethodId, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local[]) 
		com.google.dexmaker.MethodId method
		com.google.dexmaker.Local target
		com.google.dexmaker.Local instance
		com.google.dexmaker.Local[] args
	public transient void invokeInterface (com.google.dexmaker.MethodId, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local[]) 
		com.google.dexmaker.MethodId method
		com.google.dexmaker.Local target
		com.google.dexmaker.Local instance
		com.google.dexmaker.Local[] args
	private transient void invoke (com.google.dexmaker.dx.rop.code.Rop, com.google.dexmaker.MethodId, com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local[]) 
		com.google.dexmaker.dx.rop.code.Rop rop
		com.google.dexmaker.MethodId method
		com.google.dexmaker.Local target
		com.google.dexmaker.Local object
		com.google.dexmaker.Local[] args
	public void instanceOfType (com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.TypeId) 
		com.google.dexmaker.Local target
		com.google.dexmaker.Local source
		com.google.dexmaker.TypeId type
	public void cast (com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.Local target
		com.google.dexmaker.Local source
	private com.google.dexmaker.dx.rop.code.Rop getCastRop (com.google.dexmaker.dx.rop.type.Type, com.google.dexmaker.dx.rop.type.Type) 
		com.google.dexmaker.dx.rop.type.Type sourceType
		com.google.dexmaker.dx.rop.type.Type targetType
	public void arrayLength (com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.Local target
		com.google.dexmaker.Local array
	public void newArray (com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.Local target
		com.google.dexmaker.Local length
	public void aget (com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.Local target
		com.google.dexmaker.Local array
		com.google.dexmaker.Local index
	public void aput (com.google.dexmaker.Local, com.google.dexmaker.Local, com.google.dexmaker.Local) 
		com.google.dexmaker.Local array
		com.google.dexmaker.Local index
		com.google.dexmaker.Local source
	public void returnVoid () 
	public void returnValue (com.google.dexmaker.Local) 
		com.google.dexmaker.Local result
	private void moveResult (com.google.dexmaker.Local, boolean) 
		com.google.dexmaker.Local target
		boolean afterNonInvokeThrowingInsn
		com.google.dexmaker.dx.rop.code.Rop rop
	public void monitorEnter (com.google.dexmaker.Local) 
		com.google.dexmaker.Local monitor
	public void monitorExit (com.google.dexmaker.Local) 
		com.google.dexmaker.Local monitor
	com.google.dexmaker.dx.rop.code.BasicBlockList toBasicBlocks () 
		int i
		com.google.dexmaker.dx.rop.code.BasicBlockList result
	private void cleanUpLabels () 
		com.google.dexmaker.Label label
		java.util.Iterator i
		int id
	private static com.google.dexmaker.dx.rop.code.RegisterSpecList concatenate (com.google.dexmaker.Local, com.google.dexmaker.Local[]) 
		int i
		com.google.dexmaker.Local first
		com.google.dexmaker.Local[] rest
		int offset
		com.google.dexmaker.dx.rop.code.RegisterSpecList result
}

com/google/dexmaker/BinaryOp.class
BinaryOp.java
package com.google.dexmaker
public abstract com.google.dexmaker.BinaryOp extends java.lang.Enum {
	public static final com.google.dexmaker.BinaryOp ADD
	public static final com.google.dexmaker.BinaryOp SUBTRACT
	public static final com.google.dexmaker.BinaryOp MULTIPLY
	public static final com.google.dexmaker.BinaryOp DIVIDE
	public static final com.google.dexmaker.BinaryOp REMAINDER
	public static final com.google.dexmaker.BinaryOp AND
	public static final com.google.dexmaker.BinaryOp OR
	public static final com.google.dexmaker.BinaryOp XOR
	public static final com.google.dexmaker.BinaryOp SHIFT_LEFT
	public static final com.google.dexmaker.BinaryOp SHIFT_RIGHT
	public static final com.google.dexmaker.BinaryOp UNSIGNED_SHIFT_RIGHT
	private static final com.google.dexmaker.BinaryOp[] $VALUES
	public static com.google.dexmaker.BinaryOp[] values () 
	public static com.google.dexmaker.BinaryOp valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	abstract com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
	void  (java.lang.String, int, com.google.dexmaker.BinaryOp$1) 
		String x0
		int x1
		com.google.dexmaker.BinaryOp$1 x2
	static void  () 
}

com/google/dexmaker/BinaryOp$9.class
BinaryOp.java
package com.google.dexmaker
final com.google.dexmaker.BinaryOp$9 extends com.google.dexmaker.BinaryOp {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/BinaryOp$8.class
BinaryOp.java
package com.google.dexmaker
final com.google.dexmaker.BinaryOp$8 extends com.google.dexmaker.BinaryOp {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/BinaryOp$7.class
BinaryOp.java
package com.google.dexmaker
final com.google.dexmaker.BinaryOp$7 extends com.google.dexmaker.BinaryOp {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/BinaryOp$6.class
BinaryOp.java
package com.google.dexmaker
final com.google.dexmaker.BinaryOp$6 extends com.google.dexmaker.BinaryOp {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/BinaryOp$5.class
BinaryOp.java
package com.google.dexmaker
final com.google.dexmaker.BinaryOp$5 extends com.google.dexmaker.BinaryOp {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/BinaryOp$4.class
BinaryOp.java
package com.google.dexmaker
final com.google.dexmaker.BinaryOp$4 extends com.google.dexmaker.BinaryOp {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/BinaryOp$3.class
BinaryOp.java
package com.google.dexmaker
final com.google.dexmaker.BinaryOp$3 extends com.google.dexmaker.BinaryOp {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/BinaryOp$2.class
BinaryOp.java
package com.google.dexmaker
final com.google.dexmaker.BinaryOp$2 extends com.google.dexmaker.BinaryOp {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/BinaryOp$11.class
BinaryOp.java
package com.google.dexmaker
final com.google.dexmaker.BinaryOp$11 extends com.google.dexmaker.BinaryOp {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/BinaryOp$10.class
BinaryOp.java
package com.google.dexmaker
final com.google.dexmaker.BinaryOp$10 extends com.google.dexmaker.BinaryOp {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/BinaryOp$1.class
BinaryOp.java
package com.google.dexmaker
final com.google.dexmaker.BinaryOp$1 extends com.google.dexmaker.BinaryOp {
	void  (java.lang.String, int) 
	com.google.dexmaker.dx.rop.code.Rop rop (com.google.dexmaker.dx.rop.type.TypeList) 
		com.google.dexmaker.dx.rop.type.TypeList types
}

com/google/dexmaker/AppDataDirGuesser.class
AppDataDirGuesser.java
package com.google.dexmaker
 com.google.dexmaker.AppDataDirGuesser extends java.lang.Object {
	void  () 
	public java.io.File guess () 
		ClassLoader classLoader
		Class clazz
		String pathFromThisClassLoader
		java.io.File[] results
		ClassCastException ignored
		ClassNotFoundException ignored
	private java.lang.ClassLoader guessSuitableClassLoader () 
	private java.lang.String getPathFromThisClassLoader (java.lang.ClassLoader, java.lang.Class) 
		java.lang.reflect.Field pathField
		NoSuchFieldException ignored
		IllegalAccessException ignored
		ClassCastException ignored
		ClassLoader classLoader
		Class pathClassLoaderClass
		String result
		int index
	java.io.File[] guessPath (java.lang.String) 
		java.io.File cacheDir
		int start
		int end
		int dash
		String packageName
		java.io.File dataDir
		String potential
		String[] arr$
		int len$
		int i$
		String input
		java.util.List results
	static java.lang.String[] splitPathList (java.lang.String) 
		int start
		int end
		String input
		String trimmed
	boolean fileOrDirExists (java.io.File) 
		java.io.File file
	boolean isWriteableDirectory (java.io.File) 
		java.io.File file
}

com/google/dexmaker/
com/google/
com/
META-INF/maven/com.google.dexmaker/dexmaker/pom.xml
META-INF/maven/com.google.dexmaker/dexmaker/pom.properties
META-INF/maven/com.google.dexmaker/dexmaker/
META-INF/maven/com.google.dexmaker/dexmaker-dx/pom.xml
META-INF/maven/com.google.dexmaker/dexmaker-dx/pom.properties
META-INF/maven/com.google.dexmaker/dexmaker-dx/
META-INF/maven/com.google.dexmaker/
META-INF/maven/
META-INF/MANIFEST.MF
META-INF/