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

Packages that use CodeAddress
com.android.dx.dex.code   
 

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

Methods in com.android.dx.dex.code that return CodeAddress
 CodeAddress BlockAddresses.getEnd(BasicBlock block)
          Gets the instance for the end (address after the final instruction) of the given block.
 CodeAddress BlockAddresses.getEnd(int label)
          Gets the instance for the end (address after the final instruction) of the block with the given label.
 CodeAddress BlockAddresses.getLast(BasicBlock block)
          Gets the instance for the final instruction of the given block.
 CodeAddress BlockAddresses.getLast(int label)
          Gets the instance for the final instruction of the block with the given label.
 CodeAddress BlockAddresses.getStart(BasicBlock block)
          Gets the instance for the start of the given block.
 CodeAddress BlockAddresses.getStart(int label)
          Gets the instance for the start of the block with the given label.
 CodeAddress TargetInsn.getTarget()
          Gets the unique branch target of this instruction.
 

Methods in com.android.dx.dex.code with parameters of type CodeAddress
 void OutputFinisher.reverseBranch(int which, CodeAddress newTarget)
          Reverses a branch which is buried a given number of instructions backward in the output.
 void OutputCollector.reverseBranch(int which, CodeAddress newTarget)
          Reverses a branch which is buried a given number of instructions backward in the output.
 TargetInsn TargetInsn.withNewTargetAndReversed(CodeAddress target)
          Returns an instance that is just like this one, except that its opcode has the opposite sense (as a test; e.g.
 

Constructors in com.android.dx.dex.code with parameters of type CodeAddress
ArrayData(SourcePosition position, CodeAddress user, ArrayList<Constant> values, Constant arrayType)
          Constructs an instance.
SwitchData(SourcePosition position, CodeAddress user, IntList cases, CodeAddress[] targets)
          Constructs an instance.
SwitchData(SourcePosition position, CodeAddress user, IntList cases, CodeAddress[] targets)
          Constructs an instance.
TargetInsn(Dop opcode, SourcePosition position, RegisterSpecList registers, CodeAddress target)
          Constructs an instance.
 



Copyright © 2013. All Rights Reserved.