summaryrefslogtreecommitdiff
path: root/runtime/class_table_test.cc
AgeCommit message (Expand)Author
2021-04-28Remove some dead code around ClassTable. Vladimir Marko
2021-01-19Rewrite class table construction in ImageWriter. Vladimir Marko
2019-05-08ObjPtr<>-ify ClassTable. Vladimir Marko
2018-10-26ART: Add class-alloc-inl.h Andreas Gampe
2018-01-05Create dex subdirectory David Sehr
2017-02-14ART: Add operator == and != with nullptr to Handle Andreas Gampe
2016-12-13Address some review comments Mathieu Chartier