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_test.cc
Age
Commit message (
Expand
)
Author
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2022-07-14
Reland "Introduce a flag to check if JITed code has instrumentation support"
Mythri Alle
2022-07-13
Revert "Introduce a flag to check if JITed code has instrumentation support"
Mythri Alle
2022-07-12
Introduce a flag to check if JITed code has instrumentation support
Mythri Alle
2022-03-15
Revert^2 "Faster deduplication of `CodeInfo` tables."
Vladimir Marko
2022-03-14
Revert "Faster deduplication of `CodeInfo` tables."
Roland Levillain
2022-03-10
Faster deduplication of `CodeInfo` tables.
Vladimir Marko
2021-09-24
Drop unused arguments for MethodEntered function
Mythri Alle
2021-03-05
Add code size to CodeInfo.
David Srbecky
2020-02-13
Remove MIPS support from Optimizing.
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-03-06
Revert "Revert^2 "Add code size to CodeInfo""
Nicolas Geoffray
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
Cleanup BitMemoryReader/Writer api.
David Srbecky
2018-08-03
Simplify StackMapStream encoding.
David Srbecky
2018-08-01
Deduplicate stackmaps at BitTable level.
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-26
Add method frame info to CodeInfo.
David Srbecky
2018-06-14
Merge "Move some helper methods to DexRegisterLocation."
David Srbecky
2018-06-14
Move some helper methods to DexRegisterLocation.
David Srbecky
2018-06-13
Add Kind column to stack maps.
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
Ensure all PCs in stack_map_test are aligned.
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
2018-05-29
Revert "Optimize register mask and stack mask in stack maps."
Vladimir Marko
2018-05-28
Optimize register mask and stack mask in stack maps.
David Srbecky
2018-05-21
Rewrite stackmap encoding code.
David Srbecky
2018-04-04
Separate Malloc and MemMap ArenaPools
David Sehr
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-17
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-10-11
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-03-16
Add method info to oat files
Mathieu Chartier
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-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
[next]