summaryrefslogtreecommitdiffstats
path: root/libart
Commit message (Expand)AuthorAgeFilesLines
* Make ArtField have no functionalityMathieu Chartier2015-03-295-257/+73
* java.lang.reflect: Use only relevant modifiers when converting to stringSergio Giro2015-03-112-5/+9
* Libcore: Remove unused constructorAndreas Gampe2015-03-031-5/+1
* Libcore: Use explicit names for DaemonsAndreas Gampe2015-03-031-1/+26
* Fix incorrect cache key.You Kim2015-02-261-1/+1
* Merge "Add VMRuntime.clampGrowthLimit"Mathieu Chartier2015-01-091-0/+6
|\
| * Add VMRuntime.clampGrowthLimitMathieu Chartier2015-01-081-0/+6
* | Make some hidden methods final and more obviously privateNeil Fuller2015-01-072-7/+7
|/
* Move heap trimming daemon and GC deamon into a single daemonMathieu Chartier2014-12-192-33/+27
* Move GC daemon locking logic into heapMathieu Chartier2014-12-152-21/+13
* Only allow one requestGC at a timeMathieu Chartier2014-12-121-0/+6
* Move dexCacheStrings from ArtMethod to ArtClassMathieu Chartier2014-11-252-10/+4
* Delete pointer sized fieldsMathieu Chartier2014-11-181-29/+0
* Binary search through ArtFields to match by name.Narayan Kamath2014-11-141-8/+31
* Delete unused imtable fieldMathieu Chartier2014-11-101-3/+0
* Only allow once GC request at a time.Mathieu Chartier2014-10-231-7/+2
* Make unchecked getDeclaredFields/Methods methods public-hiddenAlan Viverette2014-10-161-11/+23
* Fix ReferenceQueueDaemon.enqueue to start at element 1 of the listMathieu Chartier2014-10-151-14/+8
* Add VMRuntime.isBootClassPathOnDiskBrian Carlstrom2014-09-301-0/+13
* Update Class.primitiveType field uses.Hiroshi Yamauchi2014-09-251-2/+5
* Change FinalizerWatchdogDaemon to not hold objects liveMathieu Chartier2014-09-191-11/+22
* Merge "Remove referenceStaticOffsets from Class.java since it's not needed an...Mingyao Yang2014-09-101-3/+0
|\
| * Remove referenceStaticOffsets from Class.java since it's not needed anymore.Mingyao Yang2014-09-101-3/+0
* | Add Reference.getReferent for reference intrinsic.Mathieu Chartier2014-09-091-1/+13
|/
* Add handling for hashed uninflated object.Mathieu Chartier2014-09-081-0/+6
* Make explicit that ISA names are used in some sys propertiesCalin Juravle2014-08-261-0/+4
* Don't allow Class.class.getDeclaredConstructor().setAccessible().Mathieu Chartier2014-08-111-0/+7
* Workaround doclava leaking ArtMethodBrian Carlstrom2014-08-051-0/+8
* API to query whether a given instruction set / abi is 64bit.Narayan Kamath2014-07-141-0/+11
* Moved slow path flag to Reference classFred Shih2014-07-101-0/+16
* Fix javadoc @char instead of @code.Elliott Hughes2014-06-261-1/+1
* Merge "Clarify the String.compareTo contract and add tests."Elliott Hughes2014-06-261-304/+148
|\
| * Clarify the String.compareTo contract and add tests.Elliott Hughes2014-06-261-304/+148
* | libcore: Clean up Enum.compareTo(E)Valter Strods2014-06-241-1/+1
* | Fix libart files to work with javadocBrian Carlstrom2014-06-182-2/+2
|/
* Provide more information about the runtimeSebastien Hertz2014-05-221-0/+15
* Remove ArtMethod's quick fields for frame size and spills.Vladimir Marko2014-05-121-13/+0
* Handle Reference.get in native code.Mathieu Chartier2014-05-061-0/+198
* Add finalizer references in native code.Mathieu Chartier2014-05-011-3/+0
* Add a mapping between ABIs and instruction sets.Narayan Kamath2014-05-011-0/+30
* Merge "Remove ArtMethod's quick fields mapping table and vmap table."Vladimir Marko2014-04-281-16/+0
|\
| * Remove ArtMethod's quick fields mapping table and vmap table.Vladimir Marko2014-04-161-16/+0
* | Fix Class.newInstance to not wrap its exceptions.Jeff Hao2014-04-231-4/+4
|/
* Merge "Fix reflection access checks for app compatibility in libcore."Jeff Hao2014-04-011-0/+7
|\
| * Fix reflection access checks for app compatibility in libcore.Jeff Hao2014-04-011-0/+7
* | Rename read barrier-related fields.Hiroshi Yamauchi2014-03-311-3/+3
|/
* Add access checks to Method and Field reflection.Jeff Hao2014-03-275-47/+135
* ART sampling profilerDave Allison2014-03-071-1/+1
* Add unpadded array allocations.Ian Rogers2014-02-281-0/+7
* (Experimental) Add Brooks pointers (libcore).Hiroshi Yamauchi2014-02-251-0/+9