summaryrefslogtreecommitdiffstats
path: root/runtime/quick/inline_method_analyser.h
Commit message (Expand)AuthorAgeFilesLines
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+5
* ART: Optimizing compiler intrinsicsAndreas Gampe2015-01-151-0/+3
* Rewrite GVN's field id and field type handling.Vladimir Marko2014-11-211-3/+1
* ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-031-2/+3
* Change Reference.get() intrinsic to Reference.getReferent().Mathieu Chartier2014-09-091-1/+1
* Added support for patching classes from different dex files.Fred Shih2014-08-061-1/+1
* AArch64: Add inlining support for ceil(), floor(), rint(), round()Serban Constantinescu2014-08-041-0/+5
* Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Fred Shih2014-07-151-0/+1
* Revert "Revert "Revert "Add intrinsic for Reference.get()"""Sebastien Hertz2014-07-111-1/+0
* Revert "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-111-0/+1
* Revert "Add intrinsic for Reference.get()"Christopher Ferris2014-07-111-1/+0
* Add intrinsic for Reference.get()Fred Shih2014-07-101-0/+1
* ART: Intrinsic implementation for java.lang.System.arraycopy.DaniilSokolov2014-07-081-0/+1
* AArch64: Add few more inline functionsSerban Constantinescu2014-07-031-0/+4
* Inlining synthetic accessors.Vladimir Marko2014-04-071-0/+4
* Inlining setters that return one of their arguments.Vladimir Marko2014-04-071-2/+2
* Revert "Inlining setters that return one of their arguments."Mathieu Chartier2014-04-041-2/+2
* Revert "Inlining synthetic accessors."Mathieu Chartier2014-04-041-4/+0
* Inlining synthetic accessors.Vladimir Marko2014-04-041-0/+4
* Inlining setters that return one of their arguments.Vladimir Marko2014-04-041-2/+2
* Move inline method detection to runtime.Vladimir Marko2014-03-121-0/+177