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

Unified Diff: src/frames.h

Issue 2503183002: [Tracing] Implement IC statistics in tracing. (Closed)
Patch Set: Remove unnecessary cast Created 4 years 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/flag-definitions.h ('k') | src/frames.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/frames.h
diff --git a/src/frames.h b/src/frames.h
index 835386ea0c2fd08e4a8ef7aedff6db2f424d08a3..21ae04d6d879005552e915fa3be8a1189fd1b3bd 100644
--- a/src/frames.h
+++ b/src/frames.h
@@ -917,6 +917,11 @@ class JavaScriptFrame : public StandardFrame {
static void PrintTop(Isolate* isolate, FILE* file, bool print_args,
bool print_line_number);
+ static void CollectFunctionAndOffsetForICStats(JSFunction* function,
+ AbstractCode* code,
+ int code_offset);
+ static void CollectTopFrameForICStats(Isolate* isolate);
+
protected:
inline explicit JavaScriptFrame(StackFrameIteratorBase* iterator);
« no previous file with comments | « src/flag-definitions.h ('k') | src/frames.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698