summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_reflect_Method.cc
AgeCommit message (Expand)Author
2024-03-26Rename enums.h/.cc to pointer_size.h/.cc. Santiago Aboy Solanes
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-11-30Change well known method `String.charAt()` to `ArtMethod*`. Vladimir Marko
2022-06-21Remove stack protector from some interpreter functions Chris Wailes
2022-06-17Revert "Remove stack protector from some interpreter functions" Chris Wilson
2022-06-17Remove stack protector from some interpreter functions Chris Wailes
2021-05-27Revert "Remove stack protector from some interpreter functions" Christian Wailes
2021-05-25Remove stack protector from some interpreter functions Chris Wailes
2020-12-22Fix incorrect image pointer size for unstarted runtime liulvping
2020-05-13Move implementations from class_root.h to -inl.h . Vladimir Marko
2019-05-31Clean up creating handles from `this`. Vladimir Marko
2019-03-27ObjPtr<>-ify mirror::ObjectArray. Vladimir Marko
2018-10-26ART: Add object-array-alloc-inl.h Andreas Gampe
2018-06-01ObjPtr<>-ify array allocations. Vladimir Marko
2018-05-31ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. Vladimir Marko
2018-05-22ObjPtr<>-ify annotation processing. Vladimir Marko
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2018-02-22native: Cleanup jni usage code Igor Murashkin
2018-01-05Create dex subdirectory David Sehr
2017-07-24ART: Include cleanup Andreas Gampe
2017-06-01ART: Move RegisterNatives helper Andreas Gampe
2017-05-30ART: More header cleanup - jni_internal.h Andreas Gampe
2017-03-16ART: Get rid of most of java.lang.DexCache. Narayan Kamath
2017-02-21jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. Igor Murashkin
2016-10-17Move art/native to ObjPtr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-09-14Separate annotations from dexfile reading. David Sehr
2016-08-26Tracking java.lang.reflect.Executable changes Neil Fuller
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-04-04Remove AnnotationAccess and its remaining uses. Jeff Hao
2015-12-16Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror... Alex Light
2015-12-15Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" Alex Light
2015-12-14Combine direct_methods_ and virtual_methods_ fields of mirror::Class Alex Light
2015-11-24Revert "lambda: Add support for invoke-interface for boxed innate lambdas" Nicolas Geoffray
2015-11-20lambda: Add support for invoke-interface for boxed innate lambdas Igor Murashkin
2015-09-01Move more Class annotations to native. Jeff Hao
2015-08-25Revert "Revert "Move annotations to native."" Jeff Hao
2015-08-25Revert "Move annotations to native." Roland Levillain
2015-08-21Move annotations to native. Jeff Hao
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-04-21Add AbstractMethod, Constructor, Method Mathieu Chartier
2014-11-04ART: More warnings Andreas Gampe
2014-07-16Remove object_utils.h. Ian Rogers
2014-07-11Improve performance of invokevirtual/invokeinterface with embedded imt/vtable Mingyao Yang
2014-03-28Some fixes for comments and implied conversions. Jeff Hao
2014-03-28Add access checks to Method and Field reflection. Jeff Hao
2014-03-21Improvements to Field.get/set. Ian Rogers
2014-03-14Refactor reflective method invocation. Ian Rogers