index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
thread_state.h
Age
Commit message (
Expand
)
Author
2024-03-16
Do not handle suspension request in StartGC
Hans Boehm
2024-02-01
Add visibility attributes in runtime/t*
Dmitrii Ishcheikin
2021-11-25
Always access Thread state and flags as 32-bit location.
Vladimir Marko
2020-06-11
Clean up generated operator<<(os, enum).
Vladimir Marko
2019-05-15
Add thread state descriptive comment
Hans Boehm
2019-03-27
Revert "Revert "Change state to waiting during aborting the VM""
Koji Fukui
2019-03-19
Revert "Change state to waiting during aborting the VM"
Nicolas Geoffray
2019-03-18
Change state to waiting during aborting the VM
Koji Fukui
2019-01-09
ART: Use iosfwd more
Andreas Gampe
2017-09-14
Add support for JVMTI monitor events.
Alex Light
2015-08-27
Synchronize JNI critical calls with the CC collector thread flip.
Hiroshi Yamauchi
2015-08-04
Address some comments and clean up
Mathieu Chartier
2015-07-17
Change intern table to not use WaitHoldingLocks
Mathieu Chartier
2015-05-12
Hold heap bitmap lock in Heap::GetObjectsAllocated
Mathieu Chartier
2015-01-20
Clean up the locks around Heap::VisitObjects().
Hiroshi Yamauchi
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-07-09
Fix method tracing from command-line
Sebastien Hertz
2014-01-13
Selective deoptimization.
Sebastien Hertz
2014-01-07
Add sampling profiler
Dave Allison
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