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

Packages that use TargetInsn
com.android.dx.dex.code   
com.android.dx.dex.code.form   
 

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

Methods in com.android.dx.dex.code that return TargetInsn
 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.
 

Methods in com.android.dx.dex.code with parameters of type TargetInsn
 boolean InsnFormat.branchFits(TargetInsn insn)
          Returns whether or not the given instruction's branch offset will fit in this instance's format.
 

Uses of TargetInsn in com.android.dx.dex.code.form
 

Methods in com.android.dx.dex.code.form with parameters of type TargetInsn
 boolean Form31t.branchFits(TargetInsn insn)
          Returns whether or not the given instruction's branch offset will fit in this instance's format.
 boolean Form30t.branchFits(TargetInsn insn)
          Returns whether or not the given instruction's branch offset will fit in this instance's format.
 boolean Form22t.branchFits(TargetInsn insn)
          Returns whether or not the given instruction's branch offset will fit in this instance's format.
 boolean Form21t.branchFits(TargetInsn insn)
          Returns whether or not the given instruction's branch offset will fit in this instance's format.
 boolean Form20t.branchFits(TargetInsn insn)
          Returns whether or not the given instruction's branch offset will fit in this instance's format.
 boolean Form10t.branchFits(TargetInsn insn)
          Returns whether or not the given instruction's branch offset will fit in this instance's format.
 



Copyright © 2013. All Rights Reserved.