summaryrefslogtreecommitdiffstats
path: root/dalvik
Commit message (Expand)AuthorAgeFilesLines
* Restore the code for optimized file specification.Dan Bornstein2011-02-091-3/+4
* Move libcore.base classes to libcore.util and libcore.io.Jesse Wilson2011-02-071-2/+1
* Remove broken+deprecated SamplingProfiler.writeHprofDataJesse Wilson2011-01-231-12/+0
* Expose an interface for clearing a heap growth limit.Carl Shapiro2011-01-181-0/+6
* Minor doc tweaks.Andy McFadden2011-01-181-9/+4
* Synch up file opening code in PathClassLoader and DexClassLoader.Dan Bornstein2011-01-142-17/+25
* Remove @cts comments from hidden classes.Carl Shapiro2011-01-122-5/+0
* Remove the allocation limits interfaces.Carl Shapiro2011-01-121-26/+12
* Fix a droid doc error caused by the erroneous inflection of @return.Carl Shapiro2011-01-121-1/+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
* | Remove support for setting the minimum size of the heap at runtime.Carl Shapiro2011-01-121-28/+9
|/
* Get memory for direct byte buffers from the Java heap rather than the native ...Elliott Hughes2011-01-101-0/+13
* 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
* Update and clarify opcode values.Dan Bornstein2010-12-032-219/+258
* Expose the "packed opcode" concept, just a bit.Dan Bornstein2010-12-021-8/+24
* am 5aad086b: Merge "Fix SamplingProfiler to handle null group on thread termi...Brian Carlstrom2010-12-011-1/+3
|\
| * Fix SamplingProfiler to handle null group on thread terminationBrian Carlstrom2010-12-011-1/+3
* | Match comment to the new reality.Dan Bornstein2010-11-301-1/+2
|/
* Merge "Add a wee bit of libdex access." into dalvik-devDan Bornstein2010-11-301-0/+12
|\
| * Add a wee bit of libdex access.Dan Bornstein2010-11-301-0/+12
* | Merge "Zero the cookie after close." into dalvik-devAndy McFadden2010-11-301-1/+2
|\ \ | |/ |/|
| * Zero the cookie after close.Andy McFadden2010-11-301-1/+2
* | Generate most libcore opcode-related stuff.Dan Bornstein2010-11-292-54/+114
|/
* A little opcode cleanup in dalvik.system.Dan Bornstein2010-11-292-22/+75
* am 4d7f6230: Merge "minor CloseGuard javadoc corrections"Brian Carlstrom2010-11-191-2/+2
|\
| * minor CloseGuard javadoc correctionsBrian Carlstrom2010-11-191-2/+2
* | am 4bfc26e9: CloseGuard: make members volatile, update commentBrad Fitzpatrick2010-11-151-3/+5
|\ \ | |/
| * CloseGuard: make members volatile, update commentBrad Fitzpatrick2010-11-151-3/+5
* | am f7ee2365: Fix javadoc typoBrian Carlstrom2010-11-081-1/+1
|\ \ | |/
| * Fix javadoc typoBrian Carlstrom2010-11-081-1/+1
* | am b81e1d9d: Add CloseGuard.Reporter interface to allow customization of warn...Brian Carlstrom2010-11-081-2/+42
|\ \ | |/
| * Add CloseGuard.Reporter interface to allow customization of warningsBrian Carlstrom2010-11-081-2/+42
* | Merge "Export the assignable instance counting." into dalvik-devCarl Shapiro2010-11-041-2/+8
|\ \ | |/ |/|
| * Export the assignable instance counting.Carl Shapiro2010-11-041-2/+8
* | Adding CloseGuard.setEnabled for StrictMode integrationBrian Carlstrom2010-11-041-6/+14
|/
* Skip empty samples in the sampling profiler.Jesse Wilson2010-11-011-0/+3
* am 2e37069e: Change SamplingProfiler to use a sampling interval instead of HzBrian Carlstrom2010-11-011-9/+9
|\
| * Change SamplingProfiler to use a sampling interval instead of HzBrian Carlstrom2010-11-011-9/+9
* | am 6cbbd111: Don\'t BlockGuard on INetworkSystem.isConnected w/ 0 timeout.Brad Fitzpatrick2010-10-291-1/+6
|\ \ | |/