summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-13/+12
* Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-08-061-6/+11
* Make system use patchoat to relocate during runtime.Alex Light2014-08-051-25/+54
* Use canonical paths when searching for dex filesCalin Juravle2014-08-041-9/+1
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-55/+46
* Revert "Fix proxy tracing and enable tests that now work with tracing."Nicolas Geoffray2014-07-291-11/+6
* Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-07-281-6/+11
* ART: Allow arrays with erroneous component typeAndreas Gampe2014-07-251-1/+8
* Fix build, missing spaces around =/<.Mingyao Yang2014-07-221-1/+1
* Merge "Set vtable in class object to null after linking."Mingyao Yang2014-07-221-15/+25
|\
| * Set vtable in class object to null after linking.Mingyao Yang2014-07-221-15/+25
* | Runtime can now be set to require relocationAlex Light2014-07-221-63/+310
* | Avoid marking erroneous classes as erroneous twice.Ian Rogers2014-07-221-3/+9
|/
* Fix erroneous behaviors with OOME present.Ian Rogers2014-07-211-8/+9
* Merge "Fix bad comment in class_linker"Calin Juravle2014-07-171-2/+0
|\
| * Fix bad comment in class_linkerCalin Juravle2014-07-171-2/+0
* | Merge "Fix two read barrier bugs introduced in CL 97882."Hiroshi Yamauchi2014-07-171-2/+3
|\ \ | |/ |/|
| * Fix two read barrier bugs introduced in CL 97882.Hiroshi Yamauchi2014-07-171-2/+3
* | Merge "Remove object_utils.h."Ian Rogers2014-07-151-1/+2
|\ \
| * | Remove object_utils.h.Ian Rogers2014-07-161-1/+2
* | | Merge "Make ART fail gracefully when it can't update the desired code."Calin Juravle2014-07-161-3/+25
|\ \ \ | |/ / |/| |
| * | Make ART fail gracefully when it can't update the desired code.Calin Juravle2014-07-161-3/+25
| |/
* | Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Fred Shih2014-07-151-2/+19
|/
* Merge "Revert "Revert "ART: Key-Value Store in Oat header"""Andreas Gampe2014-07-111-1/+3
|\
| * Revert "Revert "ART: Key-Value Store in Oat header""Andreas Gampe2014-07-111-1/+3
* | Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-134/+286
|/
* Revert "Revert "Revert "Add intrinsic for Reference.get()"""Sebastien Hertz2014-07-111-22/+2
* Revert "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-111-2/+22
* Revert "Add intrinsic for Reference.get()"Christopher Ferris2014-07-111-22/+2
* Add intrinsic for Reference.get()Fred Shih2014-07-101-2/+22
* Merge "Revert "ART: Key-Value Store in Oat header""Nicolas Geoffray2014-07-021-3/+1
|\
| * Revert "ART: Key-Value Store in Oat header"Nicolas Geoffray2014-07-091-3/+1
* | Merge "Make dex2oat heap size product configurable [art]"Brian Carlstrom2014-07-081-4/+0
|\ \ | |/ |/|
| * Make dex2oat heap size product configurable [art]Brian Carlstrom2014-07-081-4/+0
* | ART: Key-Value Store in Oat headerAndreas Gampe2014-07-081-1/+3
|/
* ART: Native support for multidexAndreas Gampe2014-06-251-94/+270
* Add more read barriers to the class linker.Hiroshi Yamauchi2014-06-241-18/+32
* Add mark compact collector.Mathieu Chartier2014-06-191-36/+38
* Add read barriers for the class and the intern tables.Hiroshi Yamauchi2014-06-131-8/+16
* Merge "Change MethodHelper to use a Handle."Mathieu Chartier2014-06-101-41/+48
|\
| * Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-41/+48
* | Add locking around boot image generation.Narayan Kamath2014-06-101-55/+2
|/
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-33/+19
* Add option to specify compiler executable.Tsu Chiang Chuang2014-05-271-2/+1
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-82/+69
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-69/+82
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-82/+69
* Add context to LinkFields asserts since the previous_size check failedBrian Carlstrom2014-05-201-63/+97
* Merge "Now we have a proper C++ library, use std::unique_ptr."Ian Rogers2014-05-201-22/+21
|\
| * Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-22/+21