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