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

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

Issue 2312703002: [turbofan] Use MachineRepresentation for PropertyCell access. (Closed)
Patch Set: nit. Created 4 years, 3 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 | « no previous file | src/compiler/access-builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/access-builder.h
diff --git a/src/compiler/access-builder.h b/src/compiler/access-builder.h
index 6a06f25eaec69fb6c59e1d20cfb7e97b1373148e..7cc1fe18bd03104c8eafe51cf21ca15e319ddacf 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -195,10 +195,6 @@ class AccessBuilder final : public AllStatic {
// Provides access to Context slots.
static FieldAccess ForContextSlot(size_t index);
- // Provides access to PropertyCell::value() field.
- static FieldAccess ForPropertyCellValue();
- static FieldAccess ForPropertyCellValue(Type* type);
-
// Provides access to ContextExtension fields.
static FieldAccess ForContextExtensionScopeInfo();
static FieldAccess ForContextExtensionExtension();
« no previous file with comments | « no previous file | src/compiler/access-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698