Sign in
android
/
platform
/
art
/
fe1d952a9912bf597174dc636d0f87db06a8d925
/
dex2oat
/
linker
/
image_writer.cc
c524e9e
ObjPtr<>-ify mirror::Class.
by Vladimir Marko
· 6 years ago
5092811
Move elf_utils.h to libelffile library as well.
by David Srbecky
· 6 years ago
98fb083a
Remove obsolete trampoline offsets from OatHeader.
by Vladimir Marko
· 6 years ago
7cb707f
Use resolve-startup-const-strings=true for run tests
by Mathieu Chartier
· 6 years ago
ea59304
Remove ObjPtr from CalculateNewObjectOffsets
by Mathieu Chartier
· 6 years ago
00fbe4f
Add region padding for app images
by Mathieu Chartier
· 6 years ago
3f1dcd3
ART: Move dex structs into own header
by Andreas Gampe
· 6 years ago
0ace563
Revert^2 "Allow boot image for a part of the boot classpath."
by Vladimir Marko
· 6 years ago
fb83d76
Revert "Allow boot image for a part of the boot classpath."
by Andreas Gampe
· 6 years ago
4433c43
Allow boot image for a part of the boot classpath.
by Vladimir Marko
· 6 years ago
7391c8c
Store additional information in image header.
by Vladimir Marko
· 6 years ago
d378a56
Merge "Add image compressed blocks"
by Mathieu Chartier
· 6 years ago
1a84296
Add image compressed blocks
by Mathieu Chartier
· 6 years ago
f355ec7
Merge "C++17 compatibility: make WITH_TIDY=1 happy again."
by Elliott Hughes
· 6 years ago
c1896c9
C++17 compatibility: make WITH_TIDY=1 happy again.
by Elliott Hughes
· 6 years ago
d011d81
Use more vector<string>s in dex2oat.cc .
by Vladimir Marko
· 6 years ago
fd667d4
Merge changes I05871a8a,I8baec836
by Vladimir Marko
· 6 years ago
5ad3ade
Merge "Fix app image generation and checking with shared libraries."
by Nicolas Geoffray
· 6 years ago
f0d3002
Fix app image generation and checking with shared libraries.
by Nicolas Geoffray
· 6 years ago
0c78ef7
Remove boot image begin/size from image header.
by Vladimir Marko
· 6 years ago
c10a0c6
ART: Add boot/app image checksums.
by Vladimir Marko
· 6 years ago
9c4b970
Rewrite image type in CompilerOptions.
by Vladimir Marko
· 6 years ago
38cf60a
Postpone DexCache preloading in the ImageWriter.
by Vladimir Marko
· 6 years ago
104883b
Clean up primitive array helpers in Object.
by Vladimir Marko
· 6 years ago
8cc418e
Track what intern tables are from boot images
by Mathieu Chartier
· 6 years ago
69ebc8f
Merge "Add PreResolved strings dex cache array"
by Mathieu Chartier
· 6 years ago
1ca718e
Add PreResolved strings dex cache array
by Mathieu Chartier
· 6 years ago
0ee5082
Merge "Refactor MemMap::MapAnonymous()."
by Vladimir Marko
· 6 years ago
1130659
Refactor MemMap::MapAnonymous().
by Vladimir Marko
· 6 years ago
52ecb65
ART: Add object-array-alloc-inl.h
by Andreas Gampe
· 6 years ago
fbeef46
Fixed a GC bug caused by improper AppImage string fixup.
by Chris Wailes
· 6 years ago
d68ab24
Remove the relocations section from the image.
by Vladimir Marko
· 6 years ago
710d785
Merge "Add extra handling for loading intern tables"
by Mathieu Chartier
· 6 years ago
74ccee6
Add extra handling for loading intern tables
by Mathieu Chartier
· 6 years ago
a2da9b9
ART: Completely remove the --compile-pic option.
by Vladimir Marko
· 6 years ago
9a19e98
Moved several messages from LOG to VLOG(compiler).
by Chris Wailes
· 6 years ago
0c61be4
Implemented a new method for walking string references in AppImages.
by Chris Wailes
· 6 years ago
ba9dc92
Don't pre-initialize Class.name fields in boot images
by Alex Light
· 7 years ago
f73caca
Remove superfluous 'virtual' specifiers in ART.
by Roland Levillain
· 7 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 7 years ago
f6985bd
Add an overload for MemMap::MapAnonymous().
by Vladimir Marko
· 7 years ago
c34bebf
Remove unnecessary indirection from MemMap.
by Vladimir Marko
· 7 years ago
fa5fc80
Merge "Move .art.rel data to a section in .art, part 2."
by Vladimir Marko
· 7 years ago
b07dcdb
Merge changes I87f2999f,I8af0e845
by Vladimir Marko
· 7 years ago
6121aa6
Move .art.rel data to a section in .art, part 2.
by Vladimir Marko
· 7 years ago
d93e374
ObjPtr<>-ify ArtMethod and mirror::Method.
by Vladimir Marko
· 7 years ago
ca8de0a
Move .art.rel data to a section in .art, part 1.
by Vladimir Marko
· 7 years ago
1e1260c
Do not restore source object hash in ImageWriter.
by Vladimir Marko
· 7 years ago
6fd1606
Implement Integer.valueOf() intrinsic for boot image.
by Vladimir Marko
· 7 years ago
a043111
Move instruction_set_ to CompilerOptions.
by Vladimir Marko
· 7 years ago
213ee2d
Move dex_files_for_oat_file_ to CompilerOptions.
by Vladimir Marko
· 7 years ago
dc4bcce
Move image_classes_ to CompilerOptions.
by Vladimir Marko
· 7 years ago
eebb821
Implement Integer.valueOf() intrinsic for PIC.
by Vladimir Marko
· 7 years ago
54159c6
Use HashSet<std::string> instead of unordered_set<>.
by Vladimir Marko
· 7 years ago
74f2ccc
Merge "Revert^2 "Remove support for Valgrind in ART.""
by Roland Levillain
· 7 years ago
05e34f4
Revert^2 "Remove support for Valgrind in ART."
by Roland Levillain
· 7 years ago
f75613cb
Keep objects for Integer.valueOf() intrinsic alive.
by Vladimir Marko
· 7 years ago
c13fbd8
Use pre-allocated Throwables from the boot image.
by Vladimir Marko
· 7 years ago
679730e
Remove static GcRoot<>s from Field, Method, Constructor.
by Vladimir Marko
· 7 years ago
b4eb1b1
Refactor ClassRoot/GetClassRoot().
by Vladimir Marko
· 7 years ago
197f1ef
Merge "Revert "Remove support for Valgrind in ART.""
by Treehugger Robot
· 7 years ago
8b362a8
Revert "Remove support for Valgrind in ART."
by Andreas Gampe
· 7 years ago
f31343f
Merge "Remove support for Valgrind in ART."
by Roland Levillain
· 7 years ago
a218b3e
Re-enable LZ4_compress_HC in image writer
by Mathieu Chartier
· 7 years ago
8268cb6
Remove support for Valgrind in ART.
by Roland Levillain
· 7 years ago
1ab0fa8
Refactor ClassLinker & ImageWriter to use a common resolution routine
by David Brazdil
· 7 years ago
a3ad0cd
ART: Move JNI files to runtime/jni/ .
by Vladimir Marko
· 7 years ago
1979c64
Clean up include paths
by David Sehr
· 7 years ago
703b82a
Add extra timing loggers for image writing
by Mathieu Chartier
· 7 years ago
e47f60c
Retrieve String/Class references from .data.bimg.rel.ro.
by Vladimir Marko
· 7 years ago
af29031
Small documentation and stylistic changes.
by Roland Levillain
· 7 years ago
305c38b
Disable bitstring type check runtime hooks.
by Vladimir Marko
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
2c64a83
Change ClassStatus to fit into 4 bits.
by Vladimir Marko
· 7 years ago
666ee3d
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
by Vladimir Marko
· 7 years ago
0f13269
Merge changes I8c4cec43,I00634b89,I0579db64
by Vladimir Marko
· 7 years ago
a64b52de
Do not pass DexFile to ClassLinker::Lookup/ResolveString().
by Vladimir Marko
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
d504c7e
Change enums in ImageWriter to `enum class`.
by Vladimir Marko
· 7 years ago
86083f7
runtime: Bitstring implementation for subtype checking (4/4).
by Igor Murashkin
· 7 years ago
7452797
Refactor linker files from compiler/ to dex2oat/.
by Vladimir Marko
· 7 years ago
[Renamed (99%) from compiler/image_writer.cc]
3c68315
Merge "Revert^2 "ART: Remove workaround in verifer after Jack update.""
by Treehugger Robot
· 7 years ago