summaryrefslogtreecommitdiffstats
path: root/dalvik
Commit message (Expand)AuthorAgeFilesLines
...
* | Use -fvisibility and clean up a little.Elliott Hughes2011-03-081-4/+0
* | Clean up of test-related dalvik.annotation classesBrian Carlstrom2011-03-037-241/+6
* | Fix more FindBugs warnings: RR_NOT_CHECKED.Elliott Hughes2011-02-241-1/+2
* | am 2f323ffc: Merge "Move state from Sampler to SamplingProfiler that needs to...Brian Carlstrom2011-02-241-25/+30
|\ \ | |/
| * Move state from Sampler to SamplingProfiler that needs to be preserved across...Brian Carlstrom2011-02-241-25/+30
* | Simplify internal libcore logging.Elliott Hughes2011-02-223-19/+6
* | Fix various FindBugs warnings.Elliott Hughes2011-02-171-13/+8
* | Fix dalvik.system FindBugs warnings.Elliott Hughes2011-02-172-2/+5
* | Refactor DexClassLoader and PathClassLoader.Dan Bornstein2011-02-164-734/+595
* | Remove the obsolete TouchDex code.Elliott Hughes2011-02-104-716/+0
* | Move more of the system properties handling into managed code.Elliott Hughes2011-02-103-32/+26
* | am 7190be77: Restore the code for optimized file specification.Dan Bornstein2011-02-091-3/+4
|\ \ | |/
| * Restore the code for optimized file specification.Dan Bornstein2011-02-091-3/+4
* | Merge "Stub out and deprecate gcSoftReferences." into dalvik-devCarl Shapiro2011-02-081-3/+4
|\ \
| * | Stub out and deprecate gcSoftReferences.Carl Shapiro2011-02-071-3/+4
* | | resolved conflicts for merge of 6186821c to dalvik-devJesse Wilson2011-02-071-2/+1
|\ \ \ | |/ / |/| / | |/
| * Move libcore.base classes to libcore.util and libcore.io.Jesse Wilson2011-02-071-2/+1
* | am 82c16e90: am d57cdc2f: am 766776ce: Remove broken+deprecated SamplingProfi...Jesse Wilson2011-01-231-12/+0
|\ \ | |/
| * Remove broken+deprecated SamplingProfiler.writeHprofDataJesse Wilson2011-01-231-12/+0
* | am b0886c84: am d26f4e0d: am 6fcb5467: Merge "Expose an interface for clearin...Carl Shapiro2011-01-181-0/+6
|\ \ | |/
| * Expose an interface for clearing a heap growth limit.Carl Shapiro2011-01-181-0/+6
* | am 0d46536e: am cbd2876d: am be9c142f: Minor doc tweaks.Andy McFadden2011-01-181-9/+4
|\ \ | |/
| * Minor doc tweaks.Andy McFadden2011-01-181-9/+4
* | am 16ed9750: am a04850bc: am 6044fd95: Synch up file opening code in PathClas...Dan Bornstein2011-01-142-17/+25
|\ \ | |/
| * Synch up file opening code in PathClassLoader and DexClassLoader.Dan Bornstein2011-01-142-17/+25
* | am 3c61f6c5: am fb641fa5: am c4379294: Remove @cts comments from hidden classes.Carl Shapiro2011-01-122-5/+0
|\ \ | |/
| * Remove @cts comments from hidden classes.Carl Shapiro2011-01-122-5/+0
* | am bc307281: am 2ce1fb3e: am 55fa6d07: Merge "Remove the allocation limits in...Carl Shapiro2011-01-121-26/+12
|\ \ | |/
| * Remove the allocation limits interfaces.Carl Shapiro2011-01-121-26/+12
* | am 2d71deb0: am 651d1905: am 79214492: Fix a droid doc error caused by the er...Carl Shapiro2011-01-121-1/+1
|\ \ | |/
| * Fix a droid doc error caused by the erroneous inflection of @return.Carl Shapiro2011-01-121-1/+1
* | am 706ea0b9: am 5e7fa214: am f6dbefb3: Merge "Remove method level hiding with...Carl Shapiro2011-01-125-39/+1
|\ \ | |/
| * Merge "Remove method level hiding within hidden classes." into honeycombCarl Shapiro2011-01-125-39/+1
| |\
| | * Remove method level hiding within hidden classes.Carl Shapiro2011-01-125-39/+1
* | | am 04874adf: am 36dc3b8d: am cb966aef: Remove support for setting the minimum...Carl Shapiro2011-01-121-28/+9
|\ \ \ | |/ /
| * | Remove support for setting the minimum size of the heap at runtime.Carl Shapiro2011-01-121-28/+9
| |/
* | am 66d9e787: am cbe26f42: am c8dde40c: Merge "Get memory for direct byte buff...Elliott Hughes2011-01-101-0/+13
|\ \ | |/
| * Get memory for direct byte buffers from the Java heap rather than the native ...Elliott Hughes2011-01-101-0/+13
* | Tell editors that these are Makefiles (or fragments thereof).Elliott Hughes2011-01-071-0/+1
|/
* Adding binary hprof support to SamplingProfilerBrian Carlstrom2010-12-222-204/+1642
* Revert "Remove inline natives for an unused performance test." (libcore)Jesse Wilson2010-12-223-1/+138
* Remove native targets for unused performance tests.Jesse Wilson2010-12-223-138/+1
* Revert "Remove native targets for unused performance tests."Ben Cheng2010-12-212-1/+70
* Remove native targets for unused performance tests.Jesse Wilson2010-12-212-70/+1
* Remove the external allocation facility.Carl Shapiro2010-12-171-29/+16
* We always wantDex at this point.Dan Bornstein2010-12-162-29/+26
* Don't bother trying to unzip a file named "*.dex".Dan Bornstein2010-12-161-8/+17
* Plumbing for loading byte[]-based dex files.Dan Bornstein2010-12-151-0/+6
* Add BlockGuardPolicyException constructor with a messageBrad Fitzpatrick2010-12-101-1/+8
* Fix a bunch of javac -Xlint warnings in our code.Elliott Hughes2010-12-082-25/+4