Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
dbcb48fc0d0841f327d108246487a4ef3df556ed
/
dexlist
20c765f
Revert^4: Add dex item for hiddenapi flags
by David Brazdil
· 6 years ago
d33d318
Revert "Revert^2: Add dex item for hiddenapi flags"
by Luman Qu
· 6 years ago
fe3a979
Revert^2: Add dex item for hiddenapi flags
by David Brazdil
· 6 years ago
d9a0437
Revert "Add dex item for hiddenapi flags"
by David Brazdil
· 6 years ago
cd98cde
Merge "Add dex item for hiddenapi flags"
by David Brazdil
· 6 years ago
0dbc363
Add dex item for hiddenapi flags
by David Brazdil
· 6 years ago
dfcd82c
ART: Fix android-cloexec warnings
by Andreas Gampe
· 6 years ago
9b031f7
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 6 years ago
c55bb39
Revert^2 "ART: Refactor typedef to using"
by Andreas Gampe
· 6 years ago
ee07743
Revert "ART: Refactor typedef to using"
by Andreas Gampe
· 6 years ago
9a20ff0
ART: Refactor typedef to using
by Andreas Gampe
· 6 years ago
70dfb69
ART: Fix dexdump & dexlist
by Andreas Gampe
· 6 years ago
3e2e123
Refactor debug info position visiting
by Mathieu Chartier
· 6 years ago
fa6a1b0
ART: Continue adding override annotations
by Andreas Gampe
· 6 years ago
4ac9ade
Move dexdump, dexlist, openjdkjvmti to ClassAccessor
by Mathieu Chartier
· 6 years ago
e166fac
Add a public error code to DexFileLoader::OpenAll.
by Dario Freni
· 6 years ago
1f01016
Move ArtDexFileLoader to libdexfile
by David Sehr
· 6 years ago
a28c998
Makes some ART gtests more robust to a non-standard environment.
by Roland Levillain
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
999646d
Dex header cleanup and windows simplification
by David Sehr
· 7 years ago
0225f8e
Revert "Revert "Make libdexfile build independent of runtime dir""
by David Sehr
· 7 years ago
787784f
Revert "Make libdexfile build independent of runtime dir"
by David Sehr
· 7 years ago
b40b7e7
Make libdexfile build independent of runtime dir
by David Sehr
· 7 years ago
221d981
ART: Use libbase for logging in command-line tools
by Andreas Gampe
· 7 years ago
5a1f629
Build dexdump2 and dexlist without libart
by David Sehr
· 7 years ago
8892c6b
Move debug info offsets into a side table
by Mathieu Chartier
· 7 years ago
210531f
Revert "Revert "Move quickening info logic to its own table""
by Mathieu Chartier
· 7 years ago
013fd80
Create an ART-independent DexFileLoader
by David Sehr
· 7 years ago
6716941
Revert "Move quickening info logic to its own table"
by Nicolas Geoffray
· 7 years ago
7a26f94
Move quickening info logic to its own table
by Mathieu Chartier
· 7 years ago
698ebbc
Clean up CodeItemAccessors and Compact/StandardDexFile
by Mathieu Chartier
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
641a3af
Add code_item_accessors-no_art-inl and use it in dexlist, dexdump
by Mathieu Chartier
· 7 years ago
702f6f2
Merge "Add CodeItemDebugInfoAccessor"
by Mathieu Chartier
· 7 years ago
31f4c9f
Add CodeItemDebugInfoAccessor
by Mathieu Chartier
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
58cc1cb
Pass the debug_info_offset explicitly.
by Nicolas Geoffray
· 7 years ago
b7c273c
Add ClassDataItemIterator::HasNextMethod
by Mathieu Chartier
· 7 years ago
095c6c9
Pass the verify flag to DexFileLoader utilities.
by Nicolas Geoffray
· 7 years ago
79c87da
Add DexFileLoader class
by Mathieu Chartier
· 7 years ago
fefd318
Use -Werror in art
by Chih-Hung Hsieh
· 7 years ago
2c30e4a
ART: Remove art and art/runtime include_dir directives
by Andreas Gampe
· 7 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 7 years ago
51d80cc
ART: Refactor abort code
by Andreas Gampe
· 7 years ago
e17cf24
Add field/method skipping helper functions to DexFile
by Mathieu Chartier
· 7 years ago
97c381e
Separate art::Exec from utils
by David Sehr
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
8a0128a
ART: Add dex::StringIndex
by Andreas Gampe
· 8 years ago
f57589f
Remove logging dependency on runtime
by David Sehr
· 8 years ago
afd3c9e
Convert art runtests to Android.bp
by Colin Cross
· 8 years ago
6e95dd5
Convert art gtests to Android.bp
by Colin Cross
· 8 years ago
333e7c5
Fix dexlist_test
by Colin Cross
· 8 years ago
fe6064a
Convert more of art to Android.bp
by Colin Cross
· 8 years ago
1a86171
Revert "Convert more of art to Android.bp"
by Colin Cross
· 8 years ago
4a45627
Convert more of art to Android.bp
by Colin Cross
· 8 years ago
c05e2f2
Refactored a few dexdump alloc/free into unique_ptr
by Aart Bik
· 8 years ago
37d6a3b
Support the -i flag in the new dexdump.
by Aart Bik
· 8 years ago
75009e8
Merge "Refactor DexFile::DecodeDebugInfo." am: 96c9de9510 am: 2b1db0743f
by David Srbecky
· 9 years ago
b06e28e
Refactor DexFile::DecodeDebugInfo.
by David Srbecky
· 9 years ago
121b25e
Merge mnc-dr-enso-dev into goog/master
by Przemyslaw Szczepaniak
· 9 years ago
b1b45be
Make Art's dexlist the real one!
by Aart Bik
· 9 years ago
754a445
Prefer 32-bit host executables on Mac.
by Ying Wang
· 9 years ago
4e14960
Enable multi-dex content per file in dexlist/dump.
by Aart Bik
· 9 years ago
22c26f5
Revert "Make Art dexdump/list the real utilities."
by Aart Bik
· 9 years ago
d10ee1c
Make Art dexdump/list the real utilities.
by Aart Bik
· 9 years ago
3e40f4a
Migrated dexlist from Dalvik (libdex) into Art (libart)
by Aart Bik
· 9 years ago