summaryrefslogtreecommitdiff
path: root/runtime/scoped_thread_state_change.h
AgeCommit message (Expand)Author
2024-01-31Add visibility attributes in runtime/s* Dmitrii Ishcheikin
2021-11-25Always access Thread state and flags as 32-bit location. Vladimir Marko
2019-07-24ART: Fix ScopedThreadStateChange assert Andreas Gampe
2018-12-06ART: Move to using locks.h instead of mutex.h Andreas Gampe
2017-12-22Extensions to check JNI. Ian Rogers
2017-04-21ART: Add object-readbarrier-inl.h Andreas Gampe
2017-03-08Inlining a few small methods based on profiling dex2oat with perf. Mingyao Yang
2017-02-22ART: Remove ObjPtr kPoison template parameter Andreas Gampe
2017-02-03ART: Refactor verify_object.h Andreas Gampe
2016-11-08ART: Refactor jfieldID handling Andreas Gampe
2016-11-07ART: Refactor jmethodID handling Andreas Gampe
2016-10-05Change indirect reference table to use ObjPtr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2015-09-03Add ScopedThreadSuspension Mathieu Chartier
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-08Check IsReferenceVReg during deopt Mathieu Chartier
2015-05-04Delete invalid DCHECK Mathieu Chartier
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-10Move ArtField to native Mathieu Chartier
2015-01-23More of the concurrent copying collector. Hiroshi Yamauchi
2014-08-08Wire up check JNI force copy mode. Ian Rogers
2014-07-29Add GcRoot to clean up and enforce read barriers. Hiroshi Yamauchi
2014-06-20Add more read barriers for JNI roots. Hiroshi Yamauchi
2014-06-06Reduce header files including header files. Ian Rogers
2014-05-19Don't get and restore thread state for ScopedFastNativeObjectAccess. Mathieu Chartier
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier
2014-04-24Clean up ScopedThreadStateChange + Get/SetPrimtiveArrayRegion Mathieu Chartier
2014-04-22Remove support for app JNI workarounds. Ian Rogers
2014-03-14Refactor reflective method invocation. Ian Rogers
2014-03-07Add more VerifyObject calls. Mathieu Chartier
2014-02-24Avoid std::string allocations for finding an array class. Ian Rogers
2014-02-21Fix and optimize verify object. Mathieu Chartier
2013-11-11Compacting collector. Mathieu Chartier
2013-10-20Fast JNI support. Ian Rogers
2013-09-20Re-enable concurrent system weak sweeping. Mathieu Chartier
2013-08-13Refactor java.lang.reflect implementation Brian Carlstrom
2013-07-29Fix NewLocalRef to use AddLocalReference. Elliott Hughes
2013-07-26Fix cpplint whitespace/comments issues Brian Carlstrom
2013-07-17Fix multiple inclusion guards to match new pathnames Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom