summaryrefslogtreecommitdiffstats
path: root/runtime/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Do not abort on exception in CreatePeerAndreas Gampe2015-10-021-1/+16
* Get non proxy method for StackDumpVisitorMathieu Chartier2015-07-211-0/+1
* Follow up on CL 151605Sebastien Hertz2015-06-181-1/+45
* Fix nested deoptimization.Mingyao Yang2015-06-181-28/+43
* JDWP: asynchronous invoke command handlingSebastien Hertz2015-06-121-3/+2
* ART: Refactor Thread::InitAndreas Gampe2015-06-031-31/+64
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-78/+63
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Intercept JNI invocation of String.<init> methods.Jeff Hao2015-05-201-2/+4
* Merge "Insert a read barrier in the JNI bridge."Hiroshi Yamauchi2015-05-111-0/+1
|\
| * Insert a read barrier in the JNI bridge.Hiroshi Yamauchi2015-05-071-0/+1
* | Add a flag to StackVisitor for inlining.Nicolas Geoffray2015-05-111-9/+23
* | Check IsReferenceVReg during deoptMathieu Chartier2015-05-081-4/+0
|/
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+59
* Guard against name == null in ShortDumpMathieu Chartier2015-04-241-5/+5
* Fix reflection handling and test flakinessMathieu Chartier2015-04-231-3/+8
* Replace NULL with nullptrMathieu Chartier2015-04-221-10/+10
* Fix valgrind testsMathieu Chartier2015-04-141-0/+3
* Revert "ART: Turn of native stack dump on x86 on-device"Christopher Ferris2015-04-131-5/+0
* Move ArtField to nativeMathieu Chartier2015-04-101-7/+5
* Add support for nested method verifiersMathieu Chartier2015-04-091-6/+6
* ART: IRT refactorAndreas Gampe2015-04-091-1/+5
* Fix CC root visiting bugMathieu Chartier2015-04-071-1/+2
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-64/+64
* ART: Turn of native stack dump on x86 on-deviceAndreas Gampe2015-04-031-0/+5
* Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-0/+1
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-241-1/+0
* Deoptimization-based bce.Mingyao Yang2015-03-231-0/+1
* Compress the StackMaps.Nicolas Geoffray2015-03-201-3/+4
* Change method verifiers to be thread local rootsMathieu Chartier2015-03-131-0/+14
* API change in StackVisitor::GetVReg*.Nicolas Geoffray2015-03-131-3/+3
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-21/+8
* Merge "JDWP: allocate DebugInvokeReq only when requested"Sebastien Hertz2015-03-101-3/+17
|\
| * JDWP: allocate DebugInvokeReq only when requestedSebastien Hertz2015-03-091-3/+17
* | Use the current Java stack instead of the ThrowLocation.Nicolas Geoffray2015-03-091-6/+6
|/
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-43/+23
* Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-6/+7
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-1/+1
* Revert "Add JIT"Nicolas Geoffray2015-02-241-1/+1
* Add JITMathieu Chartier2015-02-231-1/+1
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-2/+0
* ART: Make run-tests more verboseAndreas Gampe2015-02-171-2/+2
* JDWP: allocate single step control only when activeSebastien Hertz2015-01-261-2/+18
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+53
* Enable core callee-save on x64.Nicolas Geoffray2015-01-211-0/+11
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-21/+22
* Merge "Clean up some #ifdefs."Elliott Hughes2015-01-091-2/+2
|\
| * Clean up some #ifdefs.Elliott Hughes2015-01-091-2/+2
* | Fix HandleScope with wrong thread errorMathieu Chartier2015-01-091-2/+3
|/
* Fix frequent gcstress ThreadStress crashMathieu Chartier2015-01-061-1/+4