index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
native
/
dalvik_system_VMStack.cc
Age
Commit message (
Expand
)
Author
2021-09-04
Improve suspension timeout diagnostic and fix race
Hans Boehm
2020-05-05
Clean up internal stack trace construction.
Vladimir Marko
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-09-07
ART: Continue adding override annotations
Andreas Gampe
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2018-01-08
ART: Add support for VMStack.getAnnotatedStackTrace
Andreas Gampe
2017-12-27
ART: Refactor VMStack code
Andreas Gampe
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-13
Add Jvmti Suspend/ResumeThread functions
Alex Light
2017-06-30
Add SuspendReason enum and change Suspension functions.
Alex Light
2017-06-01
ART: Move RegisterNatives helper
Andreas Gampe
2017-05-30
ART: More header cleanup - jni_internal.h
Andreas Gampe
2017-02-21
jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.
Igor Murashkin
2017-02-14
Add a DCHECK in thread::GetPeer.
Nicolas Geoffray
2017-01-12
Avoid suspending heap task thread for getting stack traces
Mathieu Chartier
2016-10-17
Move art/native to 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-11
Add and use ScopedSuspendAll
Mathieu Chartier
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-11
Add a flag to StackVisitor for inlining.
Nicolas Geoffray
2015-04-21
Class.forName(..., ..., null) fixes
Brian Carlstrom
2014-11-12
Modify the behavior of thread suspend shootouts.
Ian Rogers
2014-11-04
ART: More warnings
Andreas Gampe
2014-08-28
Fix issue with Thread.setName hanging after Thread.start
Brian Carlstrom
2014-08-14
ART: Fix another potential N-th visitor issue
Andreas Gampe
2014-08-13
ART: Tolerate shallow call stack in VMStack_getCallingClassLoader
Andreas Gampe
2014-07-17
Avoid race in single thread suspension.
Ian Rogers
2014-04-02
Cleanup transaction support
Sebastien Hertz
2014-03-14
Refactor reflective method invocation.
Ian Rogers
2014-02-06
Object model changes to support 64bit.
Ian Rogers
2013-10-20
Fast JNI support.
Ian Rogers
2013-10-02
Inflate contended lock word by suspending owner.
Ian Rogers
2013-08-13
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom