diff options
author | Orion Hodson <oth@google.com> | 2018-01-03 11:47:54 +0000 |
---|---|---|
committer | Orion Hodson <oth@google.com> | 2018-01-03 12:45:40 +0000 |
commit | 4557b3858a66aa20e42bce937e1f0620aad880a2 (patch) | |
tree | 8f34d8f014b11f17c6351bb955fcc74c940b8d16 /compiler/optimizing/graph_visualizer.cc | |
parent | 90f20973356900e340998e8e2b34230e5c4c8fb0 (diff) |
ART: Rename Atomic::CompareExchange methods
Renames Atomic::CompareExchange methods to Atomic::CompareAndSet
equivalents. These methods return a boolean and do not get the witness
value. This makes space for Atomic::CompareAndExchange methods in a
later commit that will return a boolean and get the witness value.
This is pre-work for VarHandle accessors which require both forms.
Bug: 65872996
Test: art/test.py --host -j32
Change-Id: I9c691250e5556cbfde7811381b06d2920247f1a1
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions