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

Unified Diff: src/heap/objects-visiting.h

Issue 1217943004: Vector ICs: Introduce an InstanceType for the type feedback vector. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix for failing test. Created 5 years, 6 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/heap/objects-visiting.h
diff --git a/src/heap/objects-visiting.h b/src/heap/objects-visiting.h
index 1b788e893b7b23d0236d4acbe5e59ef61bee4f23..b1068198f1dcb59dfc60869ad617f075a8e2cd72 100644
--- a/src/heap/objects-visiting.h
+++ b/src/heap/objects-visiting.h
@@ -34,6 +34,7 @@ class StaticVisitorBase : public AllStatic {
V(FixedDoubleArray) \
V(FixedTypedArray) \
V(FixedFloat64Array) \
+ V(FeedbackVector) \
V(NativeContext) \
V(AllocationSite) \
V(DataObject2) \
« no previous file with comments | « src/heap/heap-inl.h ('k') | src/heap/objects-visiting.cc » ('j') | src/objects.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698