Searched refs:getExecutionDataStore (Results 1 – 11 of 11) sorted by relevance
94 execFileLoader.getExecutionDataStore().getContents()); in createReport()115 execFileLoader.getExecutionDataStore(), coverageBuilder); in analyzeStructure()
83 final IBundleCoverage bundle = analyze(loader.getExecutionDataStore(), in execute()137 loader.getExecutionDataStore().getContents()); in writeReports()
29 for (ExecutionData d : loader.getExecutionDataStore().getContents()) { in main()
134 .getExecutionDataStore().getContents()); in initRootVisitor()197 loader.getExecutionDataStore(), builder); in processProject()
115 if (loader.getExecutionDataStore().getContents().isEmpty()) { in save()
136 public ExecutionDataStore getExecutionDataStore() { in getExecutionDataStore() method in ExecFileLoader
123 .setExecutionDataVisitor(loader.getExecutionDataStore()); in dump()
91 for (ExecutionData d : loader.getExecutionDataStore().getContents()) { in loadExecFile()
129 assertContents(loader.getExecutionDataStore(), in assertLoaderContents()
291 loader.getExecutionDataStore().get(0x12345678).getName()); in getExecutionData_should_return_probes_and_session_id()
524 executionDataStore = loader.getExecutionDataStore(); in loadExecutionData()