Home
last modified time | relevance | path

Searched defs:getInstructions (Results 1 – 12 of 12) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DMethodImplementation.java56 @Nonnull Iterable<? extends Instruction> getInstructions(); in getInstructions() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedMethodImplementation.java65 @Nonnull @Override public Iterable<? extends Instruction> getInstructions() { in getInstructions() method in DexBackedMethodImplementation
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableMethodImplementation.java90 …@Nonnull @Override public ImmutableList<? extends ImmutableInstruction> getInstructions() { return… in getInstructions() method in ImmutableMethodImplementation
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java139 public List<BuilderInstruction> getInstructions() { in getInstructions() method in MutableMethodImplementation
/external/smack/src/org/jivesoftware/smack/packet/
DRegistration.java66 public String getInstructions() { in getInstructions() method in Registration
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java306 public List<Instruction> getInstructions() { in getInstructions() method in MethodAnalyzer
/external/dexmaker/src/dx/java/com/android/dx/io/
DCode.java55 public short[] getInstructions() { in getInstructions() method in Code
/external/smack/src/org/jivesoftware/smackx/packet/
DDataForm.java89 public Iterator<String> getInstructions() { in getInstructions() method in DataForm
/external/llvm/utils/TableGen/
DCodeGenTarget.h149 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const { in getInstructions() function
/external/smack/src/org/jivesoftware/smackx/
DGateway.java192 public String getInstructions(){ in getInstructions() method in Gateway
DForm.java395 public String getInstructions() { in getInstructions() method in Form
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DClassSection.java79 @Nullable Iterable<? extends Instruction> getInstructions(@Nonnull MethodKey key); in getInstructions() method