summaryrefslogtreecommitdiffstats
path: root/runtime/utils.h
Commit message (Expand)AuthorAgeFilesLines
* stdint types all the way!Ian Rogers2014-10-091-8/+8
* Header file clean up.Ian Rogers2014-10-081-24/+0
* ART: Better IllegalAccessException messageAndreas Gampe2014-09-291-0/+4
* ART: Only allow the zygote to create the global boot imageAndreas Gampe2014-09-181-1/+2
* Improve dex location canonicalization-related performance.Vladimir Marko2014-09-101-0/+13
* Reduce and speed-up class def searches.Ian Rogers2014-09-021-1/+1
* Actually ask the pthread implementation for the stack guard size.Elliott Hughes2014-08-281-1/+1
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-3/+5
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-5/+3
* Emit CFI for x86 & x86_64 JNI compiler.Tong Shen2014-08-051-0/+5
* Runtime can now be set to require relocationAlex Light2014-07-221-1/+12
* Merge "Disable adding main and non moving spaces to immune region in GSS"Mathieu Chartier2014-07-161-6/+4
|\
| * Disable adding main and non moving spaces to immune region in GSSMathieu Chartier2014-07-161-6/+4
* | Break apart header files.Ian Rogers2014-07-151-2/+1
|/
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+14
* Add patchoat tool to Art.Alex Light2014-07-071-0/+29
* ART: Rework Generic JNI, add ARM versionAndreas Gampe2014-07-011-0/+13
* ART: Native support for multidexAndreas Gampe2014-06-251-0/+1
* More advanced timing loggers.Mathieu Chartier2014-06-241-2/+3
* Add D/CHECK_CONSTEXPR macros for use in constexpr context.Vladimir Marko2014-06-111-3/+2
* Reduce header files including header files.Ian Rogers2014-06-061-12/+1
* Fixed and refactored profiler options handlingCalin Juravle2014-06-061-4/+0
* Clean up the sampling profilerCalin Juravle2014-06-061-0/+8
* Follow up to "Add ISA directory to image and odex pathnames."Brian Carlstrom2014-05-191-2/+2
* Add ISA directory to image and odex pathnames.Brian Carlstrom2014-05-161-0/+8
* Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-021-34/+33
* Use instruction specific dalvik cache dirs.Narayan Kamath2014-05-011-5/+8
* Modify unwind to comply with stack parser tools.Christopher Ferris2014-04-181-1/+1
* Centralize instruction-set pointer-size, alignment, 64b-width codeAndreas Gampe2014-04-141-0/+8
* backtrace: use Java stack to help decode nativeKenny Root2014-03-061-1/+3
* Remove some stray stringpiece.h includesBrian Carlstrom2014-02-271-1/+0
* Create CompilerOptionsBrian Carlstrom2014-02-241-0/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-11/+33
* Background compaction support.Mathieu Chartier2014-01-081-1/+1
* Compacting collector.Mathieu Chartier2013-11-111-1/+1
* Support hardware divide instructionDave Allison2013-11-051-3/+6
* Fix a DCHECK failure due to unmatching numbers of cards scanned.Hiroshi Yamauchi2013-11-051-0/+13
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-1/+1
* am 7c798419: am 7c3d13ae: Use file magic to determine file type, not file ext...Brian Carlstrom2013-10-041-5/+4
|\
| * Use file magic to determine file type, not file extension.Brian Carlstrom2013-10-031-5/+4
* | Remove some non-const references in utilsBrian Carlstrom2013-09-231-2/+2
|/
* Fix dumpsys meminfo for artAnwar Ghuloum2013-09-191-0/+1
* Fix non concurrent GC ergonomics.Mathieu Chartier2013-08-191-2/+2
* Fix sampling profiler to use thread's cpu clock.Jeff Hao2013-08-151-3/+0
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-6/+6
* GC data structures allocation trackingMathieu Chartier2013-07-251-0/+12
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-3/+3
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+375