Searched defs:getInstructions (Results 1 – 12 of 12) sorted by relevance
56 @Nonnull Iterable<? extends Instruction> getInstructions(); in getInstructions() method
65 @Nonnull @Override public Iterable<? extends Instruction> getInstructions() { in getInstructions() method in DexBackedMethodImplementation
90 …@Nonnull @Override public ImmutableList<? extends ImmutableInstruction> getInstructions() { return… in getInstructions() method in ImmutableMethodImplementation
139 public List<BuilderInstruction> getInstructions() { in getInstructions() method in MutableMethodImplementation
66 public String getInstructions() { in getInstructions() method in Registration
306 public List<Instruction> getInstructions() { in getInstructions() method in MethodAnalyzer
55 public short[] getInstructions() { in getInstructions() method in Code
89 public Iterator<String> getInstructions() { in getInstructions() method in DataForm
149 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const { in getInstructions() function
192 public String getInstructions(){ in getInstructions() method in Gateway
395 public String getInstructions() { in getInstructions() method in Form
79 @Nullable Iterable<? extends Instruction> getInstructions(@Nonnull MethodKey key); in getInstructions() method