Searched refs:CallGraphManager (Results 1 – 2 of 2) sorted by relevance
135 List<Future<CallGraphManager>> tasks = new ArrayList<>(); in main()163 private static void executeTasks(List<Future<CallGraphManager>> tasks, XmlWriter xmlWriter) { in executeTasks()164 for (Future<CallGraphManager> task : tasks) { in executeTasks()166 CallGraphManager callGraphManager = task.get(); in executeTasks()195 private static Future<CallGraphManager> scanJarFile( in scanJarFile()229 CallGraphManager callGraphManager = new CallGraphManager(moduleProfile); in scanJarFile()
35 public class CallGraphManager { class71 public CallGraphManager(ModuleProfile moduleProfile) { in CallGraphManager() method in CallGraphManager