Searched refs:makeInstruction (Results 1 - 25 of 38) sorted by relevance

12

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction10x.java60 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction10x.Factory
H A DInstruction10t.java88 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction10t.Factory
H A DInstruction11n.java85 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction11n.Factory
H A DInstruction11x.java72 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction11x.Factory
H A DInstruction12x.java79 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction12x.Factory
H A DInstruction20t.java90 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction20t.Factory
H A DInstruction21h.java90 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction21h.Factory
H A DInstruction21s.java81 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction21s.Factory
H A DInstruction22b.java89 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction22b.Factory
H A DInstruction22s.java89 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction22s.Factory
H A DInstruction22x.java84 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction22x.Factory
H A DInstruction23x.java89 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction23x.Factory
H A DInstruction30t.java74 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction30t.Factory
H A DInstruction31c.java75 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction31c.Factory
H A DInstruction31i.java81 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction31i.Factory
H A DInstruction31t.java86 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction31t.Factory
H A DInstruction32x.java82 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction32x.Factory
H A DInstruction3rmi.java103 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction3rmi.Factory
H A DInstruction51l.java81 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction51l.Factory
H A DInstruction20bc.java96 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction20bc.Factory
H A DInstruction21t.java99 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction21t.Factory
H A DInstruction22c.java102 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction22c.Factory
H A DInstruction22cs.java93 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:Instruction22cs.Factory
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DInstruction.java69 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex); method in interface:Instruction.InstructionFactory
H A DInstructionIterator.java82 instruction = opcode.format.Factory.makeInstruction(dexFile, opcode, insns, insnsPosition);

Completed in 145 milliseconds

12