Searched refs:synthesizedClass (Results 1 – 2 of 2) sorted by relevance
369 DexProgramClass synthesizedClass, boolean addToMainDexList) { in addSynthesizedClass() argument370 assert synthesizedClass.isProgramClass() : "All synthesized classes must be program classes"; in addSynthesizedClass()371 addProgramClass(synthesizedClass); in addSynthesizedClass()373 mainDexList.add(synthesizedClass.type); in addSynthesizedClass()
204 DexProgramClass synthesizedClass = lambdaClass.synthesizeLambdaClass(); in synthesizeLambdaClasses() local205 converter.optimizeSynthesizedClass(synthesizedClass); in synthesizeLambdaClasses()206 builder.addSynthesizedClass(synthesizedClass, lambdaClass.addToMainDexList.get()); in synthesizeLambdaClasses()