summaryrefslogtreecommitdiff
path: root/compiler/optimizing/stack_map_stream.cc
AgeCommit message (Expand)Author
2024-08-02ART: Avoid deprecated implicit capture of `this`. Vladimir Marko
2024-01-19Move files related to compiled code into oat/ directory Dmitrii Ishcheikin
2023-10-02riscv64: Fix stack map validation. Vladimir Marko
2023-08-30Move HasShouldDeoptimizeFlag from method header to CodeInfo. David Srbecky
2022-11-07Reland "Make compiler/optimizing/ symbols hidden." VladimĂ­r Marko
2022-10-07Runtime implementation of try catch inlining Santiago Aboy Solanes
2022-07-14Reland "Introduce a flag to check if JITed code has instrumentation support" Mythri Alle
2022-07-13Revert "Introduce a flag to check if JITed code has instrumentation support" Mythri Alle
2022-07-12Introduce a flag to check if JITed code has instrumentation support Mythri Alle
2022-04-06Touch up changes related to cross-dex compiling Santiago Aboy Solanes
2021-11-09Inline across dex files for compiler options' non-BCP methods Santiago Aboy Solanes
2021-11-01Revert^2 "Inline across dex files for bootclaspath's methods" Santiago Aboy Solanes
2021-10-29Revert "Inline across dex files for bootclaspath's methods" Santiago Aboy Solanes
2021-10-26Inline across dex files for bootclaspath's methods Santiago Aboy Solanes
2021-03-05Add code size to CodeInfo. David Srbecky
2019-12-03JIT baseline: trigger optimized compilation on hotness threshold. Nicolas Geoffray
2019-10-14Revert "Make compiler/optimizing/ symbols hidden." Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden. Vladimir Marko
2019-07-15ART: Introduce stackmap with no DexRegInfo. Artem Serov
2019-06-30Stack maps: Refactor constructors. David Srbecky
2019-06-20Revert^2 "Stack maps: Interleave consecutive varints." David Srbecky
2019-06-20Revert "Stack maps: Interleave consecutive varints." Raylin Hsu
2019-06-19Stack maps: Interleave consecutive varints. David Srbecky
2019-06-18Stack maps: Handle special cases using flags. David Srbecky
2019-05-26Optimize stack maps: add fast path for no inline info. David Srbecky
2019-05-25Optimize stack map decoding. David Srbecky
2019-03-06Revert "Revert^2 "Add code size to CodeInfo"" Nicolas Geoffray
2019-03-05Revert "Don't pack code size in CodeInfo." Nicolas Geoffray
2019-02-27Don't pack code size in CodeInfo. David Srbecky
2019-02-14Revert^2 "Add code size to CodeInfo" David Srbecky
2019-02-12Revert "Add code size to CodeInfo" David Srbecky
2019-02-11Add code size to CodeInfo David Srbecky
2018-08-10Move varint encoding/decoding to BitMemoryReader/Writer. David Srbecky
2018-08-03Add stack map fast path for GC. David Srbecky
2018-08-03Simplify StackMapStream encoding. David Srbecky
2018-08-02Encode frame info using varints. David Srbecky
2018-08-01Move MethodInfo to CodeInfo. David Srbecky
2018-08-01Deduplicate stackmaps at BitTable level. David Srbecky
2018-07-26Decode only the needed tables from CodeInfo. David Srbecky
2018-07-19Remove ArtMethod's declaring class state checks. Vladimir Marko
2018-07-13Remove unused InvokeInfo from stack maps and the runtime. David Srbecky
2018-07-04Use iterators to access stack map data. David Srbecky
2018-06-27Remove explicit size from CodeInfo. David Srbecky
2018-06-26Add method frame info to CodeInfo. David Srbecky
2018-06-22Implement BitMemory{Reader,Writer} David Srbecky
2018-06-21Binary search stack maps by native pc. David Srbecky
2018-06-14Template BitTable based on the accessors. David Srbecky
2018-06-14Merge "Move some helper methods to DexRegisterLocation." David Srbecky
2018-06-14Remove POD helper classes for BitTableBuilder. David Srbecky
2018-06-14Move some helper methods to DexRegisterLocation. David Srbecky