summaryrefslogtreecommitdiff
path: root/runtime/reference_table_test.cc
AgeCommit message (Expand)Author
2024-11-11Avoid `strlen()` for `ClassLinker::FindClass()`... Vladimir Marko
2024-02-06Add visibility attributes in runtime/r* Dmitrii Ishcheikin
2022-11-30Change well known method `String.charAt()` to `ArtMethod*`. Vladimir Marko
2022-10-14ART: Speed up some gtests. Vladimir Marko
2020-07-23Reword some comments to be more inclusive Orion Hodson
2019-03-25ObjPtr<>-ify String allocations, fix stale refs. Vladimir Marko
2018-10-26ART: Add class-alloc-inl.h Andreas Gampe
2018-10-25ART: Add array-alloc-inl.h Andreas Gampe
2018-06-04Refactor String resolution. Vladimir Marko
2018-06-01ObjPtr<>-ify array allocations. Vladimir Marko
2018-02-28Header library to remove dependence on runtime/ David Sehr
2017-11-16cpplint: Remove many unnecessary NOLINT Igor Murashkin
2017-11-08cpplint: Cleanup errors Igor Murashkin
2017-10-02ART: Dump allocation stacks in reference table dumps Andreas Gampe
2017-07-20ART: Change method lookup to be more consistent to JLS and the RI. Vladimir Marko
2017-06-02ART: Introduce thread-current-inl.h Andreas Gampe
2017-04-21ART: Clean up art_method.h Andreas Gampe
2017-02-14ART: Add operator == and != with nullptr to Handle Andreas Gampe
2016-12-15ART: Move to libbase StringPrintf Andreas Gampe
2016-11-14ART: Prioritize reference table dump Andreas Gampe
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-09-28ART: Dump referenced type in IRT overflows Andreas Gampe
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-04-22Replace NULL with nullptr Mathieu Chartier
2014-07-17ART: Use array-inl.h in reference_table_test Andreas Gampe
2014-07-15Break apart header files. Ian Rogers
2014-02-26Split up CommonTest into CommonRuntimeTest and CommonCompilerTest Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom