summaryrefslogtreecommitdiff
path: root/compiler/utils/arm/assembler_thumb2.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2014-10-29 13:02:55 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-10-29 13:02:56 +0000
commitcc4337139de2786bb9038789fb8e3f93697c191c (patch)
tree265b971afd0e33afc8986317aea2f5a6fe817aec /compiler/utils/arm/assembler_thumb2.h
parent7c049c1f34220b0dc1a7f68f3b30f388bae7bdb9 (diff)
parent19a19cffd197a28ae4c9c3e59eff6352fd392241 (diff)
Merge "Add support for static fields in optimizing compiler."
Diffstat (limited to 'compiler/utils/arm/assembler_thumb2.h')
-rw-r--r--compiler/utils/arm/assembler_thumb2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/utils/arm/assembler_thumb2.h b/compiler/utils/arm/assembler_thumb2.h
index 9e7d394555..b26173fe28 100644
--- a/compiler/utils/arm/assembler_thumb2.h
+++ b/compiler/utils/arm/assembler_thumb2.h
@@ -259,6 +259,9 @@ class Thumb2Assembler FINAL : public ArmAssembler {
void CompareAndBranchIfZero(Register r, Label* label) OVERRIDE;
void CompareAndBranchIfNonZero(Register r, Label* label) OVERRIDE;
+ // Memory barriers.
+ void dmb(DmbOptions flavor) OVERRIDE;
+
// Macros.
// Add signed constant value to rd. May clobber IP.
void AddConstant(Register rd, int32_t value, Condition cond = AL) OVERRIDE;