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

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

Issue 1512243003: [turbofan] Remove FP-based AccessBuilder functions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-access-builder-name
Patch Set: Rebased. Created 5 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
« 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 4c24a311c7464489d7a9dba2550a998e560cbd65..c4b734d2d26c221344f16befcdd240b514b9ad41 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -121,15 +121,6 @@ class AccessBuilder final : public AllStatic {
// Provides access to the backing store of a StatsCounter.
static FieldAccess ForStatsCounter();
- // ===========================================================================
- // Access to activation records on the stack (based on frame pointer).
-
- // Provides access to the next frame pointer in a stack frame.
- static FieldAccess ForFrameCallerFramePtr();
-
- // Provides access to the marker in a stack frame.
- static FieldAccess ForFrameMarker();
-
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(AccessBuilder);
};
« 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