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

Unified Diff: src/ic/ic.h

Issue 1436493002: [builtins] Introduce specialized Call/CallFunction builtins. (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/builtins-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 3af460372b4055ac01cd8d1af49dce6a06e5a13e..47883b46af82912f687c1c3252605a202e4fcf15 100644
--- a/src/ic/ic.h
+++ b/src/ic/ic.h
@@ -286,9 +286,10 @@ class CallIC : public IC {
void HandleMiss(Handle<Object> function);
// Code generator routines.
- static Handle<Code> initialize_stub(Isolate* isolate, int argc);
- static Handle<Code> initialize_stub_in_optimized_code(Isolate* isolate,
- int argc);
+ static Handle<Code> initialize_stub(Isolate* isolate, int argc,
+ ConvertReceiverMode mode);
+ static Handle<Code> initialize_stub_in_optimized_code(
+ Isolate* isolate, int argc, ConvertReceiverMode mode);
static void Clear(Isolate* isolate, Code* host, CallICNexus* nexus);
};
« no previous file with comments | « src/ia32/builtins-ia32.cc ('k') | src/ic/ic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698