index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
stack_map.cc
Age
Commit message (
Expand
)
Author
2021-11-30
Add std::noboolalpha to InlineInfo dumps
Santiago Aboy Solanes
2021-11-09
Inline across dex files for compiler options' non-BCP methods
Santiago Aboy Solanes
2021-11-01
Revert^2 "Inline across dex files for bootclaspath's methods"
Santiago Aboy Solanes
2021-10-29
Revert "Inline across dex files for bootclaspath's methods"
Santiago Aboy Solanes
2021-10-26
Inline across dex files for bootclaspath's methods
Santiago Aboy Solanes
2021-04-10
Inline CodeInfo::DecodeCodeSize
David Srbecky
2021-03-10
Refactor stack map printing in oatdump.
David Srbecky
2021-03-09
Move code size from OatQuickMethodHeader to CodeInfo.
David Srbecky
2021-03-08
Slightly refactor stack map stats printing.
David Srbecky
2021-03-05
Add code size to CodeInfo.
David Srbecky
2020-08-28
Enable -Wconversion for thread.cc
Eric Holk
2019-06-30
Stack maps: Refactor constructors.
David Srbecky
2019-06-20
Revert^2 "Stack maps: Interleave consecutive varints."
David Srbecky
2019-06-20
Revert "Stack maps: Interleave consecutive varints."
Raylin Hsu
2019-06-19
Stack maps: Interleave consecutive varints.
David Srbecky
2019-06-18
Stack maps: Handle special cases using flags.
David Srbecky
2019-05-26
Optimize stack maps: add fast path for no inline info.
David Srbecky
2019-05-25
Optimize stack map decoding.
David Srbecky
2019-03-06
Revert "Revert^2 "Add code size to CodeInfo""
Nicolas Geoffray
2019-03-05
Revert "Don't pack code size in CodeInfo."
Nicolas Geoffray
2019-02-27
Don't pack code size in CodeInfo.
David Srbecky
2019-02-14
Revert^2 "Add code size to CodeInfo"
David Srbecky
2019-02-12
Revert "Add code size to CodeInfo"
David Srbecky
2019-02-11
Add code size to CodeInfo
David Srbecky
2018-08-10
Add helper method to iterate over BitTable fields in CodeInfo.
David Srbecky
2018-08-10
Move varint encoding/decoding to BitMemoryReader/Writer.
David Srbecky
2018-08-10
Cleanup BitMemoryReader/Writer api.
David Srbecky
2018-08-03
Add stack map fast path for GC.
David Srbecky
2018-08-02
Encode frame info using varints.
David Srbecky
2018-08-01
Move MethodInfo to CodeInfo.
David Srbecky
2018-08-01
Deduplicate stackmaps at BitTable level.
David Srbecky
2018-07-26
Decode only the needed tables from CodeInfo.
David Srbecky
2018-07-13
Remove unused InvokeInfo from stack maps and the runtime.
David Srbecky
2018-07-04
Use iterators to access stack map data.
David Srbecky
2018-06-27
Remove explicit size from CodeInfo.
David Srbecky
2018-06-26
Add method frame info to CodeInfo.
David Srbecky
2018-06-22
Merge "Ensure that BitTableAccessor refers to non-null table."
David Srbecky
2018-06-22
Ensure that BitTableAccessor refers to non-null table.
David Srbecky
2018-06-22
Implement BitMemory{Reader,Writer}
David Srbecky
2018-06-21
Binary search stack maps by native pc.
David Srbecky
2018-06-14
Template BitTable based on the accessors.
David Srbecky
2018-06-14
Move some helper methods to DexRegisterLocation.
David Srbecky
2018-06-13
Rewrite stack map statistics printing in outdump.
David Srbecky
2018-06-07
Remove unused GetDexRegisterMap arguments.
David Srbecky
2018-06-07
Delta-compress register maps in stack maps.
David Srbecky
2018-06-05
Remove depth argument from InlineInfo accessors in stack maps.
David Srbecky
2018-06-01
Rewrite dex register map encoding in stackmaps.
David Srbecky
2018-05-30
Simplify DexRegisterMap API.
David Srbecky
2018-05-30
Remove the CodeOffset helper class.
David Srbecky
2018-05-30
Revert^2 "Optimize register mask and stack mask in stack maps."
David Srbecky
[next]