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