index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
stack_map_stream.cc
Age
Commit message (
Expand
)
Author
2016-03-21
Optimizing: Fix register allocator validation memory usage.
Vladimir Marko
2016-02-25
Verify encoded stack maps in debug builds.
David Srbecky
2016-02-25
Implement << operator for DexRegisterLocation::Kind.
David Srbecky
2016-01-08
Don't encode a DexRegisterMap if there is no live register.
Nicolas Geoffray
2015-10-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-10-06
Assert we don't store an invalid dex_pc in the stack maps.
Calin Juravle
2015-09-29
Optimizing: Tag arena allocations in code generators.
Vladimir Marko
2015-09-15
Revert "Revert "ART: Register allocation and runtime support for try/catch""
David Brazdil
2015-09-14
Revert "ART: Register allocation and runtime support for try/catch"
David Brazdil
2015-09-14
ART: Register allocation and runtime support for try/catch
David Brazdil
2015-07-16
Improve documentation of memory layouts in stack_map.h.
Roland Levillain
2015-06-12
Optimizing: Remove PcInfo, use the StackMapStream instead.
Vladimir Marko
2015-06-04
Cache stack map encoding
David Brazdil
2015-05-26
Move the catalog after the stack maps.
Nicolas Geoffray
2015-05-21
Also encode the InvokeType in an InlineInfo.
Nicolas Geoffray
2015-05-18
Support InlineInfo in StackMap.
Nicolas Geoffray
2015-04-23
Cleanup and improve stack map stream
Calin Juravle
2015-04-23
Move stack map stream implementation to its own cc file.
Calin Juravle