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

Unified Diff: src/assembler.h

Issue 1828633003: [Interpreter] Enable tracing of bytecode handler dispatches. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@count-bc
Patch Set: Remove cumulative counters. Created 4 years, 8 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 | src/assembler.cc » ('j') | src/d8.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index 192d16b64d7ba8613d90b4b4ab7369426c0d7dde..b1f5b6bd62581966be0c5b995999804a81d88f77 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -909,6 +909,8 @@ class ExternalReference BASE_EMBEDDED {
// ExternalReferenceTable in serialize.cc manually.
static ExternalReference interpreter_dispatch_table_address(Isolate* isolate);
+ static ExternalReference interpreter_handler_to_handler_dispatch_counters(
rmcilroy 2016/04/08 11:24:43 interpreter_dispatch_counters should be fine (thro
Stefano Sanfilippo 2016/04/08 14:42:44 Done.
+ Isolate* isolate);
static ExternalReference incremental_marking_record_write_function(
Isolate* isolate);
« no previous file with comments | « no previous file | src/assembler.cc » ('j') | src/d8.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698