commit | 19a19cffd197a28ae4c9c3e59eff6352fd392241 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Oct 22 16:07:05 2014 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Oct 29 13:01:48 2014 +0000 |
tree | 265b971afd0e33afc8986317aea2f5a6fe817aec | |
parent | 7c049c1f34220b0dc1a7f68f3b30f388bae7bdb9 [diff] [blame] |
Add support for static fields in optimizing compiler. Change-Id: Id2f010589e2bd6faf42c05bb33abf6816ebe9fa9
diff --git a/compiler/utils/arm/assembler_arm.h b/compiler/utils/arm/assembler_arm.h index 14d48b7..c1ed6a2 100644 --- a/compiler/utils/arm/assembler_arm.h +++ b/compiler/utils/arm/assembler_arm.h
@@ -523,6 +523,9 @@ virtual void blx(Register rm, Condition cond = AL) = 0; virtual void bx(Register rm, Condition cond = AL) = 0; + // Memory barriers. + virtual void dmb(DmbOptions flavor) = 0; + void Pad(uint32_t bytes); // Macros.