summaryrefslogtreecommitdiff
path: root/compiler/optimizing/intrinsic_objects.cc
AgeCommit message (Expand)Author
2024-02-09Pass functors as rvalues when possible Santiago Aboy Solanes
2024-01-19Move files related to compiled code into oat/ directory Dmitrii Ishcheikin
2023-11-20Clean up after putting boxed caches to boot image. Vladimir Marko
2023-11-17Put all cached boxed values into boot_image_live_objects. Nicolas Geoffray
2023-11-16Harcode IntegerCache range. Nicolas Geoffray
2023-11-15Remove some unnecessary WellKnownClasses #includes. Vladimir Marko
2023-11-10Introduce boxed primitive caches in WellKnownClasses. Nicolas Geoffray
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2019-06-17Use cleared JNI weak sentinel from boot image. Vladimir Marko
2018-12-27ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-10-26ART: Add object-array-alloc-inl.h Andreas Gampe
2018-06-21Implement Integer.valueOf() intrinsic for PIC. Vladimir Marko