summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Trim reference tables when we trim the heapMathieu Chartier2014-11-265-2/+48
* Merge "Add a way to change the IMT size"Mathieu Chartier2014-11-271-1/+5
|\
| * Add a way to change the IMT sizeMathieu Chartier2014-11-261-1/+5
* | Merge "Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_)."Stephen Hines2014-11-261-1/+2
|\ \ | |/ |/|
| * Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_).Stephen Hines2014-11-261-1/+2
* | Merge "ART: Use Overwrite instead of Put"Andreas Gampe2014-11-261-1/+3
|\ \
| * | ART: Use Overwrite instead of PutAndreas Gampe2014-11-261-1/+3
* | | Merge "Add ART_USE_OPTIMIZING_COMPILER flag."Nicolas Geoffray2014-11-261-0/+6
|\ \ \ | |/ / |/| |
| * | Add ART_USE_OPTIMIZING_COMPILER flag.Nicolas Geoffray2014-11-251-0/+6
* | | Move dexCacheStrings from ArtMethod to ClassMathieu Chartier2014-11-2510-46/+60
* | | Fix oatwriter code dedupingMathieu Chartier2014-11-251-1/+1
|/ /
* | Merge "ART: Avoid recursive abort"Andreas Gampe2014-11-251-1/+3
|\ \
| * | ART: Avoid recursive abortAndreas Gampe2014-11-241-1/+3
* | | ART: Fix inline dependencyAndreas Gampe2014-11-241-1/+1
* | | Merge "ART: Fix unused variables and functions"Andreas Gampe2014-11-243-98/+96
|\ \ \
| * | | ART: Fix unused variables and functionsAndreas Gampe2014-11-243-98/+96
* | | | 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
|/ / / / /