OSDN Git Service

Improve documentation and assertions of read barrier instrumentation.
authorRoland Levillain <rpl@google.com>
Fri, 22 Jan 2016 11:57:25 +0000 (11:57 +0000)
committerRoland Levillain <rpl@google.com>
Fri, 22 Jan 2016 11:57:25 +0000 (11:57 +0000)
commit95e7ffc28ea4d6deba356e636b16120ae49b62e2
treef365f762a4ff46042871b86b96c112d6f1c8d624
parentc24b8df48be848af1f4cb54e9caef2b7d6afe680
Improve documentation and assertions of read barrier instrumentation.

For ARM, x86, x86-64 back ends.  The case of the ARM64 back
end is already handled in
https://android-review.googlesource.com/#/c/197870/.

Bug: 12687968
Change-Id: I6df1128cc100cbdb89020876e1a54de719508be3
compiler/optimizing/code_generator_arm.cc
compiler/optimizing/code_generator_arm.h
compiler/optimizing/code_generator_x86.cc
compiler/optimizing/code_generator_x86.h
compiler/optimizing/code_generator_x86_64.cc
compiler/optimizing/code_generator_x86_64.h