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

Unified Diff: src/objects.h

Issue 2912773002: Rename "NoBarrier" memory operations to "Relaxed". (Closed)
Patch Set: comment Created 3 years, 7 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 | « src/log.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index db3c6ffc93fffed816f6204eacb351c5cfd0b339..174e28cb73b10f73ba2dbceadc451dbe30bb75e7 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -3389,8 +3389,8 @@ class FreeSpace: public HeapObject {
inline int size() const;
inline void set_size(int value);
- inline int nobarrier_size() const;
- inline void nobarrier_set_size(int value);
+ inline int relaxed_read_size() const;
+ inline void relaxed_write_size(int value);
inline int Size();
« no previous file with comments | « src/log.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698