HomeSort by relevance Sort by last modified time
    Searched refs:NarrowLiteralInstruction (Results 1 - 10 of 10) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
NarrowHatLiteralInstruction.java 34 public interface NarrowHatLiteralInstruction extends HatLiteralInstruction, NarrowLiteralInstruction {
NarrowLiteralInstruction.java 34 public interface NarrowLiteralInstruction extends WideLiteralInstruction {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
Instruction11n.java 34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
37 public interface Instruction11n extends OneRegisterInstruction, NarrowLiteralInstruction {
Instruction21s.java 34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
37 public interface Instruction21s extends OneRegisterInstruction, NarrowLiteralInstruction {
Instruction22b.java 34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
37 public interface Instruction22b extends TwoRegisterInstruction, NarrowLiteralInstruction {
Instruction22s.java 34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
37 public interface Instruction22s extends TwoRegisterInstruction, NarrowLiteralInstruction {
Instruction31i.java 34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
37 public interface Instruction31i extends OneRegisterInstruction, NarrowLiteralInstruction {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java 495 writeCommentIfLikelyFloat(writer, ((NarrowLiteralInstruction)instruction).getNarrowLiteral());
547 return writeCommentIfResourceId(writer, ((NarrowLiteralInstruction)instruction).getNarrowLiteral());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
CodeItem.java 348 } else if (instruction instanceof NarrowLiteralInstruction) {
349 int value = ((NarrowLiteralInstruction)instruction).getNarrowLiteral();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]

Completed in 174 milliseconds