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

Unified Diff: src/compiler/access-builder.cc

Issue 2520913002: [runtime] Rename {JSGeneratorObject::operand_stack} field. (Closed)
Patch Set: Created 4 years, 1 month 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/compiler/access-builder.h ('k') | src/compiler/js-typed-lowering.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/access-builder.cc
diff --git a/src/compiler/access-builder.cc b/src/compiler/access-builder.cc
index 540eb375b733f21540adc710f273d2c46d3741e3..d5a6f5c98d49887089cbe6faab2e3df9460ab8e5 100644
--- a/src/compiler/access-builder.cc
+++ b/src/compiler/access-builder.cc
@@ -167,9 +167,9 @@ FieldAccess AccessBuilder::ForJSGeneratorObjectInputOrDebugPos() {
}
// static
-FieldAccess AccessBuilder::ForJSGeneratorObjectOperandStack() {
+FieldAccess AccessBuilder::ForJSGeneratorObjectRegisterFile() {
FieldAccess access = {kTaggedBase,
- JSGeneratorObject::kOperandStackOffset,
+ JSGeneratorObject::kRegisterFileOffset,
Handle<Name>(),
Type::Internal(),
MachineType::AnyTagged(),
« no previous file with comments | « src/compiler/access-builder.h ('k') | src/compiler/js-typed-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698