Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
f1b809ce611e943f926fff97cefe0930226ffcc2
/
dexdump
e58624f
Various renames following the name change from "Runtime APEX" to "ART APEX".
by Martin Stjernholm
· 5 years ago
0dc93b1
ART: Run bpfmt over ART's blueprint files
by Andreas Gampe
· 5 years ago
7c5acbb
ART: Fix some types
by Andreas Gampe
· 6 years ago
520a436
Use static linking for dexdump on host builds
by Orion Hodson
· 6 years ago
063c985
Revert "Use static linking for dexdump on host builds"
by Greg Hartman
· 6 years ago
ed42f62
Use static linking for dexdump on host builds
by Orion Hodson
· 6 years ago
b29ecc1
Build dexdump on mac.
by David Srbecky
· 6 years ago
fb6a5c0
Add and use art::GetAndroidRuntimeBinDir.
by Roland Levillain
· 6 years ago
4f215d1
Rename dexdump2 to dexdump
by David Sehr
· 6 years ago
8c4d717
Print hiddenapi info in dexdump
by David Brazdil
· 6 years ago
3f1dcd3
ART: Move dex structs into own header
by Andreas Gampe
· 6 years ago
10db8fe
Support Windows builds for libartbase/libdexfile
by David Sehr
· 6 years ago
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
0dbc363
Add dex item for hiddenapi flags
by David Brazdil
· 6 years ago
fc4b2ea
Merge "Revert^2 "ART: Refactor typedef to using""
by Treehugger Robot
· 6 years ago
c74d9cb
ART: Modernize counting-down loops
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
e5afbf3
Refactor DecodeDebugLocalInfo
by Mathieu Chartier
· 6 years ago
3e2e123
Refactor debug info position visiting
by Mathieu Chartier
· 6 years ago
cba17e8
Merge "ART: Continue adding override annotations"
by Treehugger Robot
· 6 years ago
fa6a1b0
ART: Continue adding override annotations
by Andreas Gampe
· 6 years ago
ec5ed06
ART: Refactor static include list
by Andreas Gampe
· 7 years ago
fe42d21
dexdump2: Remove conversion from dollar sign to dot
by Orion Hodson
· 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
35d5b8a
ART: Do not use std::<container>::at().
by Vladimir Marko
· 6 years ago
18e2687
Refactor ClassAccessor to use an index instead of ClassDef pointer
by Mathieu Chartier
· 6 years ago
7d43242
Move more test code to CommonArtTest
by David Sehr
· 6 years ago
0f6cc7f
Dexdump: fix type printing for call sites
by Orion Hodson
· 6 years ago
c2b4db6
Add ClassAccessor
by Mathieu Chartier
· 6 years ago
1f01016
Move ArtDexFileLoader to libdexfile
by David Sehr
· 6 years ago
06d10a7
ART: Add dex::ProtoIndex
by Orion Hodson
· 6 years ago
a28c998
Makes some ART gtests more robust to a non-standard environment.
by Roland Levillain
· 7 years ago
281fee0
ART: Remove static libbase
by Andreas Gampe
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
c1d8caa
Add an option for disabling dex file verifier.
by Nicolas Geoffray
· 7 years ago
999646d
Dex header cleanup and windows simplification
by David Sehr
· 7 years ago
fcbe15c
Build debug library libdexfiled
by David Sehr
· 7 years ago
7a9aaf1
Added extra safety in dexdump2 -d option around nonsense code.
by Aart Bik
· 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
dc578c7
Move dex exception helpers to their own file and use dex accessor
by Mathieu Chartier
· 7 years ago
808c7a5
Make CodeItem fields private
by Mathieu Chartier
· 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
ac64304
Use -Werror in art/dexdump
by Chih-Hung Hsieh
· 7 years ago
dfeec3a
Merge "Pass the verify flag to DexFileLoader utilities."
by Nicolas Geoffray
· 7 years ago
095c6c9
Pass the verify flag to DexFileLoader utilities.
by Nicolas Geoffray
· 7 years ago
a9c0532
Revert "Revert "Add static version of dexdump2""
by Colin Cross
· 7 years ago
79c87da
Add DexFileLoader class
by Mathieu Chartier
· 7 years ago
3069f90
Merge "Use -Werror in art"
by Treehugger Robot
· 7 years ago
fefd318
Use -Werror in art
by Chih-Hung Hsieh
· 7 years ago
2e59994
ART: support for const-method-{handle,type}
by Orion Hodson
· 7 years ago
aaa5684
Revert "Add static version of dexdump2"
by Colin Cross
· 7 years ago
284610e
Add static version of dexdump2
by Colin Cross
· 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
775224d
Extend dexdump2 tests for invoke-custom
by Orion Hodson
· 7 years ago
631827d
Fixes for constant method handles
by Orion Hodson
· 8 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
f45d61c
ART: Fix or disable some tidy warnings.
by Andreas Gampe
· 7 years ago
c069a30
ART: invoke-custom support
by Orion Hodson
· 8 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
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
7b45a8a
Let dexdump prompt filename for zipped multi-dex files.
by Aart Bik
· 8 years ago
caacd11
Move dex CFG dumping out of utils.cc
by David Sehr
· 8 years ago
b34bb19
Dex disassembly suppport for invoke-polymorphic.
by Orion Hodson
· 8 years ago
f57589f
Remove logging dependency on runtime
by David Sehr
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
904614f
Merge "Convert art runtests to Android.bp"
by Colin Cross
· 8 years ago
afd3c9e
Convert art runtests to Android.bp
by Colin Cross
· 8 years ago
9aa352e
Remove TypeLookupTable from DexFile.
by David Sehr
· 8 years ago
6e95dd5
Convert art gtests to Android.bp
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
14832ef
Revert experimental lambda feature.
by Narayan Kamath
· 8 years ago
Next »