summaryrefslogtreecommitdiffstats
path: root/runtime/utils.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Better IllegalAccessException messageAndreas Gampe2014-09-291-0/+29
* Optimize get/set reflection performanceMathieu Chartier2014-09-261-4/+4
* ART: Only allow the zygote to create the global boot imageAndreas Gampe2014-09-181-2/+4
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-6/+8
* Reduce and speed-up class def searches.Ian Rogers2014-09-021-2/+2
* Merge "Move the glibc unlimited stack hack into GetThreadStack."Elliott Hughes2014-08-281-0/+25
|\
| * Move the glibc unlimited stack hack into GetThreadStack.Elliott Hughes2014-08-281-0/+25
* | Fix an assert failure in art::DumpNativeStack().Hiroshi Yamauchi2014-08-281-5/+3
|/
* Actually ask the pthread implementation for the stack guard size.Elliott Hughes2014-08-281-1/+8
* Kill HAVE_ANDROID_PTHREAD_SETNAME_NP.Elliott Hughes2014-08-201-1/+1
* bionic has always had gettid.Elliott Hughes2014-08-201-1/+2
* ART source line debug info in OAT filesYevgeny Rouban2014-08-151-12/+2
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-15/+27
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-0/+5
* Emit CFI for x86 & x86_64 JNI compiler.Tong Shen2014-08-051-0/+25
* Make system use patchoat to relocate during runtime.Alex Light2014-08-051-1/+1
* Runtime can now be set to require relocationAlex Light2014-07-221-7/+52
* 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