index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
reflection.cc
Age
Commit message (
Expand
)
Author
2021-11-25
Always access Thread state and flags as 32-bit location.
Vladimir Marko
2021-02-23
Do not create HandleScope for JNI transitions.
Vladimir Marko
2021-01-11
Don't wrap exception when transaction is aborted
liulvping
2020-12-22
Fix incorrect image pointer size for unstarted runtime
liulvping
2019-10-01
Use ClassStatus::kVisiblyInitialized in reflection.
Vladimir Marko
2019-08-05
Weaken 2 DCHECK()s in reflection.
Vladimir Marko
2019-06-28
Avoid useless EncodeArtMethod followed by DecodeArtMethod
Alex Light
2019-06-24
Add InvocationTargetException to Wellknownclasses
Alex Light
2019-03-29
Clean up explicit conversions to ObjPtr<>.
Vladimir Marko
2019-01-09
ART: Remove instruction_set.h from thread.h
Andreas Gampe
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-11-07
Refactor ClassLinker::FindPrimitiveClass().
Vladimir Marko
2018-06-28
ART: Improve Constructor.newInstance
Andreas Gampe
2018-06-15
Add const to match <jni.h>.
Elliott Hughes
2018-06-01
ObjPtr<>-ify array allocations.
Vladimir Marko
2018-05-16
ART: Fix jvalue includes
Andreas Gampe
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2018-02-20
Add check JNI tests for byte and 16-bit primitives.
Ian Rogers
2018-02-01
Move hidden API warnings into resolvers
David Brazdil
2018-01-25
Start warning on hidden API greylist
David Brazdil
2018-01-05
Create dex subdirectory
David Sehr
2017-12-22
Extensions to check JNI.
Ian Rogers
2017-10-25
ART: Depend on libnativehelper headers only
Andreas Gampe
2017-07-27
ART: Refactor retrieval of types through ArtMethod.
Vladimir Marko
2017-07-18
art: use proper nativehelper headers
Steven Moreland
2017-06-08
Fix local reference leak under reflection.
Chang Xing
2017-04-21
ART: Add object-readbarrier-inl.h
Andreas Gampe
2017-03-16
Change some pending OOME asserts to be pending exception
Mathieu Chartier
2017-02-14
ART: Add operator == and != with nullptr to Handle
Andreas Gampe
2017-01-19
Partial revert of "Reduce using ArtMethod's dex_cache_resolved_types_."
Nicolas Geoffray
2017-01-17
Reduce using ArtMethod's dex_cache_resolved_types_.
Vladimir Marko
2016-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
2016-11-21
ART: Add dex::TypeIndex
Andreas Gampe
2016-11-07
ART: Refactor jmethodID handling
Andreas Gampe
2016-10-24
ART: Clean up IndirectReferenceTable
Andreas Gampe
2016-10-18
Remove mirror:: and ArtMethod deps in utils.{h,cc}
David Sehr
2016-10-13
Move mirror::ObjectArray to ObjPtr
Mathieu Chartier
2016-10-06
Move remaining jobject related functions to use ObjPtr
Mathieu Chartier
2016-10-05
ObjPtr misc cleanup
Mathieu Chartier
2016-10-04
Rename ObjPtr::Decode to ObjPtr::Ptr
Mathieu Chartier
2016-10-03
Move ArtField to ObjPtr
Mathieu Chartier
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-09-27
Use ObjPtr for reflection.cc/h/inl
Mathieu Chartier
2016-09-27
Cleanup String.<init> handling.
Nicolas Geoffray
2016-09-21
Collapse ART's AbstractMethod class into Executable
Neil Fuller
2016-09-13
Make ScopedAssertNoThreadSuspension no overhead for non-debug
Mathieu Chartier
2016-09-02
Clean up some includes.
Vladimir Marko
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-08-01
ART: Convert pointer size to enum
Andreas Gampe
2016-01-05
ART: Move ThrowStackOverflowError to common_throws
Andreas Gampe
[next]