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

Unified Diff: src/ic/ic.h

Issue 1332563003: Vector ICs: No more patching for call ics. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix x64 build break. Created 5 years, 3 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/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 6002d9291383819645f1b97f46549c3e5a402372..4ae59eaeec5991b515e5a40ddb1064f98c28d2d4 100644
--- a/src/ic/ic.h
+++ b/src/ic/ic.h
@@ -285,14 +285,8 @@ class CallIC : public IC {
DCHECK(nexus != NULL);
}
- void PatchMegamorphic(Handle<Object> function);
-
void HandleMiss(Handle<Object> function);
- // Returns true if a custom handler was installed.
- bool DoCustomHandler(Handle<Object> function,
- const CallICState& callic_state);
-
// Code generator routines.
static Handle<Code> initialize_stub(Isolate* isolate, int argc,
CallICState::CallType call_type);
« 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