Uses of Class
com.android.dx.dex.DexOptions

Packages that use DexOptions
com.android.dx.dex.code   
com.android.dx.dex.file   
 

Uses of DexOptions in com.android.dx.dex.code
 

Methods in com.android.dx.dex.code with parameters of type DexOptions
static Dop Dops.getNextOrNull(Dop opcode, DexOptions options)
          Gets the next Dop in the instruction fitting chain after the given instance, if any.
static DalvCode RopTranslator.translate(RopMethod method, int positionInfo, LocalVariableInfo locals, int paramSize, DexOptions dexOptions)
          Translates a RopMethod.
 

Constructors in com.android.dx.dex.code with parameters of type DexOptions
OutputCollector(DexOptions dexOptions, int initialCapacity, int suffixInitialCapacity, int regCount)
          Constructs an instance.
OutputFinisher(DexOptions dexOptions, int initialCapacity, int regCount)
          Constructs an instance.
 

Uses of DexOptions in com.android.dx.dex.file
 

Methods in com.android.dx.dex.file that return DexOptions
 DexOptions DexFile.getDexOptions()
          Gets the dex-creation options object.
 

Constructors in com.android.dx.dex.file with parameters of type DexOptions
DexFile(DexOptions dexOptions)
          Constructs an instance.
 



Copyright © 2013. All Rights Reserved.