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