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

Unified Diff: src/feedback-vector.h

Issue 2768453002: [debug] use best effort coverage when enabling precise coverage. (Closed)
Patch Set: remove dead code Created 3 years, 9 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 | « src/debug/debug-coverage.cc ('k') | src/feedback-vector-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/feedback-vector.h
diff --git a/src/feedback-vector.h b/src/feedback-vector.h
index 076533a569d20dfac4d48f84c50271e90f739539..fb2ce76c016805bb946cfe255ddd1c9120f5624e 100644
--- a/src/feedback-vector.h
+++ b/src/feedback-vector.h
@@ -299,7 +299,6 @@ class FeedbackVector : public FixedArray {
inline FeedbackMetadata* metadata() const;
inline SharedFunctionInfo* shared_function_info() const;
inline int invocation_count() const;
- inline void increment_invocation_count();
inline void clear_invocation_count();
// Conversion from a slot to an integer index to the underlying array.
« no previous file with comments | « src/debug/debug-coverage.cc ('k') | src/feedback-vector-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698