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