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

Unified Diff: src/stub-cache.h

Issue 8883011: Implement ICs for constructor calls. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years 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-inl.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 cc42e05fa451a671cce928efc891250c39394080..345f0c08cf0f9528afa4e393bc4d3e95fd57e59d 100644
--- a/src/stub-cache.h
+++ b/src/stub-cache.h
@@ -210,7 +210,7 @@ class StubCache {
Handle<Code> ComputeCallInitialize(int argc, RelocInfo::Mode mode);
- Handle<Code> ComputeKeyedCallInitialize(int argc);
+ Handle<Code> ComputeKeyedCallInitialize(int argc, RelocInfo::Mode mode);
Handle<Code> ComputeCallPreMonomorphic(int argc,
Code::Kind kind,
@@ -220,7 +220,9 @@ class StubCache {
Code::Kind kind,
Code::ExtraICState state);
- Handle<Code> ComputeCallArguments(int argc, Code::Kind kind);
+ Handle<Code> ComputeCallArguments(int argc,
+ Code::Kind kind,
+ Code::ExtraICState state);
Handle<Code> ComputeCallMegamorphic(int argc,
Code::Kind kind,
« no previous file with comments | « src/objects-inl.h ('k') | src/stub-cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698