summaryrefslogtreecommitdiffstats
path: root/runtime/scoped_thread_state_change.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-8/+3
* Check IsReferenceVReg during deoptMathieu Chartier2015-05-081-0/+1
* Delete invalid DCHECKMathieu Chartier2015-05-041-5/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-9/+9
* Move ArtField to nativeMathieu Chartier2015-04-101-8/+4
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+1
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-1/+6
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-0/+1
* Add more read barriers for JNI roots.Hiroshi Yamauchi2014-06-201-2/+4
* Reduce header files including header files.Ian Rogers2014-06-061-0/+1
* Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-191-50/+80
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-1/+1
* Clean up ScopedThreadStateChange + Get/SetPrimtiveArrayRegionMathieu Chartier2014-04-241-10/+5
* Remove support for app JNI workarounds.Ian Rogers2014-04-221-1/+1
* Refactor reflective method invocation.Ian Rogers2014-03-141-22/+1
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-2/+0
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-2/+3
* Fix and optimize verify object.Mathieu Chartier2014-02-211-3/+2
* Compacting collector.Mathieu Chartier2013-11-111-19/+10
* Fast JNI support.Ian Rogers2013-10-201-9/+4
* Re-enable concurrent system weak sweeping.Mathieu Chartier2013-09-201-8/+0
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-6/+6
* Fix NewLocalRef to use AddLocalReference.Elliott Hughes2013-07-291-7/+2
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+309