summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler.h
Commit message (Collapse)AuthorAgeFilesLines
* Only do some checks when compiling against the core image.Nicolas Geoffray2015-06-251-0/+5
| | | | | | | | This will avoid false negatives when running dex2oatd on apks. bug:21865473 Change-Id: Id8eacaefae0bcf07a2ada8aedd7951854cdb5c4f
* Add more compilation stats to optimizingCalin Juravle2014-12-101-1/+1
| | | | | | | | | Optimizing is getting closer to have full coverage and this provides a nice overview on why certain methods are not compiled/optimized. Also, clean up some of the builder methods. Change-Id: Id2f31441a788b797b0efea7ec78bee27bb654186
* ART: Clean up compilerAndreas Gampe2014-08-221-0/+29
Clean up the compiler: less extern functions, dis-entangle compilers, hide some compiler specifics, lower global includes. Change-Id: Ibaf88d02505d86994d7845cf0075be5041cc8438