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

Packages that use RegisterSpecSet
com.android.dx.dex.code   
com.android.dx.rop.code   
com.android.dx.ssa   
 

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

Methods in com.android.dx.dex.code that return RegisterSpecSet
 RegisterSpecSet LocalSnapshot.getLocals()
          Gets the local state associated with this instance.
 

Methods in com.android.dx.dex.code with parameters of type RegisterSpecSet
 void LocalList.MakeState.snapshot(int address, RegisterSpecSet specs)
          Sets the local state at the given address to the given snapshot.
 

Constructors in com.android.dx.dex.code with parameters of type RegisterSpecSet
LocalSnapshot(SourcePosition position, RegisterSpecSet locals)
          Constructs an instance.
 

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

Fields in com.android.dx.rop.code declared as RegisterSpecSet
static RegisterSpecSet RegisterSpecSet.EMPTY
          non-null; no-element instance
 

Methods in com.android.dx.rop.code that return RegisterSpecSet
 RegisterSpecSet LocalVariableInfo.getStarts(BasicBlock block)
          Gets the register set associated with the start of the given block.
 RegisterSpecSet LocalVariableInfo.getStarts(int label)
          Gets the register set associated with the start of the block with the given label.
 RegisterSpecSet RegisterSpecSet.mutableCopy()
          Makes and return a mutable copy of this instance.
 RegisterSpecSet LocalVariableInfo.mutableCopyOfStarts(int label)
          Gets a mutable copy of the register set associated with the start of the block with the given label.
 RegisterSpecSet RegisterSpecSet.withOffset(int delta)
          Returns an instance that is identical to this one, except that all register numbers are offset by the given amount.
 

Methods in com.android.dx.rop.code with parameters of type RegisterSpecSet
 void RegisterSpecSet.intersect(RegisterSpecSet other, boolean localPrimary)
          Intersects this instance with the given one, modifying this instance.
 boolean LocalVariableInfo.mergeStarts(int label, RegisterSpecSet specs)
          Merges the given register set into the set for the block with the given label.
 void RegisterSpecSet.putAll(RegisterSpecSet set)
          Put the entire contents of the given set into this one.
 void LocalVariableInfo.setStarts(int label, RegisterSpecSet specs)
          Sets the register set associated with the start of the block with the given label.
 

Uses of RegisterSpecSet in com.android.dx.ssa
 

Methods in com.android.dx.ssa that return RegisterSpecSet
 RegisterSpecSet LocalVariableInfo.getStarts(int index)
          Gets the register set associated with the start of the block with the given index.
 RegisterSpecSet LocalVariableInfo.getStarts(SsaBasicBlock block)
          Gets the register set associated with the start of the given block.
 RegisterSpecSet LocalVariableInfo.mutableCopyOfStarts(int index)
          Gets a mutable copy of the register set associated with the start of the block with the given index.
 

Methods in com.android.dx.ssa with parameters of type RegisterSpecSet
 boolean LocalVariableInfo.mergeStarts(int index, RegisterSpecSet specs)
          Merges the given register set into the set for the block with the given index.
 void LocalVariableInfo.setStarts(int index, RegisterSpecSet specs)
          Sets the register set associated with the start of the block with the given index.
 



Copyright © 2013. All Rights Reserved.