Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DIRConverter.java324 clearDexMethodCompilationState(outlineClass); in optimize()
328 clearDexMethodCompilationState(); in optimize()
336 private void clearDexMethodCompilationState() { in clearDexMethodCompilationState() method in IRConverter
337 application.classes().forEach(this::clearDexMethodCompilationState); in clearDexMethodCompilationState()
340 private void clearDexMethodCompilationState(DexProgramClass clazz) { in clearDexMethodCompilationState() method in IRConverter