summaryrefslogtreecommitdiffstats
path: root/runtime/utils.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Change the stack dump format to be in line with debuggerdAndreas Gampe2015-07-231-2/+6
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-5/+8
* Fix mac build: include <sys/time.h> in time_utils.cc .Vladimir Marko2015-05-261-1/+0
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-178/+0
* Fix broken checks in IsValidPartOfMemberNameUtf8Slow.Narayan Kamath2015-05-071-21/+31
* Fix NanoSleep and add testMathieu Chartier2015-05-041-2/+2
* Let the map function compute the relative pc.Christopher Ferris2015-05-011-1/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-22/+22
* ART: Streaming trace modeAndreas Gampe2015-04-151-12/+38
* Move ArtField to nativeMathieu Chartier2015-04-101-2/+2
* Create OatFileAssistant class for assisting with oat files.Richard Uhler2015-03-091-17/+0
* Merge "Don't require three-character extensions for dex locations."Richard Uhler2015-03-021-5/+7
|\
| * Don't require three-character extensions for dex locations.Richard Uhler2015-02-261-5/+7
* | Revert "Revert "Re-enable one thread dumping the native stack of another.""Andreas Gampe2015-02-271-8/+0
|/
* Merge "ART: Print maps directly to log"Andreas Gampe2015-02-251-3/+56
|\
| * ART: Print maps directly to logAndreas Gampe2015-02-241-3/+56
* | Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-3/+3
* | Revert "Add JIT"Nicolas Geoffray2015-02-241-3/+3
* | Add JITMathieu Chartier2015-02-231-3/+3
|/
* Replace a few std::vector with ArenaVector in Mir2Lir.Vladimir Marko2015-02-191-7/+0
* Be more lenient with 4 byte UTF-8 sequences.Narayan Kamath2015-02-121-38/+63
* Support map data in the backtrace data structure.Christopher Ferris2015-02-061-4/+4
* ART: Take apart stream outputAndreas Gampe2015-01-261-2/+3
* ART: Only run addr2line in abort thread dumpsAndreas Gampe2015-01-151-1/+1
* Merge "Clean up some #ifdefs."Elliott Hughes2015-01-091-23/+12
|\
| * Clean up some #ifdefs.Elliott Hughes2015-01-091-23/+12
* | ART: Fix prefix issues in Addr2line dumpAndreas Gampe2015-01-091-11/+19
* | ART: Use addr2line on the host for DumpNativeStackAndreas Gampe2015-01-091-0/+79
* | ART: Fix Mac buildAndreas Gampe2015-01-081-1/+1
|/
* ART: Pass ucontext to Backtrace in Stack DumpAndreas Gampe2015-01-081-2/+2
* Revert "Re-enable one thread dumping the native stack of another."Ian Rogers2014-12-051-0/+8
* Re-enable one thread dumping the native stack of another.Ian Rogers2014-12-041-8/+0
* Remove FieldHelper.Ian Rogers2014-12-021-3/+2
* Re-enable DumpNativeStack.Ian Rogers2014-11-201-2/+9
* Disable DumpNativeStack.Ian Rogers2014-11-131-1/+2
* ART: Fix valgrindAndreas Gampe2014-11-061-0/+5
* Merge "ART: More warnings"Andreas Gampe2014-11-051-2/+2
|\
| * ART: More warningsAndreas Gampe2014-11-041-2/+2
* | Try to fix mac build.Nicolas Geoffray2014-11-041-0/+2
|/
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-13/+12
* stdint types all the way!Ian Rogers2014-10-091-3/+3
* 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