index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
dex
/
inline_method_analyser.cc
Age
Commit message (
Expand
)
Author
2024-11-25
Allow the inliner pattern matcher to work with invoke-direct/range
Santiago Aboy Solanes
2024-10-17
fix inliner bug
wangmingming1
2024-05-10
Revert "Workaround for b/336842546"
Nicolas Geoffray
2024-05-03
Workaround for b/336842546
Santiago Aboy Solanes
2024-03-26
Rename enums.h/.cc to pointer_size.h/.cc.
Santiago Aboy Solanes
2024-03-04
Remove obsolete quickening-related TODO comments.
Vladimir Marko
2024-02-29
Inliner: Always try code pattern recognition.
Vladimir Marko
2022-11-18
Make remaining compiler/ symbols hidden.
Vladimir Marko
2022-02-25
Update compiler/ implications to use (D)CHECK_IMPLIES
Santiago Aboy Solanes
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-09-20
Revert^2 "ART: Refactor typedef to using"
Andreas Gampe
2018-09-20
Revert "ART: Refactor typedef to using"
Andreas Gampe
2018-09-19
ART: Refactor typedef to using
Andreas Gampe
2018-06-11
Revert^2 "Remove support for Valgrind in ART."
Roland Levillain
2018-05-22
Revert "Remove support for Valgrind in ART."
Andreas Gampe
2018-05-14
Remove support for Valgrind in ART.
Roland Levillain
2018-01-31
Revert "Revert "Make libdexfile build independent of runtime dir""
David Sehr
2018-01-30
Revert "Make libdexfile build independent of runtime dir"
David Sehr
2018-01-30
Make libdexfile build independent of runtime dir
David Sehr
2018-01-05
Create dex subdirectory
David Sehr
2017-12-22
Make CodeItem fields private
Mathieu Chartier
2017-11-09
Add code item accessor helper classes
Mathieu Chartier
2017-11-01
Refactor DexInstructionIterator
Mathieu Chartier
2017-09-27
Add DexInstructionIterator and use it a few places
Mathieu Chartier
2017-09-18
Clean up AtomicDexRefMap
Mathieu Chartier
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-20
Hash-based DexCache methods array.
Vladimir Marko
2017-06-05
ART: More header cleanups
Andreas Gampe
2017-04-21
ART: Clean up InlineMethodAnalyzer
Andreas Gampe
2017-04-21
ART: Move InlineMethodAnalyzer into compiler
Andreas Gampe