summaryrefslogtreecommitdiffstats
path: root/src/class_linker.h
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-630/+0
* GC clean up.Ian Rogers2013-06-211-3/+8
* Don't recursively take ClassLinker::dex_lock_.Ian Rogers2013-06-111-0/+6
* Created compiled stubs in image.Jeff Hao2013-06-071-0/+11
* Profiler directed clean-up of dex2oat.Ian Rogers2013-05-301-8/+6
* Various GCC 3.6 and clang build fixes.Ian Rogers2013-05-201-13/+19
* Directory restructuring of object.hIan Rogers2013-01-301-211/+152
* Move mutex.h into base/mutex.h.Elliott Hughes2012-12-121-1/+1
* Merge "Switch over to the google3 unix_file File*." into dalvik-devElliott Hughes2012-12-121-1/+1
|\
| * Switch over to the google3 unix_file File*.Elliott Hughes2012-12-121-1/+1
* | Remove now unused RelocateExecutableBrian Carlstrom2012-12-121-3/+0
|/
* Remove disable card marks, fix SetPatchLocation.Mathieu Chartier2012-10-311-0/+3
* Add oat file dependency on boot.oat load locationBrian Carlstrom2012-10-181-1/+1
* Concurrent class linker and intern table root markingMathieu Chartier2012-10-161-1/+10
* Flatten interface entries into the iftable.Ian Rogers2012-10-111-8/+4
* Class clean-up.Ian Rogers2012-10-061-10/+14
* Explicitly pass Thread::Current to MutexLock and Alloc.Ian Rogers2012-10-051-26/+28
* Make PopSirt inlinable, pass self to SirtRef.Ian Rogers2012-10-041-2/+2
* Assignability checks for SetFieldObject.Ian Rogers2012-09-241-5/+9
* Change dex cache to be java object instead of array, add pointer to dex file ...Mathieu Chartier2012-09-211-20/+41
* Re-enable parallel verification.Ian Rogers2012-09-071-5/+3
* Rename GlobalSynchronization to LocksIan Rogers2012-09-051-102/+102
* Fixes to verifier and slowpaths for cts invoke tests.jeffhao2012-08-291-1/+2
* Avoid compile time rewriting of dex code by verifier.Ian Rogers2012-08-281-3/+3
* Global lock levels.Ian Rogers2012-08-141-113/+224
* Remove unused "InitFromImageCallbackState"Logan Chien2012-07-121-1/+0
* Update DexFile_isDexOptNeeded to handle system.img oat files with classes.dexBrian Carlstrom2012-06-271-4/+9
* Code cleanup. Full sharpening.TDYa1272012-06-271-2/+0
* Increase use of ScopedJniThreadState.Ian Rogers2012-06-261-12/+12
* Compare checksum in oat files adjacent to jar/apk to support oat in system imageBrian Carlstrom2012-06-251-0/+4
* Use static thread safety analysis when available, and fix the bugs GCC finds.Elliott Hughes2012-06-181-13/+12
* Support for a set of verifier failures.Ian Rogers2012-04-201-13/+0
* Revert "Support for a set of verifier failures."Ian Rogers2012-04-191-0/+13
* Support for a set of verifier failures.Ian Rogers2012-04-181-13/+0
* Add a SafeMap equivalent to std::map but without the error-prone operator[].Elliott Hughes2012-04-141-2/+2
* Late method resolution.TDYa1272012-04-071-0/+4
* Add ELF loader to OatFile.Logan Chien2012-04-061-0/+3
* Avoid a case of eager initialization.Ian Rogers2012-03-311-4/+5
* Add some extra debugging/diagnostic support.Elliott Hughes2012-03-221-1/+2
* Invoke static/direct dispatch change.Ian Rogers2012-02-271-6/+14
* Numerous fixes to compiler and verifier for cts vm-tests.jeffhao2012-02-231-0/+1
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-6/+6
* Remove dexCacheResolvedMethods, address Proxy issueIan Rogers2012-02-141-3/+4
* Revert "Remove dexCacheResolvedMethods from Method/Constructor"Ian Rogers2012-02-141-9/+11
* Remove dexCacheResolvedMethods from Method/ConstructorIan Rogers2012-02-131-11/+9
* Remove Method's dex_cache_resolved_fields_Ian Rogers2012-02-061-2/+4
* Fix checksum verification when opening DexFiles from OatFilesBrian Carlstrom2012-02-031-4/+12
* Improve debug-ability of native method registrationIan Rogers2012-02-031-0/+1
* Fix to prevent a dex file from being verified multiple times.jeffhao2012-01-311-0/+3
* Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...Ian Rogers2012-01-261-1/+2