Uses of Class
com.android.dx.dex.code.DalvCode

Packages that use DalvCode
com.android.dx.dex.cf Classes for translating Java classfiles into Dalvik classes. 
com.android.dx.dex.code   
com.android.dx.dex.file   
 

Uses of DalvCode in com.android.dx.dex.cf
 

Methods in com.android.dx.dex.cf with parameters of type DalvCode
static void CodeStatistics.updateDexStatistics(DalvCode nonOptCode, DalvCode code)
          Updates the dex statistics.
 

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

Methods in com.android.dx.dex.code that return DalvCode
static DalvCode RopTranslator.translate(RopMethod method, int positionInfo, LocalVariableInfo locals, int paramSize, DexOptions dexOptions)
          Translates a RopMethod.
 

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

Methods in com.android.dx.dex.file with parameters of type DalvCode
static void DebugInfoDecoder.validateEncode(byte[] info, DexFile file, CstMethodRef ref, DalvCode code, boolean isStatic)
          Validates an encoded debug info stream against data used to encode it, throwing an exception if they do not match.
 

Constructors in com.android.dx.dex.file with parameters of type DalvCode
CatchStructs(DalvCode code)
          Constructs an instance.
CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, TypeList throwsList)
          Constructs an instance.
DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref)
           
EncodedMethod(CstMethodRef method, int accessFlags, DalvCode code, TypeList throwsList)
          Constructs an instance.
 



Copyright © 2015. All rights reserved.