summaryrefslogtreecommitdiffstats
path: root/runtime/utils.cc
Commit message (Expand)AuthorAgeFilesLines
* Unify 64bit int constant definitions.Ian Rogers2014-03-101-7/+7
* Use GetEntryPointFromQuickCompiledCode instead of GetQuickOatCodeOffsetBrian Carlstrom2014-03-071-3/+7
* backtrace: use Java stack to help decode nativeKenny Root2014-03-061-2/+12
* backtrace: trim of unneeded slash from solibKenny Root2014-03-051-1/+1
* Avoid tripping up debuggered with the fatal crash abortBrian Carlstrom2014-02-271-2/+2
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-1/+1
* Move waitpid(2) includes to art::Exec implementationBrian Carlstrom2014-02-251-0/+2
* Avoid going through char* for std::string APIBrian Carlstrom2014-02-251-4/+5
* Create CompilerOptionsBrian Carlstrom2014-02-241-0/+53
* Object model changes to support 64bit.Ian Rogers2014-02-061-15/+15
* Change to support new BacktraceMap.Christopher Ferris2014-01-161-16/+16
* Make fast JNI part of pretty method output.Ian Rogers2014-01-101-1/+4
* Background compaction support.Mathieu Chartier2014-01-081-5/+8
* Update Backtrace::Create to use new define.Christopher Ferris2013-11-121-1/+1
* Support hardware divide instructionDave Allison2013-11-051-0/+29
* am 7b5f0cf0: Use libbacktrace instead of libcorkscrew.Christopher Ferris2013-11-051-75/+20
|\
| * Use libbacktrace instead of libcorkscrew.Christopher Ferris2013-11-041-75/+20
* | Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-5/+5
* | am 19a08360: Fix dumpsys meminfo for artBrian Carlstrom2013-10-161-1/+1
|\ \ | |/
| * Fix dumpsys meminfo for artBrian Carlstrom2013-10-161-1/+1
* | am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type,...Brian Carlstrom2013-10-041-18/+10
|\ \ | |/
| * am 7c798419: am 7c3d13ae: Use file magic to determine file type, not file ext...Brian Carlstrom2013-10-041-18/+10
| |\
| | * Use file magic to determine file type, not file extension.Brian Carlstrom2013-10-031-18/+10
* | | Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-261-9/+13
* | | am 2921201d: Remove some non-const references in utilsBrian Carlstrom2013-09-241-11/+11
|\ \ \ | |/ /
| * | Remove some non-const references in utilsBrian Carlstrom2013-09-231-11/+11
| |/
* | Move hot utf routines into -inl.h.Ian Rogers2013-09-231-1/+1
|/
* Fix dumpsys meminfo for artAnwar Ghuloum2013-09-191-1/+5
* Fix sampling profiler to use thread's cpu clock.Jeff Hao2013-08-151-11/+0
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-0/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-7/+6
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-17/+17
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+1237