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

Unified Diff: src/stub-cache.h

Issue 13552003: Add extra flag for load-ic stubs in code cache. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | « src/objects.h ('k') | src/stub-cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/stub-cache.h
diff --git a/src/stub-cache.h b/src/stub-cache.h
index 673cb1b46fef8cf8b40acfdd44976de3af57adb8..bca3b7bca4050296c1aec7bd3e5be1fbe02c02a2 100644
--- a/src/stub-cache.h
+++ b/src/stub-cache.h
@@ -85,10 +85,10 @@ class StubCache {
Handle<Code> FindHandler(
Handle<Name> name,
+ Handle<JSObject> receiver,
Handle<JSObject> stub_holder,
Code::Kind kind,
- Code::StubType type,
- Code::ExtraICState extra_state = Code::kNoExtraICState);
+ Code::StubType type);
Handle<Code> ComputeMonomorphicIC(Handle<JSObject> receiver,
Handle<Code> handler,
« no previous file with comments | « src/objects.h ('k') | src/stub-cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698