summaryrefslogtreecommitdiffstats
path: root/libart
Commit message (Expand)AuthorAgeFilesLines
* Make isAssignableFrom not cast iftable entries to class.Jeff Hao2015-07-141-2/+1
* Send SIGQUIT when finalizer times outMathieu Chartier2015-06-111-0/+10
* Add VMRuntime.runFinalizationWithTimeoutMathieu Chartier2015-06-051-0/+25
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-014-89/+15
* Removed offset and value from String and added StringFactory.Jeff Hao2015-04-274-380/+1476
* Move Class.newInstance to nativeMathieu Chartier2015-04-242-34/+1
* Merge "Fix hashCode() for the read barrier lock word change."Hiroshi Yamauchi2015-04-241-3/+4
|\
| * Fix hashCode() for the read barrier lock word change.Hiroshi Yamauchi2015-04-231-3/+4
* | Merge "Tidy up Package and classloader comments"Neil Fuller2015-04-241-2/+2
|\ \ | |/ |/|
| * Tidy up Package and classloader commentsNeil Fuller2015-04-221-2/+2
* | Move java.nio.Charsets to libcore.util.Narayan Kamath2015-04-221-7/+7
|/
* Fix Class.forName(..., ..., null) to pass 068-classloader's testClassForNameBrian Carlstrom2015-04-212-18/+17
* Add missing @hide and fix Constructor + Method changing APIMathieu Chartier2015-04-213-7/+14
* Move functionality from ArtMethod into MethodMathieu Chartier2015-04-216-308/+112
* Libcore: Remove getClassLoaderImplAndreas Gampe2015-04-201-18/+1
* Document behavior of Class.forName with a null ClassLoaderBrian Carlstrom2015-04-201-7/+11
* Merge "Remove ArtField"Mathieu Chartier2015-04-103-75/+26
|\
| * Remove ArtFieldMathieu Chartier2015-04-103-75/+26
* | Avoid using dex cache array pointers in libart.Vladimir Marko2015-04-104-69/+50
|/
* Add dalvik.system.TransactionAbortError classSebastien Hertz2015-04-021-0/+62
* 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