summaryrefslogtreecommitdiffstats
path: root/libart
Commit message (Expand)AuthorAgeFilesLines
* Only allow once GC request at a time.Mathieu Chartier2014-10-241-7/+2
* Add VMRuntime.isBootClassPathOnDiskBrian Carlstrom2014-09-301-0/+13
* Merge "Revert "Timing hacks DO NOT MERGE"" into lmp-devAnwar Ghuloum2014-09-241-27/+0
|\
| * Revert "Timing hacks DO NOT MERGE"Anwar Ghuloum2014-09-241-27/+0
* | Merge "Change FinalizerWatchdogDaemon to not hold objects live" into lmp-devMathieu Chartier2014-09-191-11/+22
|\ \
| * | Change FinalizerWatchdogDaemon to not hold objects liveMathieu Chartier2014-09-191-11/+22
* | | DO NOT MERGE. Only have a portable entrypoint in portable builds.Ian Rogers2014-09-181-1/+2
|/ /
* | Add Reference.getReferent for reference intrinsic.Mathieu Chartier2014-09-091-1/+13
* | Add handling for hashed uninflated object.Mathieu Chartier2014-09-081-0/+6
|/
* Timing hacks DO NOT MERGEAnwar Ghuloum2014-09-051-0/+27
* Don't allow Class.class.getDeclaredConstructor().setAccessible().Mathieu Chartier2014-08-111-0/+7
* Workaround doclava leaking ArtMethodBrian Carlstrom2014-08-051-0/+8
* reconcile aosp (0d589d78c1c2a809429911fc4756856b53404fb9) after branching. Pl...Ed Heyl2014-07-141-0/+16
* API to query whether a given instruction set / abi is 64bit.Narayan Kamath2014-07-091-0/+11
* 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
* Merge "Add documentation around zero-length timeouts"Neil Fuller2014-02-122-48/+56
|\
| * Add documentation around zero-length timeoutsNeil Fuller2014-02-122-48/+56
* | Don't hardcode object layout in Unsafe.Hiroshi Yamauchi2014-02-111-19/+5
* | Fix Thread.sleep(0) of an interrupted threadBrian Carlstrom2014-02-101-0/+14
|/
* 64bit ART object model changes.Ian Rogers2014-02-063-34/+95
* Merge "ART: remove dex cache's initialized static storage."Ian Rogers2014-01-082-4/+0
|\
| * ART: remove dex cache's initialized static storage.Ian Rogers2014-01-072-4/+0
* | Add registerAppInfo to the VMRuntime objectDave Allison2013-12-181-0/+5
|/
* Add method for updating dalvik process state through VMRuntime.Mathieu Chartier2013-11-251-0/+6
* Replace usage of CopyOnWriteArraySet.Narayan Kamath2013-11-222-22/+40
* Fix the art version of getGenericSuperclass.Narayan Kamath2013-11-221-1/+6
* Fix Class.getEnclosingClass for anonymous classes declared in <clinit> methodsBrian Carlstrom2013-11-071-4/+5
* Libcore support for Interface Method Tables (IMT).Jeff Hao2013-11-071-0/+3
* Add VMRuntime.getTargetSdkVersion.Alex Klyubin2013-10-241-2/+18
* Merge "Preload DexCaches"Brian Carlstrom2013-10-211-3/+5
|\
| * Preload DexCachesBrian Carlstrom2013-10-161-3/+5