summaryrefslogtreecommitdiffstats
path: root/runtime/utils.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove object_utils.h.Ian Rogers2014-07-161-1/+1
* Break apart header files.Ian Rogers2014-07-151-5/+0
* ART: Change sprintf to snprintfAndreas Gampe2014-06-261-2/+4
* ART: Native support for multidexAndreas Gampe2014-06-251-0/+1
* More advanced timing loggers.Mathieu Chartier2014-06-241-21/+18
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-0/+2
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-8/+6
* Merge "Change FieldHelper to use a handle."Mathieu Chartier2014-06-061-4/+4
|\
| * Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-4/+4
* | Reduce header files including header files.Ian Rogers2014-06-061-0/+12
* | Fixed and refactored profiler options handlingCalin Juravle2014-06-061-19/+0
* | Clean up the sampling profilerCalin Juravle2014-06-061-0/+19
|/
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+3
* Follow up to "Add ISA directory to image and odex pathnames."Brian Carlstrom2014-05-191-3/+3
* Merge "Add ISA directory to image and odex pathnames."Brian Carlstrom2014-05-191-0/+31
|\
| * Add ISA directory to image and odex pathnames.Brian Carlstrom2014-05-161-0/+31
* | Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-5/+3
|/
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Automatically create non-/data dalvik-cache directoriesBrian Carlstrom2014-05-061-2/+4
* Fix errno checking for dalvik-cache creation.Narayan Kamath2014-05-011-1/+1
* Use instruction specific dalvik cache dirs.Narayan Kamath2014-05-011-10/+15
* Modify unwind to comply with stack parser tools.Christopher Ferris2014-04-181-27/+21
* 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