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