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