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
2017-03-16
Add method info to oat files
Mathieu Chartier
2017-02-22
Move StackMapStream deduplication maps to arena.
Vladimir Marko
2017-02-15
Add invoke infos to stack maps
Mathieu Chartier
2017-02-13
Deduplicate register maps for both inline and normal stack maps
Mathieu Chartier
2017-02-08
Clean up code info table layout
Mathieu Chartier
2017-02-06
Revert "Revert "Inline across dex files for JIT.""
Nicolas Geoffray
2017-02-03
ART: Refactor verify_object.h
Andreas Gampe
2017-02-03
Merge "Revert "Inline across dex files for JIT.""
Nicolas Geoffray
2017-02-03
Revert "Inline across dex files for JIT."
Nicolas Geoffray
2017-02-03
Merge "Inline across dex files for JIT."
Nicolas Geoffray
2017-02-02
Inline across dex files for JIT.
Nicolas Geoffray
2017-02-01
Deduplicate register masks
Mathieu Chartier
2017-01-31
Deduplicate stack masks
David Srbecky
2017-01-27
Remove alignment bits in between stack maps
Mathieu Chartier
2017-01-20
Compressed native PC for stack maps
Mathieu Chartier
2017-01-16
Put inlined ArtMethod pointer in stack maps.
Nicolas Geoffray
2016-06-21
Replace String.charAt() with HIR.
Vladimir Marko
2016-04-01
Use bit-level packing for InlineInfo in stackmaps as well.
David Srbecky
2016-03-31
Pack stack map entries on bit level to save space.
David Srbecky
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