index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
stack_map_stream.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move varint encoding/decoding to BitMemoryReader/Writer.
David Srbecky
2018-08-10
1
-4
/
+4
*
Add stack map fast path for GC.
David Srbecky
2018-08-03
1
-2
/
+2
*
Simplify StackMapStream encoding.
David Srbecky
2018-08-03
1
-25
/
+18
*
Encode frame info using varints.
David Srbecky
2018-08-02
1
-7
/
+8
*
Move MethodInfo to CodeInfo.
David Srbecky
2018-08-01
1
-24
/
+2
*
Deduplicate stackmaps at BitTable level.
David Srbecky
2018-08-01
1
-7
/
+13
*
Decode only the needed tables from CodeInfo.
David Srbecky
2018-07-26
1
-1
/
+1
*
Remove ArtMethod's declaring class state checks.
Vladimir Marko
2018-07-19
1
-3
/
+2
*
Remove unused InvokeInfo from stack maps and the runtime.
David Srbecky
2018-07-13
1
-21
/
+0
*
Use iterators to access stack map data.
David Srbecky
2018-07-04
1
-5
/
+5
*
Remove explicit size from CodeInfo.
David Srbecky
2018-06-27
1
-6
/
+8
*
Add method frame info to CodeInfo.
David Srbecky
2018-06-26
1
-16
/
+43
*
Implement BitMemory{Reader,Writer}
David Srbecky
2018-06-22
1
-10
/
+10
*
Binary search stack maps by native pc.
David Srbecky
2018-06-21
1
-0
/
+10
*
Template BitTable based on the accessors.
David Srbecky
2018-06-14
1
-5
/
+5
*
Merge "Move some helper methods to DexRegisterLocation."
David Srbecky
2018-06-14
1
-4
/
+0
|
\
|
*
Move some helper methods to DexRegisterLocation.
David Srbecky
2018-06-14
1
-4
/
+0
*
|
Remove POD helper classes for BitTableBuilder.
David Srbecky
2018-06-14
1
-49
/
+39
*
|
Add Kind column to stack maps.
David Srbecky
2018-06-13
1
-1
/
+12
|
/
*
Delta-compress register maps in stack maps.
David Srbecky
2018-06-07
1
-39
/
+53
*
Reduce code repetition in stack maps with macros.
David Srbecky
2018-06-06
1
-2
/
+2
*
Remove depth argument from InlineInfo accessors in stack maps.
David Srbecky
2018-06-05
1
-12
/
+8
*
De-duplicate inline info in stack maps.
David Srbecky
2018-06-03
1
-13
/
+12
*
Rewrite stackmap verification code.
David Srbecky
2018-06-01
1
-106
/
+81
*
Rewrite dex register map encoding in stackmaps.
David Srbecky
2018-06-01
1
-392
/
+190
*
Simplify DexRegisterMap API.
David Srbecky
2018-05-30
1
-23
/
+22
*
Remove the CodeOffset helper class.
David Srbecky
2018-05-30
1
-5
/
+13
*
Revert^2 "Optimize register mask and stack mask in stack maps."
David Srbecky
2018-05-30
1
-73
/
+28
*
Revert "Optimize register mask and stack mask in stack maps."
Vladimir Marko
2018-05-29
1
-28
/
+73
*
Optimize register mask and stack mask in stack maps.
David Srbecky
2018-05-28
1
-73
/
+28
*
Change the BitTableBuilder API to be POD based.
David Srbecky
2018-05-25
1
-20
/
+19
*
Rewrite stackmap encoding code.
David Srbecky
2018-05-21
1
-251
/
+144
*
Move and rewrite bit loading/storing methods.
David Srbecky
2018-05-21
1
-5
/
+7
*
Create dex subdirectory
David Sehr
2018-01-05
1
-1
/
+1
*
Use intrinsic codegen for compiling intrinsic methods.
Vladimir Marko
2017-11-15
1
-2
/
+4
*
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-10-17
1
-14
/
+20
*
ART: Move kDexNoIndex to dex_file_types.h
Andreas Gampe
2017-09-18
1
-9
/
+10
*
Add method info to oat files
Mathieu Chartier
2017-03-16
1
-10
/
+62
*
Move StackMapStream deduplication maps to arena.
Vladimir Marko
2017-02-22
1
-7
/
+6
*
Add invoke infos to stack maps
Mathieu Chartier
2017-02-15
1
-2
/
+43
*
Deduplicate register maps for both inline and normal stack maps
Mathieu Chartier
2017-02-13
1
-132
/
+93
*
Clean up code info table layout
Mathieu Chartier
2017-02-08
1
-104
/
+81
*
Revert "Revert "Inline across dex files for JIT.""
Nicolas Geoffray
2017-02-06
1
-5
/
+1
*
ART: Refactor verify_object.h
Andreas Gampe
2017-02-03
1
-1
/
+1
*
Merge "Revert "Inline across dex files for JIT.""
Nicolas Geoffray
2017-02-03
1
-1
/
+5
|
\
|
*
Revert "Inline across dex files for JIT."
Nicolas Geoffray
2017-02-03
1
-1
/
+5
*
|
Merge "Inline across dex files for JIT."
Nicolas Geoffray
2017-02-03
1
-5
/
+1
|
\
|
|
*
Inline across dex files for JIT.
Nicolas Geoffray
2017-02-02
1
-5
/
+1
*
|
Deduplicate register masks
Mathieu Chartier
2017-02-01
1
-16
/
+40
*
|
Deduplicate stack masks
David Srbecky
2017-01-31
1
-23
/
+58
[next]