summaryrefslogtreecommitdiff
path: root/runtime/noop_compiler_callbacks.h
AgeCommit message (Expand)Author
2024-06-26Hide most symbols in `ClassLinker`. Vladimir Marko
2024-06-20Move some classes from `runtime/` to `dex2oat/`. Vladimir Marko
2024-01-24Add visibility attributes in runtime/n* Dmitrii Ishcheikin
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2022-09-29Mark methods of unverified classes as uncompilable. Nicolas Geoffray
2021-07-14Remove the need of VerifiedMethod in the compiler. Nicolas Geoffray
2018-09-28Revert^2 "Load boot image at a random address." Vladimir Marko
2018-09-27Revert "Load boot image at a random address." Vladimir Marko
2018-09-26Load boot image at a random address. Vladimir Marko
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2016-09-16Collect verifier dependencies David Brazdil
2015-12-09ART: Refactor verifier callbacks Andreas Gampe
2015-03-27ART: Some runtime cleanup Andreas Gampe
2015-03-27ART: PathClassLoader for compiler Andreas Gampe
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-07-22Runtime can now be set to require relocation Alex Light
2014-07-15Break apart header files. Ian Rogers
2014-03-04Reuse NoopCompilerCallbacks in oatdump Brian Carlstrom