Searched refs:FieldOffsetInstruction (Results 1 – 4 of 4) sorted by relevance
34 import org.jf.dexlib2.iface.instruction.FieldOffsetInstruction;37 public interface Instruction22cs extends TwoRegisterInstruction, FieldOffsetInstruction {
34 public interface FieldOffsetInstruction extends Instruction { interface
335 } else if (instruction instanceof FieldOffsetInstruction) { in makeAnnotator()336 int fieldOffset = ((FieldOffsetInstruction)instruction).getFieldOffset(); in makeAnnotator()
561 writer.printUnsignedLongAsHex(((FieldOffsetInstruction)instruction).getFieldOffset()); in writeFieldOffset()