summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/entrypoint_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-0/+4
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-1/+1
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-3/+1
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-0/+9
* Make allocations report usable size.Ian Rogers2014-02-261-4/+7
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-1/+1
* Remove blacklistSebastien Hertz2014-02-171-0/+1
* Don't store this_object in SIRT for static invokes.Mathieu Chartier2014-02-161-2/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-41/+14
* Add missing SIRT to FindMethodFromCode.Mathieu Chartier2014-02-051-6/+7
* Don't assume resolved type has the same dex cache.Vladimir Marko2014-02-031-4/+4
* Embed array class pointers at array allocation sites.Hiroshi Yamauchi2014-01-271-0/+24
* Use direct class pointers at allocation sites in the compiled code.Hiroshi Yamauchi2014-01-231-8/+71
* Clean up access checks.Vladimir Marko2014-01-211-41/+11
* Background compaction support.Mathieu Chartier2014-01-081-9/+33
* Remove intialized static storage from dex cache.Ian Rogers2014-01-081-5/+4
* Don't rely on gcc extensionsBernhard Rosenkränzer2013-12-121-9/+9
* Enable moving classes.Mathieu Chartier2013-12-101-9/+13
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-75/+69
* Compacting collector.Mathieu Chartier2013-11-111-4/+4
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-7/+31
* Inline field and method resolution.Sebastien Hertz2013-10-281-10/+229
* 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/+0
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-251-23/+75
* Improve float to integral conversion.Ian Rogers2013-09-201-1/+20
* Get PORTABLE + SMALL on x86.Dragos Sbirlea2013-08-151-2/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-26/+26
* Entry point clean up.Ian Rogers2013-08-071-31/+40
* Portable refactorings.Ian Rogers2013-07-301-0/+412