summaryrefslogtreecommitdiff
path: root/runtime/startup_completed_task.cc
AgeCommit message (Expand)Author
2024-07-24Avoid redundant GCs and waits when near OOM Hans Boehm
2024-06-05Look for primary APK app image before generating one. Nicolas Geoffray
2024-01-31Add visibility attributes in runtime/s* Dmitrii Ishcheikin
2023-09-14Prevent repeatedly generating runtime images. Jiakai Zhang
2023-05-31Skip checkpoints in StartupCompletedTask when mutator-lock exclusively held Lokesh Gidra
2023-05-24Clear startup linear alloc when we delete class loaders. Nicolas Geoffray
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2023-05-04Simplify deleting startup dex cache arrays. Nicolas Geoffray
2023-04-17Don't generate an image for debuggable apps. Nicolas Geoffray
2023-02-15Move startup notification to a task. Nicolas Geoffray