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

Unified Diff: src/objects.h

Issue 1772403002: [Interpreter] Log code-creation events for bytecode handlers. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review. 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
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 43bbecd6164fd45b8ce57d2dbf4d5759accf533c..145c8d5a20c6df900f2a8da8fd7ea86e9dee8f04 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -4875,6 +4875,7 @@ class Code: public HeapObject {
#define NON_IC_KIND_LIST(V) \
V(FUNCTION) \
V(OPTIMIZED_FUNCTION) \
+ V(BYTECODE_HANDLER) \
V(STUB) \
V(HANDLER) \
V(BUILTIN) \
« no previous file with comments | « src/log.cc ('k') | src/snapshot/code-serializer.cc » ('j') | src/snapshot/code-serializer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698