OSDN Git Service

ART: Add some reflection cutouts
authorAndreas Gampe <agampe@google.com>
Tue, 19 Apr 2016 00:07:30 +0000 (17:07 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 19 Apr 2016 00:24:48 +0000 (17:24 -0700)
commitb3ffbe32b78c18739736fc998d65430b46c510e5
tree05fa606d19cbdbcf63455a7b3e479b2cb0e822ed
parent78d7c8826d5cca583202085dfde382fb6fcc1629
ART: Add some reflection cutouts

Add Class.getInnerClassFlags and Method.invoke to unstarted runtime.

Allows to compile-time initialize:
* android.net.NetworkInfo
* android.net.wifi.WifiInfo

Bug: 27265238
Change-Id: I3e267519acf14b08c687f1e831e2027d37158767
runtime/interpreter/unstarted_runtime.cc
runtime/interpreter/unstarted_runtime_list.h
runtime/mirror/class.cc
runtime/mirror/class.h
runtime/native/java_lang_Class.cc