Home
last modified time | relevance | path

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

/external/r8/src/test/java/com/android/tools/r8/
DRunExamplesAndroidOTest.java74 withInstructionCheck(Predicate<InstructionSubject> filter, Consumer<T> check) { in withInstructionCheck() method in RunExamplesAndroidOTest.TestRunner
302 .withInstructionCheck(InstructionSubject::isInvoke, in testTryWithResourcesDesugared()