summaryrefslogtreecommitdiff
path: root/runtime/reference_table_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Reword some comments to be more inclusiveOrion Hodson2020-07-231-1/+1
* ObjPtr<>-ify String allocations, fix stale refs.Vladimir Marko2019-03-251-13/+15
* ART: Add class-alloc-inl.hAndreas Gampe2018-10-261-0/+1
* ART: Add array-alloc-inl.hAndreas Gampe2018-10-251-0/+1
* Refactor String resolution.Vladimir Marko2018-06-041-1/+1
* ObjPtr<>-ify array allocations.Vladimir Marko2018-06-011-8/+11
* Header library to remove dependence on runtime/David Sehr2018-02-281-1/+1
* cpplint: Remove many unnecessary NOLINTIgor Murashkin2017-11-161-1/+1
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-1/+1
* ART: Dump allocation stacks in reference table dumpsAndreas Gampe2017-10-021-0/+84
* ART: Change method lookup to be more consistent to JLS and the RI.Vladimir Marko2017-07-201-2/+2
* ART: Introduce thread-current-inl.hAndreas Gampe2017-06-021-1/+1
* ART: Clean up art_method.hAndreas Gampe2017-04-211-0/+1
* ART: Add operator == and != with nullptr to HandleAndreas Gampe2017-02-141-2/+2
* ART: Move to libbase StringPrintfAndreas Gampe2016-12-151-0/+4
* ART: Prioritize reference table dumpAndreas Gampe2016-11-141-0/+73
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-1/+1
* ART: Dump referenced type in IRT overflowsAndreas Gampe2016-09-281-0/+60
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-0/+2
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* ART: Use array-inl.h in reference_table_testAndreas Gampe2014-07-171-1/+1
* Break apart header files.Ian Rogers2014-07-151-0/+4
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-4/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+104