summaryrefslogtreecommitdiffstats
path: root/runtime/Android.mk
diff options
context:
space:
mode:
authorHiroshi Yamauchi <yamauchi@google.com>2015-01-30 16:25:12 -0800
committerHiroshi Yamauchi <yamauchi@google.com>2015-01-30 17:58:54 -0800
commitd25f84250700c35f006d5a1d295231af174c3734 (patch)
treef296729f989ceebc1e201eb6f543644c3e9a5919 /runtime/Android.mk
parent763abfd0d803f8169e97d3da944043c2464aac0a (diff)
downloadart-d25f84250700c35f006d5a1d295231af174c3734.tar.gz
art-d25f84250700c35f006d5a1d295231af174c3734.tar.bz2
art-d25f84250700c35f006d5a1d295231af174c3734.zip
Clean up enums in RegionSpace.
Split enum RegionState into two enums, RegionState and RegionType. Merge the latter with SubSpaceType. Use RefToRegionUnlocked in RegionSpace::AddLiveBytes. Turn some CHECKs into DCHECKs. Improve the Ritz EAAC run time and the GC time by ~20%. Bug: 12687968 Change-Id: Icdb8ab3e9ec2a1eefc8c9a2e4bb19befcf2562a6
Diffstat (limited to 'runtime/Android.mk')
-rw-r--r--runtime/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/Android.mk b/runtime/Android.mk
index 8a4b8c0b21..78c692df9a 100644
--- a/runtime/Android.mk
+++ b/runtime/Android.mk
@@ -300,6 +300,7 @@ LIBART_ENUM_OPERATOR_OUT_HEADER_FILES := \
gc/collector/gc_type.h \
gc/allocator_type.h \
gc/collector_type.h \
+ gc/space/region_space.h \
gc/space/space.h \
gc/heap.h \
instrumentation.h \