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

Unified Diff: src/assembler.h

Issue 1817033002: [Interpreter] Add dispatch counters for each bytecode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@fix-abort
Patch Set: Created 4 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 | « 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 b6c48cf46f65f59244b9ae3f86262a0b8e903c8c..61d88b4b0345c33e64bcf3f14fc8117eb4eee03c 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -905,6 +905,8 @@ class ExternalReference BASE_EMBEDDED {
// ExternalReferenceTable in serialize.cc manually.
static ExternalReference interpreter_dispatch_table_address(Isolate* isolate);
+ static ExternalReference interpreter_handlers_dispatch_counters(
+ 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