summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker.cc
Commit message (Expand)AuthorAgeFilesLines
* Handle OOMEs in class linker with grace.Ian Rogers2013-08-271-20/+173
* Don't scan image space when starting runtime.Ian Rogers2013-08-231-195/+261
* Use Class::IsVerified to confirm status, not MethodVerifier::FailureKindBrian Carlstrom2013-08-211-2/+4
* Merge "Don't allow class status to go backward except for error." into dalvik...Ian Rogers2013-08-211-112/+135
|\
| * Don't allow class status to go backward except for error.Ian Rogers2013-08-211-112/+135
* | Compiler filter updatebuzbee2013-08-211-3/+3
|/
* Avoid throwing NoClassDefFoundError at compile time.Ian Rogers2013-08-201-12/+14
* Reduce AOT initialization.Ian Rogers2013-08-191-29/+28
* Merge "Get SEA fibonacci running in interpreter mode." into dalvik-devIan Rogers2013-08-161-0/+7
|\
| * Get SEA fibonacci running in interpreter mode.Dragos Sbirlea2013-08-161-0/+7
* | Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-26/+23
|/
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-10/+87
* Fix races in small mode compiler filters setupIan Rogers2013-08-131-4/+0
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-215/+164
* Work on SMALL_ART and PORTABLE working at the same time.Dragos Sbirlea2013-08-131-3/+3
* am a024a068: Compilation filterbuzbee2013-08-081-0/+24
|\
| * Compilation filterbuzbee2013-08-081-0/+24
* | Entry point clean up.Ian Rogers2013-08-071-48/+51
|/
* Portable refactorings.Ian Rogers2013-07-301-4/+1
* Put jni lookup stub in native code ptr and fix GetOatMethodFor for proxy.Jeff Hao2013-07-291-1/+12
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* Fix dalvik-dev branch cpplint issuesBrian Carlstrom2013-07-191-1/+0
* Fixing gtest failure due to VerifyClassUsingOatFile changeAnwar Ghuloum2013-07-181-0/+6
* Merge "Fix VerifyClassUsingOatFile to check preverified image classes" into d...Anwar Ghuloum2013-07-181-6/+19
|\
| * Fix VerifyClassUsingOatFile to check preverified image classesAnwar Ghuloum2013-07-171-6/+19
* | Add verification of boot.oat generated on deviceBrian Carlstrom2013-07-171-39/+16
|/
* Do not mark pages executable unnecessarily to play nice with selinuxBrian Carlstrom2013-07-121-4/+7
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+3959