Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexApplication.java369 DexProgramClass synthesizedClass, boolean addToMainDexList) { in addSynthesizedClass() argument
370 assert synthesizedClass.isProgramClass() : "All synthesized classes must be program classes"; in addSynthesizedClass()
371 addProgramClass(synthesizedClass); in addSynthesizedClass()
373 mainDexList.add(synthesizedClass.type); in addSynthesizedClass()
/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
DLambdaRewriter.java204 DexProgramClass synthesizedClass = lambdaClass.synthesizeLambdaClass(); in synthesizeLambdaClasses() local
205 converter.optimizeSynthesizedClass(synthesizedClass); in synthesizeLambdaClasses()
206 builder.addSynthesizedClass(synthesizedClass, lambdaClass.addToMainDexList.get()); in synthesizeLambdaClasses()