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

Unified Diff: src/type-info.h

Issue 2147213004: Revert of [ic] [stubs] Don't use Code::flags in megamorphic stub cache hash computations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@split-stub-cache
Patch Set: Created 4 years, 5 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 | « src/ic/x87/stub-cache-x87.cc ('k') | src/type-info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/type-info.h
diff --git a/src/type-info.h b/src/type-info.h
index 4e8dc54d023abe6d9e1ae639c7d222703f85136b..b61c17e7e70c79e64eadceb4e0ccac693523c7b4 100644
--- a/src/type-info.h
+++ b/src/type-info.h
@@ -97,9 +97,11 @@
private:
void CollectReceiverTypes(StubCache* stub_cache, FeedbackVectorSlot slot,
- Handle<Name> name, SmallMapList* types);
+ Handle<Name> name, Code::Flags flags,
+ SmallMapList* types);
void CollectReceiverTypes(StubCache* stub_cache, FeedbackNexus* nexus,
- Handle<Name> name, SmallMapList* types);
+ Handle<Name> name, Code::Flags flags,
+ SmallMapList* types);
// Returns true if there is at least one string map and if
// all maps are string maps.
« no previous file with comments | « src/ic/x87/stub-cache-x87.cc ('k') | src/type-info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698