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

Unified Diff: src/code-stubs.cc

Issue 2608893002: [builtins] Move LoadGlobalICStub 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 | « src/code-stubs.h ('k') | src/ic/accessor-assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.cc
diff --git a/src/code-stubs.cc b/src/code-stubs.cc
index ace3e51250a6aa24d21c6f5c93c6d22fb4204c3c..812012c3dc66f7269baa2c36dd3417ad5b17a882 100644
--- a/src/code-stubs.cc
+++ b/src/code-stubs.cc
@@ -445,15 +445,6 @@ void LoadICProtoArrayStub::GenerateAssembly(CodeAssemblerState* state) const {
state, throw_reference_error_if_nonexistent());
}
-void LoadGlobalICStub::GenerateAssembly(CodeAssemblerState* state) const {
- AccessorAssembler::GenerateLoadGlobalIC(state, typeof_mode());
-}
-
-void LoadGlobalICTrampolineStub::GenerateAssembly(
- CodeAssemblerState* state) const {
- AccessorAssembler::GenerateLoadGlobalICTrampoline(state, typeof_mode());
-}
-
void ElementsTransitionAndStoreStub::GenerateAssembly(
compiler::CodeAssemblerState* state) const {
typedef CodeStubAssembler::Label Label;
« no previous file with comments | « src/code-stubs.h ('k') | src/ic/accessor-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698