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

Unified Diff: test/cctest/test-api.cc

Issue 2608883002: [builtins] Move several CodeStub-based ICs to builtins (Closed)
Patch Set: Created 4 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:
Download patch
« no previous file with comments | « test/cctest/cctest.status ('k') | test/cctest/test-code-stub-assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index 39c7fc56d08817513fb7f7dfdd821d990d855f6a..9acdb17fe3b75a725448bb22176935b31e7f792a 100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -22168,22 +22168,6 @@ void RecompileICStubs(i::Isolate* isolate) {
LoadGlobalICState(NOT_INSIDE_TYPEOF));
Recompile<LoadGlobalICTrampolineStub>(isolate,
LoadGlobalICState(INSIDE_TYPEOF));
-
- Recompile<LoadICStub>(isolate);
- Recompile<LoadICTrampolineStub>(isolate);
-
- Recompile<KeyedLoadICTFStub>(isolate);
- Recompile<KeyedLoadICTrampolineTFStub>(isolate);
-
- Recompile<StoreICStub>(isolate, StoreICState(SLOPPY));
- Recompile<StoreICTrampolineStub>(isolate, StoreICState(SLOPPY));
- Recompile<StoreICStub>(isolate, StoreICState(STRICT));
- Recompile<StoreICTrampolineStub>(isolate, StoreICState(STRICT));
-
- Recompile<KeyedStoreICTFStub>(isolate, StoreICState(SLOPPY));
- Recompile<KeyedStoreICTrampolineTFStub>(isolate, StoreICState(SLOPPY));
- Recompile<KeyedStoreICTFStub>(isolate, StoreICState(STRICT));
- Recompile<KeyedStoreICTrampolineTFStub>(isolate, StoreICState(STRICT));
}
} // namespace
« no previous file with comments | « test/cctest/cctest.status ('k') | test/cctest/test-code-stub-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698