summaryrefslogtreecommitdiffstats
path: root/runtime/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-38/+62
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-7/+10
* Move the glibc unlimited stack hack into GetThreadStack.Elliott Hughes2014-08-281-32/+1
* Actually ask the pthread implementation for the stack guard size.Elliott Hughes2014-08-281-22/+10
* Handle nested signalsDave Allison2014-08-271-0/+2
* Reduce interpret-only compile time.Mathieu Chartier2014-08-261-1/+3
* Merge "ART: Improve error message on oat writer failure"Andreas Gampe2014-08-261-0/+6
|\
| * ART: Improve error message on oat writer failureAndreas Gampe2014-08-261-0/+6
* | Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-0/+12
|/
* Workaround problem reading main stack on intel devices.Dave Allison2014-08-191-0/+11
* Merge stack usage reduction for overflow checksDave Allison2014-08-191-5/+6
* AttachCurrentThread should only warn on missing thread name if CheckJNI is en...Brian Carlstrom2014-08-181-0/+2
* ART: Do not recursively abort when visiting locks in a bad stateAndreas Gampe2014-08-181-1/+2
* ART: Fix mac buildAndreas Gampe2014-08-131-3/+1
* Reduce stack usage for overflow checksDave Allison2014-08-131-83/+68
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-25/+32
* ART: Clean up API after change 102631Andreas Gampe2014-07-251-6/+6
* ART: Fix wrong CHECK in GetCurrentLocationForThrowAndreas Gampe2014-07-251-6/+7
* Merge "ART: Relax CurrentMethodVisitor requirements on GetDexPC"Andreas Gampe2014-07-231-1/+4
|\
| * ART: Relax CurrentMethodVisitor requirements on GetDexPCAndreas Gampe2014-07-251-1/+4
* | Merge "ART: Throw StackOverflowError in native code"Andreas Gampe2014-07-211-4/+6
|\ \
| * | ART: Throw StackOverflowError in native codeAndreas Gampe2014-07-211-4/+6
| |/
* | Fix erroneous behaviors with OOME present.Ian Rogers2014-07-211-1/+1
|/
* Merge "Fix art test failures for Mips."Jeff Hao2014-07-161-0/+2
|\
| * Fix art test failures for Mips.Douglas Leung2014-07-151-0/+2
* | Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-17/+69
* | Remove object_utils.h.Ian Rogers2014-07-161-5/+5
|/
* Break apart header files.Ian Rogers2014-07-151-1/+2
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-73/+17
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-17/+73
* Missed use of android_atomic and thread state_.Ian Rogers2014-07-091-12/+5
* Move thread state to art::Atomic.Ian Rogers2014-07-091-2/+0
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-73/+17
* Add implicit null and stack checks for x86Dave Allison2014-07-091-17/+73
* BaseMutex::IsExclusiveHeld should only be called on self.Ian Rogers2014-07-071-2/+1
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-301-1/+0
* Weaken condition to dump a thread's stack in a debug build.Ian Rogers2014-06-241-3/+8
* Merge "Add more read barriers for JNI roots."Hiroshi Yamauchi2014-06-201-3/+1
|\
| * Add more read barriers for JNI roots.Hiroshi Yamauchi2014-06-201-3/+1
* | ART: Target-dependent stack overflow, less check elisionAndreas Gampe2014-06-181-3/+3
|/
* Merge "Remove deprecated WITH_HOST_DALVIK."Ian Rogers2014-06-101-1/+3
|\
| * Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-1/+3
* | Fix exception reporting from interpreterSebastien Hertz2014-06-111-1/+6
* | ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-101-1/+0
|/
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-13/+7
* Print mutexes held in Thread::Dump.Mathieu Chartier2014-06-041-0/+20
* ART: Fix forbidden thread state change in interpreterAndreas Gampe2014-06-041-0/+19
* Don't report down-calls as unhandled exceptions.Ian Rogers2014-05-301-10/+0
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-4/+9
* Add read barriers for the weak roots in the JNI weak globals.Hiroshi Yamauchi2014-05-291-2/+5