summaryrefslogtreecommitdiff
path: root/runtime/mirror/string-alloc-inl.h
AgeCommit message (Expand)Author
2024-01-24Add visibility attributes in runtime/mirror Dmitrii Ishcheikin
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2022-10-11Update java.lang.String* from jdk-11.0.13-ga Victor Chang
2022-10-03Fix `String` ctor with `hibyte` for empty strings. Vladimir Marko
2022-02-25Update runtime/ implications to use (D)CHECK_IMPLIES Santiago Aboy Solanes
2020-05-13Move implementations from class_root.h to -inl.h . Vladimir Marko
2019-05-31Add default template args to Heap::Alloc*Object*(). Vladimir Marko
2019-05-16ART: Forward-declare AllocatorType (iwyu) Andreas Gampe
2019-03-29Clean up explicit conversions to ObjPtr<>. Vladimir Marko
2019-03-25ObjPtr<>-ify String allocations, fix stale refs. Vladimir Marko
2019-01-09ART: Introduce runtime_globals Andreas Gampe
2018-12-06ART: Clean up base/utils.h Andreas Gampe
2018-10-30ART: Add string-alloc-inl.h Andreas Gampe