summaryrefslogtreecommitdiff
path: root/runtime/quick/inline_method_analyser.cc
AgeCommit message (Expand)Author
2017-04-21ART: Move InlineMethodAnalyzer into compiler Andreas Gampe
2017-03-14Revert^2 "Hash-based DexCache field array." Vladimir Marko
2017-03-13Revert "Hash-based DexCache field array." Vladimir Marko
2017-03-10Hash-based DexCache field array. Vladimir Marko
2016-10-03Move ArtField to ObjPtr Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-04-28Split profile recording from jit compilation Calin Juravle
2016-03-23Revert "ART: Weaken DCHECK" Nicolas Geoffray
2016-03-22ART: Weaken DCHECK Andreas Gampe
2016-03-09ART: Write bit fields together in ComputeSpecialAccessorInfo(). Vladimir Marko
2016-02-09Try to substitute constructor chains for IPUTs. Vladimir Marko
2016-02-02ART: Fix bad manual rename of local variable. Vladimir Marko
2016-01-28Optimizing: Try pattern substitution when we cannot inline. Vladimir Marko
2015-10-27Remove stalled DCHECK. Nicolas Geoffray
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-06Quick: Inline synthetic accessors generated by jack. Vladimir Marko
2015-04-13ART: Clean up includes. Vladimir Marko
2015-04-10Move ArtField to native Mathieu Chartier
2015-02-24Revert "Revert "Add JIT"" Mathieu Chartier
2015-02-24Revert "Add JIT" Nicolas Geoffray
2015-02-23Add JIT Mathieu Chartier
2014-12-12Remove portable. Elliott Hughes
2014-11-03ART: Replace COMPILE_ASSERT with static_assert (runtime) Andreas Gampe
2014-05-02Move DecodedInstruction into MIR. Ian Rogers
2014-04-07Inlining synthetic accessors. Vladimir Marko
2014-04-07Inlining setters that return one of their arguments. Vladimir Marko
2014-04-04Revert "Inlining setters that return one of their arguments." Mathieu Chartier
2014-04-04Revert "Inlining synthetic accessors." Mathieu Chartier
2014-04-04Inlining synthetic accessors. Vladimir Marko
2014-04-04Inlining setters that return one of their arguments. Vladimir Marko
2014-03-21Support inlining detection from debugger. Sebastien Hertz
2014-03-12Move inline method detection to runtime. Vladimir Marko