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

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

Issue 1943743003: Revert of [turbofan] Restore basic write barrier elimination. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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 b36277e1b69ec1a6c570f32f33571c998a94e1a7..226456714dbbca91a64f9d53376a4988defd72a5 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -142,6 +142,12 @@
static ElementAccess ForTypedArrayElement(ExternalArrayType type,
bool is_external);
+ // ===========================================================================
+ // Access to global per-isolate variables (based on external reference).
+
+ // Provides access to the backing store of a StatsCounter.
+ static FieldAccess ForStatsCounter();
+
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