summaryrefslogtreecommitdiffstats
path: root/runtime/native_bridge_art_interface.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Move JNI files to runtime/jni/ .Vladimir Marko2018-05-091-1/+1
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* ART: Replace base/logging with android-base/loggingAndreas Gampe2017-12-071-1/+1
* sigchain: limit use of SetHandlingSignal.Josh Gao2017-05-151-1/+9
* Revert^2: "Make sigchain actually own the signal chain.""Josh Gao2017-03-231-1/+1
* Revert "Make sigchain actually own the signal chain."Jin Qian2017-03-181-1/+1
* Make sigchain actually own the signal chain.Josh Gao2017-03-171-1/+1
* Merge "ART: Fix tidy warnings"Treehugger Robot2016-11-091-2/+2
|\
| * ART: Fix tidy warningsAndreas Gampe2016-11-081-2/+2
* | ART: Refactor jmethodID handlingAndreas Gampe2016-11-071-1/+2
|/
* Remove mirror:: and ArtMethod deps in utils.{h,cc}David Sehr2016-10-181-1/+2
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-3/+3
* ART: Convert pointer size to enumAndreas Gampe2016-08-011-2/+3
* Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror...Alex Light2015-12-161-17/+2
* Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"Alex Light2015-12-151-2/+17
* Combine direct_methods_ and virtual_methods_ fields of mirror::ClassAlex Light2015-12-141-17/+2
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-27/+20
* ART: Add support for special handlers in sigchainlibAndreas Gampe2015-05-281-1/+16
* Remove portable.Elliott Hughes2014-12-121-0/+1
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-021-3/+1
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-2/+2
* Merge "ART: More warnings"Andreas Gampe2014-11-051-4/+4
|\
| * ART: More warningsAndreas Gampe2014-11-041-4/+6
* | ART: Fix unused parameter warning on MacAndreas Gampe2014-11-041-0/+3
|/
* [native bridge] Add test to verify code_cache existance.Calin Juravle2014-10-241-1/+0
* [native bridge] Make sure we always unload the native bridgeCalin Juravle2014-10-231-2/+3
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-1/+1
* ART: Fix mac buildAndreas Gampe2014-09-261-0/+2
* ART: Update for split native bridge initializationjgu212014-09-231-0/+39
* [ART] Move to system/core native bridge libraryCalin Juravle2014-08-151-0/+94