Implement the dalvik side of libcore.reflect

System Internals / Dalvik - Elliott Hughes [google.com] - 29 July 2013 14:45 UTC

(Cherry-pick of b4d5cf78d4731ffc6211d07a0d69c92c559ba792.)

168be0f Implement the dalvik side of libcore.reflect.
vm/DvmDex.h | 3 +++
vm/InitRefs.cpp | 6 +++---
vm/native/java_lang_Class.cpp | 48 ++++++++++++++++++++++++++++++++++++++++-
vm/oo/Object.h | 4 ++++
vm/reflect/Annotation.cpp | 16 ++++++++------
vm/reflect/Reflect.cpp | 15 +++++++------
6 files changed, 76 insertions(+), 16 deletions(-)

Upstream: android.googlesource.com


  • Share