Searched refs:NarrowLiteralInstruction (Results 1 – 10 of 10) sorted by relevance
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;37 public interface Instruction31i extends OneRegisterInstruction, NarrowLiteralInstruction {
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;37 public interface Instruction22b extends TwoRegisterInstruction, NarrowLiteralInstruction {
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;37 public interface Instruction11n extends OneRegisterInstruction, NarrowLiteralInstruction {
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;37 public interface Instruction21s extends OneRegisterInstruction, NarrowLiteralInstruction {
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;37 public interface Instruction22s extends TwoRegisterInstruction, NarrowLiteralInstruction {
34 public interface NarrowLiteralInstruction extends WideLiteralInstruction { interface
34 …lic interface NarrowHatLiteralInstruction extends HatLiteralInstruction, NarrowLiteralInstruction {
321 } else if (instruction instanceof NarrowLiteralInstruction) { in makeAnnotator()322 int value = ((NarrowLiteralInstruction)instruction).getNarrowLiteral(); in makeAnnotator()
493 … writeCommentIfLikelyFloat(writer, ((NarrowLiteralInstruction)instruction).getNarrowLiteral()); in writeCommentIfLikelyFloat()545 …return writeCommentIfResourceId(writer, ((NarrowLiteralInstruction)instruction).getNarrowLiteral()… in writeCommentIfResourceId()
1162 … NarrowLiteralInstruction instruction = (NarrowLiteralInstruction)analyzedInstruction.instruction;1498 … int literal = ((NarrowLiteralInstruction)analyzedInstruction.instruction).getNarrowLiteral();1513 …long literalShift = ((NarrowLiteralInstruction)analyzedInstruction.instruction).getNarrowLiteral();