summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/method_type_test.cc
Commit message (Expand)AuthorAgeFilesLines
* ObjPtr<>-ify method/var handles, fix stale refs in tests.Vladimir Marko2019-03-281-2/+2
* ART: Add object-array-alloc-inl.hAndreas Gampe2018-10-261-0/+1
* ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.Vladimir Marko2018-05-311-2/+3
* ObjPtr<>-ify tests using ClassLinker::FindClass().Vladimir Marko2018-05-231-1/+1
* ART: Clean up art_method.hAndreas Gampe2017-04-211-1/+1
* ART: Add operator == and != with nullptr to HandleAndreas Gampe2017-02-141-1/+1
* ART: Refactor verify_object.hAndreas Gampe2017-02-031-3/+4
* Move art/native to ObjPtrMathieu Chartier2016-10-171-1/+1
* java.lang.invoke: Add mirror types for MethodHandle / MethodType.Narayan Kamath2016-09-291-0/+106