summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-2413-125/+91
* Merge "Rewrite GVN's field id and field type handling."Vladimir Marko2014-11-241-3/+1
|\
| * Rewrite GVN's field id and field type handling.Vladimir Marko2014-11-211-3/+1
* | ART: ELF symbol table lookup is fixedYevgeny Rouban2014-11-241-1/+1
* | Avoid some recursive aborting.Ian Rogers2014-11-211-2/+4
* | Merge "ART: Wrap AllocThreadUnsafe in Valgrind wrapper"Andreas Gampe2014-11-222-0/+27
|\ \
| * | ART: Wrap AllocThreadUnsafe in Valgrind wrapperAndreas Gampe2014-11-212-0/+27
* | | Merge "Fix UnimplementedEntryPoint initialziation."Ian Rogers2014-11-221-2/+2
|\ \ \
| * | | Fix UnimplementedEntryPoint initialziation.Xingxing Pan2014-10-161-2/+2
* | | | Merge "Fixed ArtMethod::GetQuickFrameInfo() for proxy methods"Ian Rogers2014-11-221-5/+19
|\ \ \ \
| * | | | Fixed ArtMethod::GetQuickFrameInfo() for proxy methodsDaniel Mihalyi2014-10-201-5/+19
* | | | | Merge "Add JNI trampoline for mips32."Ian Rogers2014-11-224-209/+282
|\ \ \ \ \
| * | | | | Add JNI trampoline for mips32.Douglas Leung2014-10-314-209/+282
* | | | | | Merge "ART: Fix crash with unreachable void check-cast"Ian Rogers2014-11-221-0/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | ART: Fix crash with unreachable void check-castStephen Kyle2014-11-071-0/+3
* | | | | | Merge "Fix oatdump to use OatHeader pointer size"Mathieu Chartier2014-11-2110-57/+62
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix oatdump to use OatHeader pointer sizeMathieu Chartier2014-11-2110-57/+62
* | | | | | Restrict FDO to only apply to target build.Dehao Chen2014-11-201-1/+3
* | | | | | Merge "dex2oat: Pack likely-dirty objects together when generating the boot i...Igor Murashkin2014-11-202-1/+74
|\ \ \ \ \ \
| * | | | | | dex2oat: Pack likely-dirty objects together when generating the boot imageIgor Murashkin2014-11-202-1/+74
* | | | | | | Merge "Tune rosalloc buffer sizes."Hiroshi Yamauchi2014-11-202-3/+2
|\ \ \ \ \ \ \
| * | | | | | | Tune rosalloc buffer sizes.Hiroshi Yamauchi2014-11-202-3/+2
* | | | | | | | Re-enable DumpNativeStack.Ian Rogers2014-11-201-2/+9
| |/ / / / / / |/| | | | | |
* | | | | | | Merge "Prune image cache if the boot marker is still in place."Narayan Kamath2014-11-201-11/+37
|\ \ \ \ \ \ \
| * | | | | | | Prune image cache if the boot marker is still in place.Narayan Kamath2014-11-191-11/+37
* | | | | | | | Merge "JDWP: only deoptimize when it is required"Sebastien Hertz2014-11-203-43/+109
|\ \ \ \ \ \ \ \
| * | | | | | | | JDWP: only deoptimize when it is requiredSebastien Hertz2014-11-193-43/+109
* | | | | | | | | Merge "Avoid JNI call with pending OOME."Ian Rogers2014-11-202-11/+17
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Avoid JNI call with pending OOME.Ian Rogers2014-11-192-11/+17
* | | | | | | | | Fix zygote space and non moving space map namesMathieu Chartier2014-11-191-2/+9
|/ / / / / / / /
* | | / / / / / Fix the last users of TARGET_CPU_SMP.Elliott Hughes2014-11-194-22/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Fix a memory leak in jni_internal_test.Ian Rogers2014-11-191-51/+64
| |/ / / / / |/| | | | |
* | | | | | ART: Track Flush & Close in FdFileAndreas Gampe2014-11-1814-27/+214
* | | | | | Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-1824-135/+296
|/ / / / /
* | | | | Merge "Enable the hspace compaction on OOM by default."Hiroshi Yamauchi2014-11-182-6/+6
|\ \ \ \ \
| * | | | | Enable the hspace compaction on OOM by default.Hiroshi Yamauchi2014-11-172-6/+6
* | | | | | Merge "Add denver64 as a known ARM64 variant."Ian Rogers2014-11-183-33/+58
|\ \ \ \ \ \
| * | | | | | Add denver64 as a known ARM64 variant.Ian Rogers2014-11-173-33/+58
* | | | | | | Change IsZygote test to !IsCompilerMathieu Chartier2014-11-171-1/+2
| |/ / / / / |/| | | | |
* | | | | | Combine image string char arrays into single arrayMathieu Chartier2014-11-171-9/+8
* | | | | | Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running ...Mathieu Chartier2014-11-172-2/+6
* | | | | | Change 512 to kLocalsMax.Mathieu Chartier2014-11-171-2/+2
* | | | | | Merge "Fix ordering of fields with the same name."Vladimir Marko2014-11-172-4/+8
|\ \ \ \ \ \
| * | | | | | Fix ordering of fields with the same name.Vladimir Marko2014-11-172-4/+8
* | | | | | | Fix reference leaks in ToReflectedMethod and ToReflectedFieldMathieu Chartier2014-11-172-4/+14
| |/ / / / / |/| | | | |
* | | | | | Merge "Fix art_quick_instrumentation_entry stub for x86/x86_64"Sebastien Hertz2014-11-172-2/+2
|\ \ \ \ \ \
| * | | | | | Fix art_quick_instrumentation_entry stub for x86/x86_64Sebastien Hertz2014-11-172-2/+2
* | | | | | | Merge "Fix DCHECK in artInstrumentationMethodEntryFromCode"Sebastien Hertz2014-11-171-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix DCHECK in artInstrumentationMethodEntryFromCodeSebastien Hertz2014-11-171-1/+1
| |/ / / / /
* | | | | | Avoid abort in malformed dex code.Ian Rogers2014-11-145-37/+47