Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
8aa6a82003ce7ece4511996341021e7084d40b3a
/
oatdump
« Previous
42deda8
Add helper method to iterate over BitTable fields in CodeInfo.
by David Srbecky
· 6 years ago
8cd5454
Move MethodInfo to CodeInfo.
by David Srbecky
· 6 years ago
6ee06e9
Decode only the needed tables from CodeInfo.
by David Srbecky
· 6 years ago
98b189f
Merge "Mark more phony targets as PHONY"
by Treehugger Robot
· 6 years ago
d60f5a2
Mark more phony targets as PHONY
by Dan Willemsen
· 6 years ago
98dad40
Finish moving oatdump to ClassAccessor
by Mathieu Chartier
· 6 years ago
6121aa6
Move .art.rel data to a section in .art, part 2.
by Vladimir Marko
· 6 years ago
764280a
ART: Address comment in Idaca9fe129ddc91aab79c65b3d0ca86f057848de
by Andreas Gampe
· 6 years ago
3cfc2e7
ART: Fix space trimming in oatdump_test
by Andreas Gampe
· 6 years ago
38aa0b5
ART: Clean up test exec code
by Andreas Gampe
· 6 years ago
11bf265
ART: Clean up dex2oats/oatdumps Android.bp modules
by Andreas Gampe
· 6 years ago
b40d361
ART: Finish old move of OatDexFile
by Andreas Gampe
· 6 years ago
1d15f5a
Merge "Do not print .bss mappings for oatdump --header-only."
by Vladimir Marko
· 6 years ago
bacb8e4
Do not print .bss mappings for oatdump --header-only.
by Vladimir Marko
· 6 years ago
86decb6
Rewrite stack map statistics printing in outdump.
by David Srbecky
· 6 years ago
20c64f8
Merge "Refactor ClassAccessor to use an index instead of ClassDef pointer"
by Mathieu Chartier
· 6 years ago
a4bae54
Merge "Remove unused GetDexRegisterMap arguments."
by David Srbecky
· 6 years ago
18e2687
Refactor ClassAccessor to use an index instead of ClassDef pointer
by Mathieu Chartier
· 6 years ago
eb2557e
Merge "Delta-compress register maps in stack maps."
by David Srbecky
· 6 years ago
fd89b07
Remove unused GetDexRegisterMap arguments.
by David Srbecky
· 6 years ago
6de8833
Delta-compress register maps in stack maps.
by David Srbecky
· 6 years ago
dc53f16
Merge "Reduce code repetition in stack maps with macros."
by Treehugger Robot
· 6 years ago
d97e082
Reduce code repetition in stack maps with macros.
by David Srbecky
· 6 years ago
c13fbd8
Use pre-allocated Throwables from the boot image.
by Vladimir Marko
· 6 years ago
71ec1cc
Rewrite dex register map encoding in stackmaps.
by David Srbecky
· 6 years ago
a8bba7d
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
by Vladimir Marko
· 6 years ago
d02b23f
Remove the CodeOffset helper class.
by David Srbecky
· 6 years ago
08231f6
Merge "Revert^2 "Optimize register mask and stack mask in stack maps.""
by Treehugger Robot
· 6 years ago
4b59d10
Revert^2 "Optimize register mask and stack mask in stack maps."
by David Srbecky
· 6 years ago
3d09299
Move oatdump/ to use ClassAccessor
by Mathieu Chartier
· 6 years ago
8b20b5c
Revert "Optimize register mask and stack mask in stack maps."
by Vladimir Marko
· 6 years ago
ffaf87a
Optimize register mask and stack mask in stack maps.
by David Srbecky
· 6 years ago
ba4c118
Remove some dex analysis from oatdump
by Mathieu Chartier
· 6 years ago
052f8ca
Rewrite stackmap encoding code.
by David Srbecky
· 7 years ago
1f01016
Move ArtDexFileLoader to libdexfile
by David Sehr
· 6 years ago
238c963
Do not use clang lld for oatdump tests
by Chih-Hung Hsieh
· 6 years ago
82d046e
Add a profiling library
by David Sehr
· 7 years ago
89b06a1
Merge "Pass the fd to OatFile::Setup to avoid selinux errors."
by Nicolas Geoffray
· 7 years ago
3002509
Pass the fd to OatFile::Setup to avoid selinux errors.
by Nicolas Geoffray
· 7 years ago
6f5b4d2
Use lld for building dex2oatds, oatdumpds
by Pirama Arumuga Nainar
· 7 years ago
03da784
ART: Fix oatdump check
by Andreas Gampe
· 7 years ago
9c4a015
Move more runtime code to libartbase, libdexfile
by David Sehr
· 7 years ago
567dc6f
Revert "Revert "Write shared data section for oatdump export dex""
by Mathieu Chartier
· 7 years ago
4b67018
Revert "Write shared data section for oatdump export dex"
by Orion Hodson
· 7 years ago
fdca4cb
Write shared data section for oatdump export dex
by Mathieu Chartier
· 7 years ago
312f3b2
Move some remaining dex utilities
by David Sehr
· 7 years ago
b041a40
Use vdex's quickening info when decoding a quickened instruction.
by Nicolas Geoffray
· 7 years ago
48cc7b1
Merge "Dump .data.bimg.rel.ro entries in oatdump."
by Vladimir Marko
· 7 years ago
812fb4d
Dump .data.bimg.rel.ro entries in oatdump.
by Vladimir Marko
· 7 years ago
640df84
Merge "Separate vdex versioning into two sections: verifier deps and dex code."
by Treehugger Robot
· 7 years ago
3a29355
Separate vdex versioning into two sections: verifier deps and dex code.
by Nicolas Geoffray
· 7 years ago
0530bcc
Fix oatdump_app_test for address sanitizer.
by Vladimir Marko
· 7 years ago
9992e09
Merge "Retrieve String/Class references from .data.bimg.rel.ro."
by Vladimir Marko
· 7 years ago
8ba5641
Merge "Load ArtMethod* from .data.bimg.rel.ro entries."
by Vladimir Marko
· 7 years ago
e47f60c
Retrieve String/Class references from .data.bimg.rel.ro.
by Vladimir Marko
· 7 years ago
b066d43
Load ArtMethod* from .data.bimg.rel.ro entries.
by Vladimir Marko
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
8352ecd
Merge "Fix oatdump for app with --boot-image and add test."
by Vladimir Marko
· 7 years ago
421087b
Fix oatdump for app with --boot-image and add test.
by Vladimir Marko
· 7 years ago
b2ec9f5
Remove duplication, split tests
by David Sehr
· 7 years ago
fcbe15c
Build debug library libdexfiled
by David Sehr
· 7 years ago
305c38b
Disable bitstring type check runtime hooks.
by Vladimir Marko
· 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
26f9275
Merge "ART: Use libbase for logging in command-line tools"
by Treehugger Robot
· 7 years ago
c3a22aa
Add shared separate data section for compact dex
by Mathieu Chartier
· 7 years ago
f307527
Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""
by Nicolas Geoffray
· 7 years ago
221d981
ART: Use libbase for logging in command-line tools
by Andreas Gampe
· 7 years ago
c684f33
Refactor jit debugger interface and its ELF creation.
by David Srbecky
· 7 years ago
fa0b0db
Merge "Generate debug symbols for interpreted methods."
by David Srbecky
· 7 years ago
210531f
Revert "Revert "Move quickening info logic to its own table""
by Mathieu Chartier
· 7 years ago
32210b9
Generate debug symbols for interpreted methods.
by David Srbecky
· 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
f4bf58d
Merge "Try to mmap vdex file within the address range of the ELF file."
by David Srbecky
· 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
ec2cdf4
Try to mmap vdex file within the address range of the ELF file.
by David Srbecky
· 7 years ago
38b8b25
ART: Faster type check bitstring initialization.
by Vladimir Marko
· 7 years ago
808c7a5
Make CodeItem fields private
by Mathieu Chartier
· 7 years ago
e155f4b
Decouple virtual memory allocation in ElfBuilder.
by David Srbecky
· 7 years ago
208f670
Change ArtField::ProxyFindSystemClass() to lookup the class.
by Vladimir Marko
· 7 years ago
83e2668
ART: Fix dependencies of dump-oat-core-target .
by Vladimir Marko
· 7 years ago
f3c52b4
Fill Class and String .bss slots in runtime.
by Vladimir Marko
· 7 years ago
8eaa8e5
Remove kIsVdexEnabled.
by Nicolas Geoffray
· 7 years ago
5552e53
Merge "Add ClassDataItemIterator::HasNextMethod"
by Mathieu Chartier
· 7 years ago
b7c273c
Add ClassDataItemIterator::HasNextMethod
by Mathieu Chartier
· 7 years ago
d5c0a0a
Move oatdump to use code item accessor
by Mathieu Chartier
· 7 years ago
2ffb703
cpplint: Cleanup errors
by Igor Murashkin
· 7 years ago
cefd676
Merge "runtime: Bitstring implementation for subtype checking (4/4)."
by Treehugger Robot
· 7 years ago
86083f7
runtime: Bitstring implementation for subtype checking (4/4).
by Igor Murashkin
· 7 years ago
4098a7a
Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().
by Vladimir Marko
· 7 years ago
5f31703
Merge "Refactor DexInstructionIterator"
by Mathieu Chartier
· 7 years ago
33bff25
ART: Make InstructionSet an enum class and add kLast.
by Vladimir Marko
· 7 years ago
2b2bef2
Refactor DexInstructionIterator
by Mathieu Chartier
· 7 years ago
891a50e
Separate file utilities from utils.cc
by David Sehr
· 7 years ago
2b51edd
ART: Fix includes
by Andreas Gampe
· 7 years ago
a1f56a8
Unquicken dex files before exporting from oatdump
by Anestis Bechtsoudis
· 7 years ago
Next »