Index: src/compiler/access-builder.h |
diff --git a/src/compiler/access-builder.h b/src/compiler/access-builder.h |
index 26fe814652cfc9077b42c3618938437ceaace831..d4d319c5e73e973f00078ec30e0f3c62a457e7c7 100644 |
--- a/src/compiler/access-builder.h |
+++ b/src/compiler/access-builder.h |
@@ -71,6 +71,12 @@ class AccessBuilder final : public AllStatic { |
// Provides access to the TypeFeedbackVector in SharedFunctionInfo. |
static FieldAccess ForSharedFunctionInfoTypeFeedbackVector(); |
+ // 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); |
}; |