Searched refs:clearDexMethodCompilationState (Results 1 – 1 of 1) sorted by relevance
324 clearDexMethodCompilationState(outlineClass); in optimize()328 clearDexMethodCompilationState(); in optimize()336 private void clearDexMethodCompilationState() { in clearDexMethodCompilationState() method in IRConverter337 application.classes().forEach(this::clearDexMethodCompilationState); in clearDexMethodCompilationState()340 private void clearDexMethodCompilationState(DexProgramClass clazz) { in clearDexMethodCompilationState() method in IRConverter