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

Unified Diff: src/ic/ic.h

Issue 1407373007: Remove CallFunctionStub, always call through the Call builtin (also from CallIC) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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/ia32/code-stubs-ia32.cc ('k') | src/ic/ic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic/ic.h
diff --git a/src/ic/ic.h b/src/ic/ic.h
index 907631cbfefe188684b3966e5b4c1308e23fae7b..3af460372b4055ac01cd8d1af49dce6a06e5a13e 100644
--- a/src/ic/ic.h
+++ b/src/ic/ic.h
@@ -286,10 +286,9 @@ class CallIC : public IC {
void HandleMiss(Handle<Object> function);
// Code generator routines.
- static Handle<Code> initialize_stub(Isolate* isolate, int argc,
- CallICState::CallType call_type);
- static Handle<Code> initialize_stub_in_optimized_code(
- Isolate* isolate, int argc, CallICState::CallType call_type);
+ static Handle<Code> initialize_stub(Isolate* isolate, int argc);
+ static Handle<Code> initialize_stub_in_optimized_code(Isolate* isolate,
+ int argc);
static void Clear(Isolate* isolate, Code* host, CallICNexus* nexus);
};
« no previous file with comments | « src/ia32/code-stubs-ia32.cc ('k') | src/ic/ic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698