Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: runtime/vm/coverage.h

Issue 24654003: Improve code coverage generation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/coverage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/coverage.h
diff --git a/runtime/vm/coverage.h b/runtime/vm/coverage.h
index ef7ee82af82f19bb8d32cc9192326377a2ace968..0c17bda8eb44891b60816c8f92077f34ba52b394 100644
--- a/runtime/vm/coverage.h
+++ b/runtime/vm/coverage.h
@@ -14,6 +14,7 @@ DECLARE_FLAG(charp, coverage_dir);
// Forward declarations.
class Class;
+class Function;
class Isolate;
class JSONArray;
@@ -23,6 +24,8 @@ class CodeCoverage : public AllStatic {
private:
static void PrintClass(const Class& cls, const JSONArray& arr);
+ static void CompileAndAdd(const Function& function,
+ const JSONArray& hits_arr);
};
} // namespace dart
« no previous file with comments | « no previous file | runtime/vm/coverage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698