Home
last modified time | relevance | path

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

/external/r8/src/test/java/com/android/tools/r8/utils/
DDexInspector.java522 public Iterator<InstructionSubject> iterateInstructions() { in iterateInstructions() method in DexInspector.MethodSubject
526 public <T extends InstructionSubject> Iterator<T> iterateInstructions( in iterateInstructions() method in DexInspector.MethodSubject
661 public Iterator<InstructionSubject> iterateInstructions() { in iterateInstructions() method in DexInspector.FoundMethodSubject
666 public <T extends InstructionSubject> Iterator<T> iterateInstructions( in iterateInstructions() method in DexInspector.FoundMethodSubject