Searched refs:WideLiteralInstruction (Results 1 – 8 of 8) sorted by relevance
35 import org.jf.dexlib2.iface.instruction.WideLiteralInstruction;37 public interface Instruction51l extends OneRegisterInstruction, WideLiteralInstruction {
39 import org.jf.dexlib2.iface.instruction.WideLiteralInstruction;336 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral(); in test()344 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral(); in test()
34 public interface LongHatLiteralInstruction extends WideLiteralInstruction, HatLiteralInstruction {
34 public interface WideLiteralInstruction extends Instruction { interface
34 public interface NarrowLiteralInstruction extends WideLiteralInstruction {
36 import org.jf.dexlib2.iface.instruction.WideLiteralInstruction;108 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();114 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();
491 …LongRenderer.writeSignedIntOrLongTo(writer, ((WideLiteralInstruction)instruction).getWideLiteral()… in writeLiteral()522 writeCommentIfLikelyDouble(writer, ((WideLiteralInstruction)instruction).getWideLiteral()); in writeCommentIfLikelyDouble()
355 } else if (instruction instanceof WideLiteralInstruction) { in makeAnnotator()356 long value = ((WideLiteralInstruction)instruction).getWideLiteral(); in makeAnnotator()