Home
last modified time | relevance | path

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

12

/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/
DMethodImplementation.java55 @Nonnull Iterable<? extends Instruction> getInstructions(); in getInstructions() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DMethodImplementation.java56 @Nonnull Iterable<? extends Instruction> getInstructions(); in getInstructions() method
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DSubroutine.java53 InstructionHandle[] getInstructions(); in getInstructions() method
DSubroutines.java216 public InstructionHandle[] getInstructions() { in getInstructions() method in Subroutines.SubroutineImpl
/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/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/rewriter/
DMethodImplementationRewriter.java64 @Override @Nonnull public Iterable<? extends Instruction> getInstructions() { in getInstructions() method in MethodImplementationRewriter.RewrittenMethodImplementation
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedMethodImplementation.java67 @Nonnull @Override public Iterable<? extends Instruction> getInstructions() { in getInstructions() method in DexBackedMethodImplementation
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/
DDexBackedMethodImplementation.java76 @Nonnull @Override public Iterable<? extends Instruction> getInstructions() { in getInstructions() method in DexBackedMethodImplementation
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/
DImmutableMethodImplementation.java89 …@Nonnull @Override public ImmutableList<? extends ImmutableInstruction> getInstructions() { return… in getInstructions() method in ImmutableMethodImplementation
/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/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/
DMutableMethodImplementation.java222 public List<BuilderInstruction> getInstructions() { in getInstructions() method in MutableMethodImplementation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDDG.h127 const InstructionListType &getInstructions() const { in getInstructions() function
131 InstructionListType &getInstructions() { in getInstructions() function
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DInstructionsBuilder.java160 Map<AbstractInsnNode, Instruction> getInstructions() { in getInstructions() method in InstructionsBuilder
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/
DMethodAnalyzer.java331 public List<Instruction> getInstructions() { in getInstructions() method in MethodAnalyzer
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java305 public List<Instruction> getInstructions() { in getInstructions() method in MethodAnalyzer
/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/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
DClassSection.java83 @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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DModuloSchedule.h145 ArrayRef<MachineInstr *> getInstructions() { return ScheduledInstrs; } in getInstructions() function
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_layout_test.cpp68 const std::vector<std::string>& getInstructions() { in getInstructions() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_layout_test.cpp59 const std::vector<std::string>& getInstructions() { in getInstructions() function
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_layout_test.cpp68 const std::vector<std::string>& getInstructions() { in getInstructions() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DspvIR.h208 const std::vector<std::unique_ptr<Instruction> >& getInstructions() const { in getInstructions() function

12