Home
last modified time | relevance | path

Searched defs:getInstructions (Results 1 – 13 of 13) 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/rewriter/
DMethodImplementationRewriter.java65 @Override @Nonnull public Iterable<? extends Instruction> getInstructions() { in getInstructions() method in MethodImplementationRewriter.RewrittenMethodImplementation
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedMethodImplementation.java66 @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/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java305 public List<Instruction> getInstructions() { in getInstructions() method in MethodAnalyzer
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenTarget.h133 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const { in getInstructions() function
/external/llvm/utils/TableGen/
DCodeGenTarget.h149 getInstructions() const { in getInstructions() function
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DClassSection.java79 @Nullable Iterable<? extends Instruction> getInstructions(@Nonnull MethodKey key); in getInstructions() method
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliMethod.java126 @NotNull public List<SmaliInstruction> getInstructions() { in getInstructions() method in SmaliMethod
/external/python/cpython2/Lib/compiler/
Dpyassem.py192 def getInstructions(self): member in Block
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DBasicBlock.java368 public LinkedList<Instruction> getInstructions() { in getInstructions() method in BasicBlock
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp664 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function in __anonfa3445320111::SMSchedule