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

Unified Diff: src/ic/ic.h

Issue 2033423002: [builtins] Turn LoadIC_Miss and LoadIC_Slow builtins to TurboFan code stubs. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@load-ic-stub-tf
Patch Set: Created 4 years, 6 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
Index: src/ic/ic.h
diff --git a/src/ic/ic.h b/src/ic/ic.h
index 85c84746ab6b290edc9e6eca4000f753e234337b..f0dd478ff08c57b4bcd4be293ccd9cf558c47035 100644
--- a/src/ic/ic.h
+++ b/src/ic/ic.h
@@ -300,9 +300,7 @@ class LoadIC : public IC {
static void Clear(Isolate* isolate, Code* host, LoadICNexus* nexus);
protected:
- Handle<Code> slow_stub() const {
- return isolate()->builtins()->LoadIC_Slow();
- }
+ Handle<Code> slow_stub() const;
// Update the inline cache and the global stub cache based on the
// lookup result.
« src/code-stubs.h ('K') | « src/ic/ia32/handler-compiler-ia32.cc ('k') | src/ic/ic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698