summaryrefslogtreecommitdiff
path: root/runtime/native_bridge_art_interface.cc
AgeCommit message (Expand)Author
2024-03-26Rename enums.h/.cc to pointer_size.h/.cc. Santiago Aboy Solanes
2024-01-24Add visibility attributes in runtime/n* Dmitrii Ishcheikin
2020-01-21nativebridge: Add PreZygoteFork callback Lev Rumyantsev
2020-01-21nativebridge: Support app-zygote Lev Rumyantsev
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2018-01-05Create dex subdirectory David Sehr
2017-12-07ART: Replace base/logging with android-base/logging Andreas Gampe
2017-05-15sigchain: limit use of SetHandlingSignal. Josh Gao
2017-03-23Revert^2: "Make sigchain actually own the signal chain."" Josh Gao
2017-03-18Revert "Make sigchain actually own the signal chain." Jin Qian
2017-03-17Make sigchain actually own the signal chain. Josh Gao
2016-11-09Merge "ART: Fix tidy warnings" Treehugger Robot
2016-11-08ART: Fix tidy warnings Andreas Gampe
2016-11-07ART: Refactor jmethodID handling Andreas Gampe
2016-10-18Remove mirror:: and ArtMethod deps in utils.{h,cc} David Sehr
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2015-12-16Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror... Alex Light
2015-12-15Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" Alex Light
2015-12-14Combine direct_methods_ and virtual_methods_ fields of mirror::Class Alex Light
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-28ART: Add support for special handlers in sigchainlib Andreas Gampe
2014-12-12Remove portable. Elliott Hughes
2014-12-02Remove MethodHelper from the interpreter. Ian Rogers
2014-11-18Change 64 bit ArtMethod fields to be pointer sized Mathieu Chartier
2014-11-05Merge "ART: More warnings" Andreas Gampe
2014-11-04ART: More warnings Andreas Gampe
2014-11-04ART: Fix unused parameter warning on Mac Andreas Gampe
2014-10-24[native bridge] Add test to verify code_cache existance. Calin Juravle
2014-10-23[native bridge] Make sure we always unload the native bridge Calin Juravle
2014-09-29ART: Fix some -Wpedantic errors Andreas Gampe
2014-09-26ART: Fix mac build Andreas Gampe
2014-09-23ART: Update for split native bridge initialization jgu21
2014-08-15[ART] Move to system/core native bridge library Calin Juravle