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

Unified Diff: runtime/vm/object.h

Issue 2178693002: Revert "Add new atomic operations and use them in two places." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 | « runtime/vm/atomic_win.h ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index be297390aee4d4e533216ade7a0be15361b4a7ce..27933e3e7621363344752d132e0f08e3cc8f8652 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -646,11 +646,6 @@ class Object {
raw()->StorePointer(addr, value);
}
- template<typename type>
- void AtomicStorePointer(type const* addr, type value) const {
- raw()->AtomicStorePointer(addr, value);
- }
-
// Store a range of pointers [from, from + count) into [to, to + count).
// TODO(koda): Use this to fix Object::Clone's broken store buffer logic.
void StorePointers(RawObject* const* to,
« no previous file with comments | « runtime/vm/atomic_win.h ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698