summaryrefslogtreecommitdiff
path: root/compiler/utils/jni_macro_assembler_test.h
AgeCommit message (Expand)Author
2023-06-21Remove CodeAllocator and the extra copy of generated code. Nicolas Geoffray
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2022-11-09Make compiler/utils/ symbols hidden. Vladimir Marko
2022-06-20Fix modernize-use-using clang-tidy issues Stefano Cianciulli
2020-07-09Rewrite assembler_test_base.h David Srbecky
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-04-04Separate Malloc and MemMap ArenaPools David Sehr
2017-11-08cpplint: Cleanup errors Igor Murashkin
2017-10-11Use ScopedArenaAllocator for building HGraph. Vladimir Marko
2017-10-09Use ScopedArenaAllocator for register allocation. Vladimir Marko
2017-07-24ART: Include cleanup Andreas Gampe
2016-11-04ART: Use references in assembler tests Andreas Gampe
2016-08-05ART: Extract macro assembler Andreas Gampe