summaryrefslogtreecommitdiffstats
path: root/runtime/method_handles-inl.h
Commit message (Expand)AuthorAgeFilesLines
* ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.Vladimir Marko2018-05-231-0/+74
* ART: Fix jvalue includesAndreas Gampe2018-05-161-1/+1
* ART: Support for VarHandle invokersOrion Hodson2018-02-221-13/+42
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* ART: Make method handle runtime code callable from compiler.Orion Hodson2017-01-061-30/+0
* Argument conversions for setter/getter MethodHandles.Orion Hodson2016-11-081-118/+61
* Address review comments from change 000e1885701c8f.Narayan Kamath2016-11-021-7/+10
* method_handles: Complete support for emulated stack frames.Narayan Kamath2016-10-281-98/+53
* Interpreter: Add support for method handle transforms [Part 1].Narayan Kamath2016-10-261-8/+27
* method_handles: Minor refactor of PerformArgumentConversions.Narayan Kamath2016-10-241-83/+72
* interpreter: support for non-exact invokes.Narayan Kamath2016-10-141-0/+260