Uses of Class
com.android.dx.rop.code.LocalItem

Packages that use LocalItem
com.android.dx.rop.code   
com.android.dx.ssa   
 

Uses of LocalItem in com.android.dx.rop.code
 

Methods in com.android.dx.rop.code that return LocalItem
 LocalItem RegisterSpec.getLocalItem()
          Gets the variable info associated with this instance, if any.
static LocalItem LocalItem.make(CstString name, CstString signature)
          Make a new item.
 

Methods in com.android.dx.rop.code with parameters of type LocalItem
 int LocalItem.compareTo(LocalItem local)
          
 RegisterSpec RegisterSpecSet.localItemToSpec(LocalItem local)
          Returns the spec in this set that's currently associated with a given local (name and signature), or null if there is none.
static RegisterSpec RegisterSpec.make(int reg, TypeBearer type, LocalItem local)
          Returns an instance for the given register number, type, and variable info.
static RegisterSpec RegisterSpec.makeLocalOptional(int reg, TypeBearer type, LocalItem local)
          Returns an instance for the given register number, type, and variable info.
 RegisterSpec RegisterSpec.withLocalItem(LocalItem local)
          Returns an instance that is identical to this one except that the local variable is as specified in the parameter.
 

Uses of LocalItem in com.android.dx.ssa
 

Methods in com.android.dx.ssa with parameters of type LocalItem
 void PhiInsn.changeResultType(TypeBearer type, LocalItem local)
          Changes the result type.
 void SsaInsn.setResultLocal(LocalItem local)
          Sets the local association for the result of this insn.
 



Copyright © 2013. All Rights Reserved.