Searched refs:withSubtyping (Results 1 – 5 of 5) sorted by relevance
98 assert appInfo.withSubtyping() != null; in IRConverter()99 this.inliner = new Inliner(appInfo.withSubtyping(), graphLense, options); in IRConverter()102 this.lensCodeRewriter = new LensCodeRewriter(graphLense, appInfo.withSubtyping()); in IRConverter()268 callGraph = CallGraph.build(application, appInfo.withSubtyping(), graphLense); in optimize()
235 public AppInfoWithSubtyping withSubtyping() { in withSubtyping() method in AppInfoWithSubtyping
312 public AppInfoWithSubtyping withSubtyping() { in withSubtyping() method
273 graphLense = new BridgeMethodAnalysis(graphLense, appInfo.withSubtyping()).run(); in run()
697 DexEncodedMethod target = invoke.computeSingleTarget(appInfo.withSubtyping()); in rewriteMoveResult()