Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
6cfbdbc359ec5414d3e49f70d28f8c0e65b98d63
/
runtime
/
image.cc
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
5122e6b
ART: Remove ArtMethod::dex_cache_resolved_methods_.
by Vladimir Marko
· 7 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 7 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 7 years ago
2b0dfe7
Fix over-allocation of DexCache field array.
by Vladimir Marko
· 7 years ago
365719c
No need to lock when calling Thread.interrupted.
by Nicolas Geoffray
· 8 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 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
331605a
Revert "Revert "Intrinsify Integer.valueOf.""
by Nicolas Geoffray
· 8 years ago
db7b44a
Revert "Intrinsify Integer.valueOf."
by Nicolas Geoffray
· 8 years ago
cd0b272
Intrinsify Integer.valueOf.
by Nicolas Geoffray
· 8 years ago
bcf716f
Revert^2 "Enable String compression."
by Vladimir Marko
· 8 years ago
bfb80d2
Revert^4 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
afcb365
Revert "Enable String compression."
by Vladimir Marko
· 8 years ago
24bbf98
Enable String compression.
by Vladimir Marko
· 8 years ago
d16363a
Revert "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
ec78622
Hash-based dex cache type array.
by Vladimir Marko
· 8 years ago
72ab684
Add class status for resolved erroneous classes.
by Vladimir Marko
· 8 years ago
9cd522b
Remove now unused dex_cache_resolved_types_ from ArtMethod.
by Nicolas Geoffray
· 8 years ago
f9bf250
Remove dex cache string from mirror::Class.
by Nicolas Geoffray
· 8 years ago
71bf7b4
Optimizations around escape analysis. With tests.
by Aart Bik
· 8 years ago
ff7d89c
Allow read side effects for removing dead instructions.
by Aart Bik
· 8 years ago
762869d
Simplify our intrinsic recognizer.
by Nicolas Geoffray
· 8 years ago
bda1d60
ART: Detach libart-disassembler from libart
by Andreas Gampe
· 8 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 8 years ago
a62cb9b
Revert "Revert "Optimize IMT""
by Artem Udovichenko
· 8 years ago
88f288e
Revert "Optimize IMT"
by Nicolas Geoffray
· 8 years ago
badee98
Optimize IMT
by Nelli Kim
· 8 years ago
e42888f
Write conflict tables in image
by Mathieu Chartier
· 9 years ago
1aa8ec2
Fix up dex cache strings stored in classes
by Mathieu Chartier
· 9 years ago
4a26f17
Remove GetImageRoots read barrier for image relocation
by Mathieu Chartier
· 9 years ago
fbc3108
Revert "Revert "Load app images""
by Mathieu Chartier
· 9 years ago
5d5dbeb
Merge "Revert "Load app images""
by Nicolas Geoffray
· 9 years ago
1bc977c
Revert "Load app images"
by Nicolas Geoffray
· 9 years ago
0870770
Bump image version
by Mathieu Chartier
· 9 years ago
f7fd970
Load app images
by Mathieu Chartier
· 9 years ago
a06ba05
Remove gaps between images
by Mathieu Chartier
· 9 years ago
dcdc85b
Dex2oat support for multiple oat file and image file outputs.
by Jeff Hao
· 9 years ago
cc78f3f
Fix (non-intrinsic) UnsafeCASObject for the read barrier config.
by Hiroshi Yamauchi
· 9 years ago
ceb07b3
Revert "Revert "Add support for LZ4 compressed image files""
by Mathieu Chartier
· 9 years ago
83d4d72
Revert "Add support for LZ4 compressed image files"
by Nicolas Geoffray
· 9 years ago
c6f41b5
Add support for LZ4 compressed image files
by Mathieu Chartier
· 9 years ago
208a5cb
Store class tables in the image
by Mathieu Chartier
· 9 years ago
35831e8
Reduce memory used by CompiledMethods.
by Vladimir Marko
· 9 years ago
09d0943
ART: Use .bss section for dex cache arrays.
by Vladimir Marko
· 9 years ago
05792b9
ART: Move DexCache arrays to native.
by Vladimir Marko
· 9 years ago
52a7f5c
Add class flags to class to help GC scanning
by Mathieu Chartier
· 9 years ago
1463285
ART: Rename ArtMethod's size and alignment methods.
by Vladimir Marko
· 9 years ago
cf36d49
ART: Compress LengthPrefixedArray on 32-bit targets.
by Vladimir Marko
· 9 years ago
54d220e
Move ArtFields and ArtMethods to be a length prefixed array
by Mathieu Chartier
· 9 years ago
d39645e
Move image intern table into image
by Mathieu Chartier
· 9 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 9 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
f52857f
ART: Ensure order of field gaps
by Andreas Gampe
· 10 years ago
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 10 years ago
2d72101
Change 64 bit ArtMethod fields to be pointer sized
by Mathieu Chartier
· 10 years ago
5f9a954
Delete unused imtable field
by Mathieu Chartier
· 10 years ago
4677476
ART: Add support for patching and loading OAT files compiled with PIC
by Igor Murashkin
· 10 years ago
2d2621a
Optimize method linking
by Mathieu Chartier
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
cdc1aaf
Simplify instance reference offsets.
by Ian Rogers
· 10 years ago
5182932
ART: Change access flag behavior in verifier
by Andreas Gampe
· 10 years ago
53cb16b
Add patchoat tool to Art.
by Alex Light
· 10 years ago
9583fbc
Remove oat file location in the image.
by Nicolas Geoffray
· 11 years ago
ec8d142
Forgot to bump oat version in previous change
by Brian Carlstrom
· 11 years ago
68708f5
Fix image_test on target
by Brian Carlstrom
· 11 years ago
31e8925
Write out image bitmap inside of image file.
by Mathieu Chartier
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/image.cc]
79fe539
Removing remaining compiled stubs from image.
by Jeff Hao
· 12 years ago
58df327
Removed compiled resolution trampoline.
by Jeff Hao
· 12 years ago
4f6ad8a
Various performance improvements.
by Ian Rogers
· 12 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
700c8d3
Move .oat files to ELF format
by Brian Carlstrom
· 12 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
e24fa61
Separate oat from image
by Brian Carlstrom
· 13 years ago
69b15fb
Working dex2oat and oatexec
by Brian Carlstrom
· 13 years ago
4a289ed
Work on heap and space initialization to support image loading
by Brian Carlstrom
· 13 years ago