Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
d6698e34246ea5d99167538b042a70ef203838e6
/
runtime
/
gc
/
space
/
image_space.cc
f6985bd
Add an overload for MemMap::MapAnonymous().
by Vladimir Marko
· 7 years ago
e307002
Revert^2 "Avoid crash when ANDROID_DATA is not writeable."
by Vladimir Marko
· 7 years ago
1c4f933
Merge "Revert "Avoid crash when ANDROID_DATA is not writeable.""
by Mathieu Chartier
· 7 years ago
c702e34
Revert "Avoid crash when ANDROID_DATA is not writeable."
by Mathieu Chartier
· 7 years ago
88cf462
Merge "Remove unnecessary indirection from MemMap."
by Vladimir Marko
· 7 years ago
c34bebf
Remove unnecessary indirection from MemMap.
by Vladimir Marko
· 7 years ago
00cbb41
Avoid crash when ANDROID_DATA is not writeable.
by Vladimir Marko
· 7 years ago
82e1e27
Revert^2 "Refactor image loading."
by Vladimir Marko
· 7 years ago
701b6ee
Revert "Refactor image loading."
by Vladimir Marko
· 7 years ago
3934736
Refactor image loading.
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
6121aa6
Move .art.rel data to a section in .art, part 2.
by Vladimir Marko
· 7 years ago
c945e0d
Remove ArtMethod's declaring class state checks.
by Vladimir Marko
· 7 years ago
b40d361
ART: Finish old move of OatDexFile
by Andreas Gampe
· 7 years ago
c13fbd8
Use pre-allocated Throwables from the boot image.
by Vladimir Marko
· 7 years ago
3002509
Pass the fd to OatFile::Setup to avoid selinux errors.
by Nicolas Geoffray
· 7 years ago
88591fe
ART: Simplify atomic.h
by Orion Hodson
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
6e74abb
ART: Restrict ImageSpace space check to first image
by Andreas Gampe
· 7 years ago
88c6d26
patchoat: take directories instead of filenames
by Chris Morin
· 7 years ago
e5fac73
Call patchoat --verify from art runtime to verify art files
by Chris Morin
· 7 years ago
013fd80
Create an ART-independent DexFileLoader
by David Sehr
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
8d8a005
ART: Reinstate secondary-image-patching exit
by Andreas Gampe
· 7 years ago
891a50e
Separate file utilities from utils.cc
by David Sehr
· 7 years ago
79c87da
Add DexFileLoader class
by Mathieu Chartier
· 7 years ago
cd87c3e
Clean up ImageHeader section getters.
by Vladimir Marko
· 8 years ago
5122e6b
ART: Remove ArtMethod::dex_cache_resolved_methods_.
by Vladimir Marko
· 8 years ago
0a87a65
Add two special runtime methods.
by Mingyao Yang
· 8 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 8 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 8 years ago
6f54cf2
Fix ReadBarrier misuse when relocating the image.
by Chang Xing
· 8 years ago
4be3e9b
Check ClassClass's dependencies in ImageSpace
by Chang Xing
· 8 years ago
a3d27eb
ScopedFlock: Refactor it to be a subclass of FdFile.
by Narayan Kamath
· 8 years ago
8228cdf
ART: Move CalleeSaveType to callee_save_type.h
by Andreas Gampe
· 8 years ago
d482e73
ART: More header cleanup - runtime.h
by Andreas Gampe
· 8 years ago
3c7b02c
Merge "runtime: Properly unload partially loaded image spaces"
by Treehugger Robot
· 8 years ago
8275fba
runtime: Properly unload partially loaded image spaces
by Igor Murashkin
· 8 years ago
612ff54
Increase GC card size to 1024
by Mathieu Chartier
· 8 years ago
a1d2f95
ART: Clean up art_field.h
by Andreas Gampe
· 8 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 8 years ago
8c19d24
Refactor image writer
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
bfb80d2
Revert^4 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
2a46b68
Merge "ART: invoke-custom support"
by Orion Hodson
· 8 years ago
c069a30
ART: invoke-custom support
by Orion Hodson
· 8 years ago
84f50ae
Remove remaining uses of DexFile::GetChecksum.
by Richard Uhler
· 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
ade4011
Merge "Use null error_msg for pic images"
by Treehugger Robot
· 8 years ago
66b1d57
Use null error_msg for pic images
by Mathieu Chartier
· 8 years ago
0d4d291
Add extra logging for image decompression speed
by Mathieu Chartier
· 8 years ago
85c0f2a
Revert^2 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
97c381e
Separate art::Exec from utils
by David Sehr
· 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
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
9186ced
ART: Clean up utils.h
by Andreas Gampe
· 8 years ago
2bd8428
ART: Move boot-image loading to ImageSpace
by Andreas Gampe
· 8 years ago
6beced4
Change iftable to never be null
by Mathieu Chartier
· 8 years ago
4c481a4
ART: Make some variables references
by Andreas Gampe
· 8 years ago
12b58b2
Clean up the runtime read barrier and fix fake address dependency.
by Hiroshi Yamauchi
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
3e2e2f1
Merge "Fix handling of dex cache arrays for method types."
by Narayan Kamath
· 8 years ago
31e8822
Move most mirror:: args to ObjPtr
by Mathieu Chartier
· 8 years ago
7fe5658
Fix handling of dex cache arrays for method types.
by Narayan Kamath
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
c16672a
Merge "Add CanWriteToDalvikCache() check before writing a boot marker or image cache."
by Treehugger Robot
· 8 years ago
866d874
Make image test multi image
by Mathieu Chartier
· 8 years ago
bfa1f8d
Add CanWriteToDalvikCache() check before writing a boot marker or image cache.
by Robert Sesek
· 9 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 9 years ago
44c8ed6
ART: Validate oat file for cache-only images
by Andreas Gampe
· 9 years ago
bf44e0e
ART: Implement a fixed size string dex cache
by Christina Wadsworth
· 9 years ago
a463b6a
ART: Refactor ImageSpace loading
by Andreas Gampe
· 9 years ago
2675083
ART: Remove zygote OTA code
by Andreas Gampe
· 9 years ago
d26b6ad
ART: Check for more low-space situations in zygote
by Andreas Gampe
· 9 years ago
fd36f1f
Rename callee save enumerators.
by Vladimir Marko
· 9 years ago
965c0b9
Merge "Change suspend entrypoint to save all registers."
by Vladimir Marko
· 9 years ago
952dbb1
Change suspend entrypoint to save all registers.
by Vladimir Marko
· 9 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 9 years ago
a62cb9b
Revert "Revert "Optimize IMT""
by Artem Udovichenko
· 9 years ago
88f288e
Revert "Optimize IMT"
by Nicolas Geoffray
· 9 years ago
7fa5578
ART: Fix ImageSpace::Init
by Andreas Gampe
· 9 years ago
9e27666
Revert "Reduce ImageSpace::Init frame size"
by Andreas Gampe
· 9 years ago
a67a49a
Reduce ImageSpace::Init frame size
by Mathieu Chartier
· 9 years ago
badee98
Optimize IMT
by Nelli Kim
· 9 years ago
471118e
Fix google-explicit-constructor warnings.
by Chih-Hung Hsieh
· 9 years ago
e42888f
Write conflict tables in image
by Mathieu Chartier
· 9 years ago
0dfb30d
Remove recursive ALWAYS_INLINE
by Goran Jakovljevic
· 9 years ago
92ec594
Fix relocate in place to handle arbitrary app image layout
by Mathieu Chartier
· 9 years ago
e719926
Don't abort during app image loading with no boot image
by Mathieu Chartier
· 9 years ago
acc1be3
ART: Don't attempt write flock if not zygote
by Andreas Gampe
· 9 years ago
d5f3f32
Add sanity checking to declaring class visiting
by Mathieu Chartier
· 9 years ago
ab4a4d2
Fix zygote handling of when secondary image is out of date.
by Jeff Hao
· 9 years ago
0b4cbd0
Add oatdump support for app images
by Mathieu Chartier
· 9 years ago
bec6358
ART: Update dalvik-cache for zygote after OTA
by Andreas Gampe
· 9 years ago
Next »