summaryrefslogtreecommitdiffstats
path: root/src/reflection.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't default-construct std::strings and then assign them.Elliott Hughes2011-12-131-1/+1
* Reduce meta-data object sizes, introduce meta-data helper classes.Ian Rogers2011-12-061-20/+23
* Make methods and fields accessible by default in art.Jesse Wilson2011-11-241-0/+1
* Don't run managed code until the runtime has started.Jesse Wilson2011-11-141-13/+10
* Make ResolveField not rely on Field::GetType resolutionBrian Carlstrom2011-10-251-46/+46
* Proxy implementationIan Rogers2011-10-141-4/+5
* Fix exception throwing to support no detail message.Elliott Hughes2011-10-021-3/+3
* Implement java.lang.reflect.Constructor.constructNative.Elliott Hughes2011-09-251-0/+69
* Implement reflective method invocation.Elliott Hughes2011-09-231-0/+275