summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/entrypoint_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-25/+20
* Move ArtField to nativeMathieu Chartier2015-04-101-4/+4
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-291-6/+7
* ART: Fix unused variables and functionsAndreas Gampe2014-11-241-49/+49
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-3/+0
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-53/+0
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-0/+4
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-2/+0
* Remove some to-done TODOs.Ian Rogers2014-07-171-6/+0
* Fix x86 build.Ian Rogers2014-07-161-10/+13
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-594/+32
* Ensure classes are initialized rather than initializing.Ian Rogers2014-06-181-10/+13
* Fix exception reporting from interpreterSebastien Hertz2014-06-111-0/+2
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-9/+9
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-5/+4
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-19/+23
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-23/+19
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-19/+23
* Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-191-1/+1
* Fix generic jni issue in ArtMethod::GetQuickFrameInfoDmitry Petrochenko2014-05-161-9/+0
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-21/+25
* Add finalizer references from the entrypoints.Mathieu Chartier2014-05-011-5/+7
* 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