summaryrefslogtreecommitdiff
path: root/tools/dexanalyze
AgeCommit message (Expand)Author
2024-11-13Explicitly use implementations where necessary for modules in the same apex Colin Cross
2024-10-31Remove dependencies on the 1-variant fallback Cole Faust
2024-04-11Clean up string data access in `DexFile`. Vladimir Marko
2023-04-05Fix "readability-redundant-string-cstr" clang-tidy issues Stefano Cianciulli
2023-03-16Make art modules apex_available to test_broken_com.android.art Cole Faust
2023-02-21Refactor DexFileLoader David Srbecky
2023-02-03Fix performance-inefficient-vector-operation clang-tidy issues Stefano Cianciulli
2022-10-14ART: Speed up some gtests. Vladimir Marko
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to art Bob Badour
2020-10-23Rename ART release APEX to com.android.art. Martin Stjernholm
2020-08-11Revert^2 "art: Remove dependencies on platform unavailable modules" Yo Chiang
2020-08-06Revert "art: Remove dependencies on platform unavailable modules" Insaf Latypov
2020-08-06art: Remove dependencies on platform unavailable modules Yo Chiang
2020-05-29Finish move of jar compilation rules from makefile to soong. David Srbecky
2020-03-26Fix a typo in dexanalyze usage info leon.wang
2019-12-20Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR Jiyong Park
2019-12-19Revert submission 1191937-art_apex_available Joseph Murphy
2019-12-19Use apex_available property Jiyong Park
2019-09-24Various renames following the name change from "Runtime APEX" to "ART APEX". Martin Stjernholm
2019-04-12Add and use art::GetAndroidRuntimeBinDir. Roland Levillain
2019-03-29Modernise code to use override specifier Yi Kong
2019-01-31Revert "Revert "ART: introduce PALette abstraction layer"" Orion Hodson
2019-01-30Revert "ART: introduce PALette abstraction layer" Orion Hodson
2019-01-30ART: introduce PALette abstraction layer Orion Hodson
2019-01-03ART: Refactor code_item_accessors Andreas Gampe
2019-01-02ART: Move dex structs into own header Andreas Gampe
2018-10-09ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-09-13Refactor DecodeDebugLocalInfo Mathieu Chartier
2018-09-10String representation performance measurements Mathieu Chartier
2018-08-28Add trie based greedy prefix construction Mathieu Chartier
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-08-27Merge "Move string analysis to its own file" Mathieu Chartier
2018-08-23Move string analysis to its own file Mathieu Chartier
2018-08-23Add measurement of linkage pairs Mathieu Chartier
2018-08-14Update bytecode experiments Mathieu Chartier
2018-07-27Add string prefix optimization Mathieu Chartier
2018-07-20Merge "Add a public error code to DexFileLoader::OpenAll." Dario Freni
2018-07-19Add a public error code to DexFileLoader::OpenAll. Dario Freni
2018-07-16Add analysis for move-result target Mathieu Chartier
2018-07-11Refactor InstructionBuilder into NewRegisterInstructions experiment Mathieu Chartier
2018-07-07Fix typo in INSTANCE_OF bytecode analysis Mathieu Chartier
2018-06-29Add bytecode conversion experiments Mathieu Chartier
2018-06-27dexanalyze: distinguish fields from other classes. Vladimir Marko
2018-06-26dexanalyze: Improve field analysis. Vladimir Marko
2018-06-20Count unique string, method names, and type names Mathieu Chartier
2018-06-12Analysis of field iget/iset on first arg register Mathieu Chartier
2018-06-01Refactor experiments to allow multidex analysis Mathieu Chartier
2018-06-01Add experiment for analyzing debug info Mathieu Chartier
2018-05-30Add experiments for Dex bytecode analysis Mathieu Chartier
2018-05-29Add Method/Field iterator to ClassAccessor Mathieu Chartier