index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dalvikvm
/
dalvikvm.cc
Age
Commit message (
Expand
)
Author
2025-01-28
Allow ART internal libs to load libs in NATIVELOADER_DEFAULT_NAMESPACE_LIBS.
Martin Stjernholm
2021-05-27
Introduce `art::FastExit` to replace all uses of `quick_exit` in ART.
Roland Levillain
2021-05-07
Use `quick_exit` instead of `_exit` (except for error handling).
Roland Levillain
2020-04-13
Don't call exit() while threads may be running
Hans Boehm
2019-09-26
Disable leak detection locally.
Steven Moreland
2017-07-19
dalvikvm.cc: use proper nativehelper headers
Steven Moreland
2017-07-18
art: use proper nativehelper headers
Steven Moreland
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-21
Add AbstractMethod, Constructor, Method
Mathieu Chartier
2014-10-17
Fix error message to match the code.
Piotr Jastrzebski
2014-05-19
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-16
Add missing header necessary for libc++.
Ian Rogers
2014-05-15
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-04-16
Preparation for transition to libc++.
Ian Rogers
2014-02-25
Fix dalvikvm -help
Brian Carlstrom
2013-09-11
Add explicit dependency on algorithm
Kenny Root
2013-07-26
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-11
Let dalvikvm default based on persist.sys.dalvik.vm.lib
Brian Carlstrom
2013-06-20
Use libnativehelper to find JNI_CreateJavaVM
Brian Carlstrom
2013-06-18
Add missing dlclose
Brian Carlstrom
2013-06-17
Move to new art dalvikvm
Brian Carlstrom