Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
a2d18b7072158af6b1fb9260bbf4f5510c3def1d
/
oatdump
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
5b6e881
Remove dump-oat-Calculator
by Colin Cross
· 7 years ago
1d2d4ff
Add DexInstructionIterator and use it a few places
by Mathieu Chartier
· 7 years ago
d8dbc8d
Refactor compiled_method.h .
by Vladimir Marko
· 7 years ago
7452797
Refactor linker files from compiler/ to dex2oat/.
by Vladimir Marko
· 8 years ago
fc8b422
Clean up AtomicDexRefMap
by Mathieu Chartier
· 7 years ago
1b404a8
Add debug info for link-time generated thunks.
by Vladimir Marko
· 7 years ago
6cfbdbc
Use mmapped boot image intern table for PIC app HLoadString.
by Vladimir Marko
· 7 years ago
cd87c3e
Clean up ImageHeader section getters.
by Vladimir Marko
· 7 years ago
2c30e4a
ART: Remove art and art/runtime include_dir directives
by Andreas Gampe
· 7 years ago
3157fc2
ART: Move cmdline parser to header library
by Andreas Gampe
· 7 years ago
120aa28
Store layout info in dex files
by Mathieu Chartier
· 7 years ago
0a87a65
Add two special runtime methods.
by Mingyao Yang
· 8 years ago
c73753f
Merge "Hash-based DexCache methods array."
by Vladimir Marko
· 7 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 7 years ago
e431e27
art: use proper nativehelper headers
by Steven Moreland
· 7 years ago
0c18338
ART: Replace or remove some ObjectCallback Walk functions
by Andreas Gampe
· 7 years ago
4f1c9e6
oatdump: Improve documentation of option `--app-image`.
by Roland Levillain
· 7 years ago
36a296f
ART: Refactor stack.h
by Andreas Gampe
· 7 years ago
e17cf24
Add field/method skipping helper functions to DexFile
by Mathieu Chartier
· 7 years ago
8bdda5a
ART: Update stl_util.h
by Andreas Gampe
· 7 years ago
0eb882b
Use ArtMethod* .bss entries for HInvokeStaticOrDirect.
by Vladimir Marko
· 8 years ago
513061a
ART: Clean up thread.h and thread_list.h
by Andreas Gampe
· 7 years ago
1352f13
Split image_test and oatdump_test.
by Vladimir Marko
· 8 years ago
08c277c
ART: Fix leaks in oat symbolizer
by Andreas Gampe
· 8 years ago
cbcedbf
Add method info to oat files
by Mathieu Chartier
· 8 years ago
f44d36c
Revert^2 "Hash-based DexCache field array."
by Vladimir Marko
· 8 years ago
8d6768d
Revert^6 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
0b66d61
Revert^5 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
6374c58
Revert "Hash-based DexCache field array."
by Vladimir Marko
· 8 years ago
1aea351
Hash-based DexCache field array.
by Vladimir Marko
· 8 years ago
078221e
Merge "Remove testing of prebuilt npic boot images."
by Treehugger Robot
· 8 years ago
bfb80d2
Revert^4 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
f812d8c
ART: Fix oatdump dex export
by Andreas Gampe
· 8 years ago
bb00f81
Remove testing of prebuilt npic boot images.
by Richard Uhler
· 8 years ago
d776ff0
Add invoke infos to stack maps
by Mathieu Chartier
· 8 years ago
fa4333d
ART: Add operator == and != with nullptr to Handle
by Andreas Gampe
· 8 years ago
5812e20
Revert^3 "Hash-based dex cache type array."
by Mathieu Chartier
· 8 years ago
71953d8
Merge "Revert^2 "Hash-based dex cache type array.""
by Vladimir Marko
· 8 years ago
85c0f2a
Revert^2 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
e453007
Merge "A bit of oatdump clean up"
by Mathieu Chartier
· 8 years ago
8d4b118
Merge "Fix dex cache resolved types and class table mismatch."
by Vladimir Marko
· 8 years ago
cd556b0
Fix dex cache resolved types and class table mismatch.
by Vladimir Marko
· 8 years ago
697dc66
A bit of oatdump clean up
by Mathieu Chartier
· 8 years ago
1e08379
Update oatdump to have inline info breakdown
by Mathieu Chartier
· 8 years ago
575d3e6
Clean up code info table layout
by Mathieu Chartier
· 8 years ago
97c381e
Separate art::Exec from utils
by David Sehr
· 8 years ago
1a20b68
Deduplicate register masks
by Mathieu Chartier
· 8 years ago
d16363a
Revert "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
45aa598
Deduplicate stack masks
by David Srbecky
· 9 years ago
ec78622
Hash-based dex cache type array.
by Vladimir Marko
· 8 years ago
12f1b99
Remove alignment bits in between stack maps
by Mathieu Chartier
· 8 years ago
bc51534
Merge "Add more code info size dumping to oatdump"
by Mathieu Chartier
· 8 years ago
5e7c6a9
Add more code info size dumping to oatdump
by Mathieu Chartier
· 8 years ago
5e8d5f0
Fix some typos in ART.
by Roland Levillain
· 8 years ago
a2f526f
Compressed native PC for stack maps
by Mathieu Chartier
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
eca3eda
Add ClassLoader to app-image roots.
by Vladimir Marko
· 8 years ago
Next »