summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_invoke_MethodHandleImpl.cc
AgeCommit message (Expand)Author
2024-01-15Add visibility attributes in runtime/native Dmitrii Ishcheikin
2024-01-10Revert "Add visibility attributes in runtime/entrypoints and runtime/native" Daniel Chapin
2024-01-05Add visibility attributes in runtime/entrypoints and runtime/native Dmitrii Ishcheikin
2022-01-17MethodHandles: change asType() / invoke() implementation Orion Hodson
2020-05-15Clean up Field::CreateFromArtField(). Vladimir Marko
2020-05-05Clean up Constructor/Method/Field construction. Vladimir Marko
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2017-06-01ART: Move RegisterNatives helper Andreas Gampe
2017-05-30ART: More header cleanup - jni_internal.h Andreas Gampe
2017-02-14ART: Add operator == and != with nullptr to Handle Andreas Gampe
2017-01-27MethodHandles: Support and tests for revealDirect / reflectAs. Narayan Kamath