Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bugfix: Java char is 16 bits, can not be treated as boolean. | Fredrik Roubert | 2015-07-27 | 1 | -1/+1 |
* | Replace String CharArray with internal uint16_t array. | Jeff Hao | 2015-04-27 | 1 | -2/+2 |
* | art/test/100-reflect2: change incorrect expectations. | Sergio Giro | 2015-03-11 | 1 | -1/+1 |
* | Keep original order of fields in Class. | Vladimir Marko | 2014-11-14 | 1 | -1/+1 |
* | Set vtable in class object to null after linking. | Mingyao Yang | 2014-07-22 | 1 | -1/+1 |
* | Add access checks to Method and Field reflection. | Jeff Hao | 2014-03-28 | 1 | -11/+2 |
* | Implement Interface Method Tables (IMT). | Jeff Hao | 2013-10-29 | 1 | -1/+1 |
* | Use class def index from java.lang.Class. | Ian Rogers | 2013-09-19 | 1 | -1/+1 |
* | Refactor java.lang.reflect implementation | Brian Carlstrom | 2013-08-13 | 1 | -1/+1 |
* | Fixed list of String methods after removal of old JIT methods. | Jeff Hao | 2013-06-10 | 1 | -1/+1 |
* | Interpreter entries and instrumentation as a listener. | Ian Rogers | 2013-04-08 | 1 | -1/+1 |
* | Move ReflectionTest to a run-test. | Ian Rogers | 2013-01-10 | 1 | -0/+77 |