Home
last modified time | relevance | path

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

/external/r8/src/test/java/com/android/tools/r8/memberrebinding/
DMemberRebindingTest.java111 main.iterateInstructions(MemberRebindingTest::coolInvokes); in inspectOriginalMain()
139 main.iterateInstructions(MemberRebindingTest::coolInvokes); in inspectMain()
170 main.iterateInstructions(InstructionSubject::isFieldAccess); in inspectOriginalMain2()
186 main.iterateInstructions(InstructionSubject::isFieldAccess); in inspectMain2()
204 main.iterateInstructions(InstructionSubject::isInvoke); in inspectOriginal3()
214 main.iterateInstructions(InstructionSubject::isInvoke); in inspect3()
224 main.iterateInstructions(InstructionSubject::isInvoke); in inspectOriginal4()
233 main.iterateInstructions(InstructionSubject::isInvoke); in inspect4()
/external/r8/src/test/java/com/android/tools/r8/rewrite/longcompare/
DLongCompare.java69 methodSubject.iterateInstructions(InstructionSubject::isInvoke); in testLongCompareIsRewritten()
DRequireNonNullRewriteTest.java87 methodSubject.iterateInstructions(InstructionSubject::isInvoke); in runTest()
/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
/external/r8/src/test/java/com/android/tools/r8/
DRunExamplesAndroidOTest.java79 Iterator<T> iterator = method.iterateInstructions(filter); in withInstructionCheck()
/external/r8/src/test/java/com/android/tools/r8/shaking/
DTreeShakingTest.java352 testMethod.iterateInstructions(InstructionSubject::isFieldAccess); in shaking13EnsureFieldWritesCorrect()