Searched refs:getExecutionDataStore (Results 1 – 11 of 11) sorted by relevance
95 execFileLoader.getExecutionDataStore().getContents()); in createReport()116 execFileLoader.getExecutionDataStore(), coverageBuilder); in analyzeStructure()
30 for (ExecutionData d : loader.getExecutionDataStore().getContents()) { in main()
84 final IBundleCoverage bundle = analyze(loader.getExecutionDataStore(), in execute()138 loader.getExecutionDataStore().getContents()); in writeReports()
100 loader.getExecutionDataStore().getContents()); in initRootVisitor()163 loader.getExecutionDataStore(), builder); in processProject()
112 if (loader.getExecutionDataStore().getContents().isEmpty()) { in save()
138 public ExecutionDataStore getExecutionDataStore() { in getExecutionDataStore() method in ExecFileLoader
124 .setExecutionDataVisitor(loader.getExecutionDataStore()); in dump()
92 for (ExecutionData d : loader.getExecutionDataStore().getContents()) { in loadExecFile()
130 assertContents(loader.getExecutionDataStore(), in assertLoaderContents()
296 loader.getExecutionDataStore().get(0x12345678).getName()); in getExecutionData_should_return_probes_and_session_id()
527 executionDataStore = loader.getExecutionDataStore(); in loadExecutionData()