summaryrefslogtreecommitdiff
path: root/runtime/base/mutex.h
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2018-01-22 20:56:35 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-01-22 20:56:35 +0000
commitc7ae623f113484f42facd560756b13f34f7eab68 (patch)
tree08adc53d0dbd76ea5a6034de95a50efea1b7d4e6 /runtime/base/mutex.h
parent5577295109a8af9f5bd31430670e5cbbc1a1e079 (diff)
parenta79efdb69350fa66e1beabed4499ef4d0e809785 (diff)
Merge "Fix quickening logic"
Diffstat (limited to 'runtime/base/mutex.h')
-rw-r--r--runtime/base/mutex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/base/mutex.h b/runtime/base/mutex.h
index 7077298ca9..d541b79a98 100644
--- a/runtime/base/mutex.h
+++ b/runtime/base/mutex.h
@@ -101,6 +101,7 @@ enum LockLevel {
kAllocatedThreadIdsLock,
kMonitorPoolLock,
kClassLinkerClassesLock, // TODO rename.
+ kDexToDexCompilerLock,
kJitCodeCacheLock,
kCHALock,
kSubtypeCheckLock,