summaryrefslogtreecommitdiffstats
path: root/runtime/quick/inline_method_analyser.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-3/+4
* Quick: Inline synthetic accessors generated by jack.Vladimir Marko2015-05-061-1/+4
* ART: Clean up includes.Vladimir Marko2015-04-131-0/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-7/+3
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-1/+11
* Revert "Add JIT"Nicolas Geoffray2015-02-241-11/+1
* Add JITMathieu Chartier2015-02-231-1/+11
* Remove portable.Elliott Hughes2014-12-121-0/+1
* ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-031-44/+32
* Move DecodedInstruction into MIR.Ian Rogers2014-05-021-9/+7
* Inlining synthetic accessors.Vladimir Marko2014-04-071-8/+20
* Inlining setters that return one of their arguments.Vladimir Marko2014-04-071-16/+40
* Revert "Inlining setters that return one of their arguments."Mathieu Chartier2014-04-041-40/+16
* Revert "Inlining synthetic accessors."Mathieu Chartier2014-04-041-20/+8
* Inlining synthetic accessors.Vladimir Marko2014-04-041-8/+20
* Inlining setters that return one of their arguments.Vladimir Marko2014-04-041-16/+40
* Support inlining detection from debugger.Sebastien Hertz2014-03-211-36/+51
* Move inline method detection to runtime.Vladimir Marko2014-03-121-0/+303