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

Unified Diff: src/code-stubs.cc

Issue 2595343002: [stubs] Port LoadFieldStub to TF (Closed)
Patch Set: Add abort reason 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:
View side-by-side diff with in-line comments
Download patch
Index: src/code-stubs.cc
diff --git a/src/code-stubs.cc b/src/code-stubs.cc
index 68650aeea4db0caeb73f67fb911a7cc70ce5d027..5777622b3a7337f23bf0a4314bcb8c68e9075648 100644
--- a/src/code-stubs.cc
+++ b/src/code-stubs.cc
@@ -1929,6 +1929,11 @@ void StoreGlobalStub::GenerateAssembly(
}
}
+void LoadFieldStub::GenerateAssembly(
+ compiler::CodeAssemblerState* state) const {
+ AccessorAssembler::GenerateLoadField(state);
+}
+
void KeyedLoadSloppyArgumentsStub::GenerateAssembly(
compiler::CodeAssemblerState* state) const {
typedef CodeStubAssembler::Label Label;

Powered by Google App Engine
This is Rietveld 408576698