summaryrefslogtreecommitdiff
path: root/runtime/method_handles.cc
AgeCommit message (Expand)Author
2022-02-07Fix braino in InvokeFromTransform Orion Hodson
2022-02-03MethodHandle dead and duplicated code clean-up Orion Hodson
2022-02-03Remove unused EmulatedStackFrame.callsiteType field Orion Hodson
2022-01-27MethodHandles: Fix invalid DCHECKS Orion Hodson
2022-01-17MethodHandles: change asType() / invoke() implementation Orion Hodson
2021-12-21Reland "More entrypoint handling cleanup." Nicolas Geoffray
2021-12-20Revert "More entrypoint handling cleanup." Nicolas Geoffray
2021-12-20More entrypoint handling cleanup. Nicolas Geoffray
2021-11-30MethodHandles: fix missing check in VarHandle invoker Orion Hodson
2021-11-24Revert^2 "MethodHandle composability fix" Orion Hodson
2021-11-23Revert "MethodHandle composability fix" Ulyana Trafimovich
2021-11-23MethodHandle composability fix Orion Hodson
2020-05-13Move implementations from class_root.h to -inl.h . Vladimir Marko
2019-11-11MethodHandles: fix missing nominal type return value conversion Orion Hodson
2019-10-07Handle MethodHandle call to non-default interface methods Alex Light
2019-03-29Clean up explicit conversions to ObjPtr<>. Vladimir Marko
2019-03-28ObjPtr<>-ify method/var handles, fix stale refs in tests. Vladimir Marko
2019-03-27ObjPtr<>-ify mirror::ObjectArray. Vladimir Marko
2019-03-22ObjPtr<>-ify entrypoint utils. Vladimir Marko
2018-10-25ART: Do some include-what-you-use Andreas Gampe
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-08-02Modernize codebase by replacing NULL with nullptr Yi Kong
2018-06-01ObjPtr<>-ify array allocations. Vladimir Marko
2018-05-25Remove static_class_ from Method/VarHandle and CallSite. Vladimir Marko
2018-05-23ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. Vladimir Marko
2018-05-16ART: Fix jvalue includes Andreas Gampe
2018-04-10ART: Fix MethodHandle invoke-super Orion Hodson
2018-02-22ART: Support for VarHandle invokers Orion Hodson
2018-02-09Revert^2 "ART: Interpreter support for VarHandle accessors" Orion Hodson
2018-02-06Revert "ART: Interpreter support for VarHandle accessors" Orion Hodson
2018-02-06ART: Interpreter support for VarHandle accessors Orion Hodson
2018-01-31Revert "Revert "Make libdexfile build independent of runtime dir"" David Sehr
2018-01-30Revert "Make libdexfile build independent of runtime dir" David Sehr
2018-01-30Make libdexfile build independent of runtime dir David Sehr
2018-01-29ART: Type conversion fixes for MethodHandles Orion Hodson
2017-12-22Make CodeItem fields private Mathieu Chartier
2017-11-13ART: Simplify MethodHandle invocations Orion Hodson
2017-11-01ART: Intrinsify polymorphic signature methods Orion Hodson
2017-07-24ART: Include cleanup Andreas Gampe
2017-06-19Add field access & modify JVMTI callbacks Alex Light
2017-05-25Stop interpreter from accessing code items of compiled code. Jeff Hao
2017-04-21ART: Clean up art_method.h Andreas Gampe
2017-04-18Use correct type for GetValueFromShadowFrame Mathieu Chartier
2017-03-29Performance improvements in invoke-polymorphic runtime support Orion Hodson
2017-02-17ART: fix method handle invocation of abstract & interface methods Orion Hodson
2017-02-14Merge "ART: Add operator == and != with nullptr to Handle" Treehugger Robot
2017-02-14ART: Add operator == and != with nullptr to Handle Andreas Gampe
2017-02-14ART: invoke-custom support Orion Hodson
2017-01-06ART: Make method handle runtime code callable from compiler. Orion Hodson
2016-12-15ART: Move to libbase StringPrintf Andreas Gampe