/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/ |
D | MethodImplementation.java | 56 @Nonnull Iterable<? extends Instruction> getInstructions(); in getInstructions() method
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | Subroutine.java | 53 InstructionHandle[] getInstructions(); in getInstructions() method
|
D | Subroutines.java | 216 public InstructionHandle[] getInstructions() { in getInstructions() method in Subroutines.SubroutineImpl
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/ |
D | MethodImplementationRewriter.java | 65 @Override @Nonnull public Iterable<? extends Instruction> getInstructions() { in getInstructions() method in MethodImplementationRewriter.RewrittenMethodImplementation
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedMethodImplementation.java | 67 @Nonnull @Override public Iterable<? extends Instruction> getInstructions() { in getInstructions() method in DexBackedMethodImplementation
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
D | ImmutableMethodImplementation.java | 90 …@Nonnull @Override public ImmutableList<? extends ImmutableInstruction> getInstructions() { return… in getInstructions() method in ImmutableMethodImplementation
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | MutableMethodImplementation.java | 139 public List<BuilderInstruction> getInstructions() { in getInstructions() method in MutableMethodImplementation
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | CodeRegion.h | 76 getInstructions() const { in getInstructions() function
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzer.java | 305 public List<Instruction> getInstructions() { in getInstructions() method in MethodAnalyzer
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 136 getInstructions() const { in getInstructions() function
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenTarget.h | 133 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const { in getInstructions() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 149 getInstructions() const { in getInstructions() function
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | ClassSection.java | 79 @Nullable Iterable<? extends Instruction> getInstructions(@Nonnull MethodKey key); in getInstructions() method
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliMethod.java | 126 @NotNull public List<SmaliInstruction> getInstructions() { in getInstructions() method in SmaliMethod
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_layout_test.cpp | 68 const std::vector<std::string>& getInstructions() { in getInstructions() function
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_layout_test.cpp | 68 const std::vector<std::string>& getInstructions() { in getInstructions() function
|
/external/deqp-deps/glslang/SPIRV/ |
D | spvIR.h | 208 const std::vector<std::unique_ptr<Instruction> >& getInstructions() const { in getInstructions() function
|
/external/python/cpython2/Lib/compiler/ |
D | pyassem.py | 192 def getInstructions(self): member in Block
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | InstructionList.java | 955 public Instruction[] getInstructions() { in getInstructions() method in InstructionList
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 664 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function in __anond1144dfc0111::SMSchedule
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 704 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function in __anon2a7f91540111::SMSchedule
|