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

Unified Diff: test/cctest/test-code-stub-assembler.cc

Issue 2608883002: [builtins] Move several CodeStub-based ICs to builtins (Closed)
Patch Set: Created 3 years, 12 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 | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-code-stub-assembler.cc
diff --git a/test/cctest/test-code-stub-assembler.cc b/test/cctest/test-code-stub-assembler.cc
index 72f18d815cd0975a713a3fa2b77e04755103b82a..85ff56f02b5a176a894de5783dc0fa9d1fd5e3cc 100644
--- a/test/cctest/test-code-stub-assembler.cc
+++ b/test/cctest/test-code-stub-assembler.cc
@@ -1782,14 +1782,6 @@ TEST(CodeStubAssemblerGraphsCorrectness) {
Recompile<LoadGlobalICStub>(isolate, LoadGlobalICState(NOT_INSIDE_TYPEOF));
Recompile<LoadGlobalICTrampolineStub>(isolate,
LoadGlobalICState(NOT_INSIDE_TYPEOF));
- Recompile<LoadICStub>(isolate);
- Recompile<LoadICTrampolineStub>(isolate);
- Recompile<KeyedLoadICTFStub>(isolate);
- Recompile<KeyedLoadICTrampolineTFStub>(isolate);
- Recompile<StoreICStub>(isolate, StoreICState(STRICT));
- Recompile<StoreICTrampolineStub>(isolate, StoreICState(STRICT));
- Recompile<KeyedStoreICTFStub>(isolate, StoreICState(STRICT));
- Recompile<KeyedStoreICTrampolineTFStub>(isolate, StoreICState(STRICT));
}
v8_isolate->Dispose();
}
« no previous file with comments | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698