summaryrefslogtreecommitdiffstats
path: root/runtime/object_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor reflective method invocation.Ian Rogers2014-03-141-1/+1
* Merge "Fix debugger crashes in presence of proxy objects."Sebastien Hertz2014-03-131-2/+2
|\
| * Fix debugger crashes in presence of proxy objects.Sebastien Hertz2014-03-131-2/+2
* | Fixing structure of native frame for Generic JNIAndreas Gampe2014-03-121-0/+14
|/
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-1/+1
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-4/+4
* Speed up method lookup in a different dex file.Vladimir Marko2014-02-111-0/+31
* Object model changes to support 64bit.Ian Rogers2014-02-061-46/+43
* Don't resolve types in verifier when we can't load classes.Mathieu Chartier2014-01-141-4/+4
* Background compaction support.Mathieu Chartier2014-01-081-1/+1
* Enable moving classes.Mathieu Chartier2013-12-101-8/+10
* Compacting collector.Mathieu Chartier2013-11-111-113/+25
* Merge "Don't use UTF16 length as length for MUTF8." into dalvik-devIan Rogers2013-10-301-58/+4
|\
| * Don't use UTF16 length as length for MUTF8.Ian Rogers2013-10-301-58/+4
* | Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+2
|/
* Populate dex cache for sharpened calls.Ian Rogers2013-10-251-0/+40
* Clinits may not have the kAccConstructor flag.Ian Rogers2013-10-101-1/+1
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-1/+2
* Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-261-38/+3
* StringPiece clean up.Ian Rogers2013-09-241-36/+131
* Revert "Avoid std::string allocations in HasSameNameAndSignature."Ian Rogers2013-09-241-53/+5
* Avoid std::string allocations in HasSameNameAndSignature.Ian Rogers2013-09-231-5/+53
* Use class def index from java.lang.Class.Ian Rogers2013-09-191-49/+38
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-13/+13
* Entry point clean up.Ian Rogers2013-08-071-0/+4
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+687