index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
entrypoints
/
quick
/
quick_fillarray_entrypoints.cc
Age
Commit message (
Expand
)
Author
2024-01-12
Add visibility attributes in runtime/entrypoints
Dmitrii Ishcheikin
2024-01-10
Revert "Add visibility attributes in runtime/entrypoints and runtime/native"
Daniel Chapin
2024-01-05
Add visibility attributes in runtime/entrypoints and runtime/native
Dmitrii Ishcheikin
2019-12-04
Helpers and refactorings to prepare for interpreter optimizations (x64)
Nicolas Geoffray
2017-12-22
Make CodeItem fields private
Mathieu Chartier
2017-07-24
ART: Include cleanup
Andreas Gampe
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2014-10-20
Refactor quick entrypoints
Ian Rogers
2014-10-08
Don't copy fill array data to quick literal pool.
Ian Rogers
2014-05-29
ART: Use StackReference in Quick Stack Frame
Andreas Gampe
2014-02-06
Object model changes to support 64bit.
Ian Rogers
2013-08-13
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-07-30
Portable refactorings.
Ian Rogers
2013-07-29
Move assembler out of runtime into compiler/utils.
Ian Rogers