summaryrefslogtreecommitdiffstats
path: root/src/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-2241/+0
* Adding systrace logging to GCMathieu Chartier2013-06-271-0/+12
* Merge "Rename vmData" into dalvik-devAnwar Ghuloum2013-06-211-7/+7
|\
| * Rename vmDataAnwar Ghuloum2013-06-211-7/+7
* | GC clean up.Ian Rogers2013-06-211-4/+4
|/
* Improve LoggingAnwar Ghuloum2013-06-201-2/+15
* Add missing ENTRY_POINT_INFOs.Ian Rogers2013-06-101-0/+2
* Created compiled stubs in image.Jeff Hao2013-06-071-0/+2
* Always dump stacks if we're aborting.Ian Rogers2013-06-061-2/+3
* Merge "Various GCC 3.6 and clang build fixes." into dalvik-devIan Rogers2013-05-211-1/+3
|\
| * Various GCC 3.6 and clang build fixes.Ian Rogers2013-05-201-1/+3
* | Fix bug in OOME inside an OOME hampering run-test 061.Ian Rogers2013-05-201-1/+1
|/
* Removing remaining compiled stubs from image.Jeff Hao2013-04-261-2/+0
* Robustify Thread::DumpState.Ian Rogers2013-04-231-1/+1
* Removed compiled resolution trampoline.Jeff Hao2013-04-231-1/+0
* Thread tidying.Ian Rogers2013-04-181-2/+13
* Add bool to verifier to allow soft failures.Jeff Hao2013-04-161-1/+1
* Add some comments about thread dumping and suspension.Jeff Hao2013-04-121-0/+3
* Fix abort regression.Ian Rogers2013-04-091-7/+11
* Interpreter entries and instrumentation as a listener.Ian Rogers2013-04-081-137/+279
* Dump native stacks for all threads in native code.Elliott Hughes2013-04-051-1/+22
* Merge branch 'dalvik-dev' of https://googleplex-android.googlesource.com/a/pl...Brian Carlstrom2013-03-301-2/+1
|\
| * Remove use of compiled invoke stubs from portable.Jeff Hao2013-03-261-2/+1
* | Remove gcc-based tsan supportBrian Carlstrom2013-03-221-1/+0
|/
* Various performance improvements.Ian Rogers2013-03-181-32/+24
* Merge "Fix object verification." into dalvik-devIan Rogers2013-03-161-7/+4
|\
| * Fix object verification.Ian Rogers2013-03-161-7/+4
* | Changes to remove need for compiled invoke stubs for quick.Jeff Hao2013-03-151-1/+6
|/
* Remove Iceland.Ian Rogers2013-02-271-4/+4
* Fix JDWP ObjectRegistry lock ordering.Elliott Hughes2013-02-261-1/+1
* Clean up more of the JDWP request handling.Elliott Hughes2013-02-211-2/+2
* Move monitor related object routines to object-inl.hIan Rogers2013-02-201-3/+2
* Improve performance of JNI field operations.Ian Rogers2013-02-051-11/+1
* Performance improvements by removing a DMB and inlining.Ian Rogers2013-02-011-87/+1
* Directory restructuring of object.hIan Rogers2013-01-301-102/+116
* Refactor StackVisitor to take a Thread*.Ian Rogers2013-01-231-28/+25
* Remove kExceptionPending flag from thread and codegen.jeffhao2013-01-221-1/+0
* Proxy tidy up and extra asserts.Ian Rogers2013-01-131-4/+4
* Implement ThreadReference.OwnedMonitors.Elliott Hughes2013-01-101-2/+8
* Implement ObjectReference.MonitorInfo.Elliott Hughes2013-01-091-3/+3
* Fix and reenable lock dumping in stack dumps.Elliott Hughes2013-01-071-3/+7
* Support for deoptimization needed for debugging.Ian Rogers2013-01-021-10/+27
* Move mutex.h into base/mutex.h.Elliott Hughes2012-12-121-1/+1
* Merge "Support for SetVReg and add SetGPR." into dalvik-devIan Rogers2012-12-111-0/+1
|\
| * Support for SetVReg and add SetGPR.Mathieu Chartier2012-12-111-0/+1
* | Various fixes for JDWP.jeffhao2012-12-061-2/+3
|/
* Using gcmap instead of shadow frame.TDYa1272012-12-041-17/+34
* Intrinsic for java.lang.Thread.currentThread.Ian Rogers2012-12-011-0/+1
* Turn the thread peer_ into a Object*.Ian Rogers2012-11-301-60/+75
* Quick compiler: minor cleanupbuzbee2012-11-271-12/+0