summaryrefslogtreecommitdiff
path: root/compiler/jit/jit_logger.cc
AgeCommit message (Expand)Author
2025-03-20riscv64: Support RISC-V in JitLogger Roman Artemev
2024-01-19Move files related to compiled code into oat/ directory Dmitrii Ishcheikin
2023-12-27Optimize access to gPageSize Ruben Ayrapetyan
2023-11-30Use globals naming scheme for kPageSize etc. Ruben Ayrapetyan
2022-11-18Make remaining compiler/ symbols hidden. Vladimir Marko
2019-02-20ART: Reduce dependencies on CompilerDriver. Vladimir Marko
2017-07-19Pass the logger to the JIT compiler. Nicolas Geoffray
2017-01-11Fix perf-inject jit profiling for osr method. xueliang.zhong
2016-10-27ART jitted code profiling support. xueliang.zhong