Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
7b97f75673301b8d59eb4388dc3f2f1adde05c30
/
runtime
/
oat_file_manager.cc
afaf7f8
ART: Enable bugprone-unused-return-value
by Andreas Gampe
· 6 years ago
2386636
Preparing for work on string interning for AppImages.
by Chris Wailes
· 6 years ago
48ba197
Fix some performance-unnecessary-value-param tidy and performance-for-range warnings.
by Stephen Hines
· 6 years ago
e066932
Remove PIC option from oat files.
by Vladimir Marko
· 6 years ago
3d8a78a
Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""
by Nicolas Geoffray
· 6 years ago
baf3761
Revert "Remove OatFileAssistant::MakeUpToDate and friends."
by Mathieu Chartier
· 6 years ago
d6698e3
Remove OatFileAssistant::MakeUpToDate and friends.
by Nicolas Geoffray
· 6 years ago
adc9086
Revert "Revert "Do not load app image for class collisions""
by Mathieu Chartier
· 7 years ago
2c7e13b
Revert "Do not load app image for class collisions"
by Mathieu Chartier
· 7 years ago
d8860b4
Do not load app image for class collisions
by Vladimir Marko
· 7 years ago
a3ad0cd
ART: Move JNI files to runtime/jni/ .
by Vladimir Marko
· 7 years ago
9ea84d0
ART: Update dex-file fallback code
by Andreas Gampe
· 7 years ago
2b1a21e
Merge "Load /data oat/odex files non-executable when only_use_system_oat_files is set."
by Nicolas Geoffray
· 7 years ago
017adc2
Merge changes from topic "userdebug-jdwp"
by Alex Light
· 7 years ago
013fd80
Create an ART-independent DexFileLoader
by David Sehr
· 7 years ago
2ce6fc8
Support using adbconnection and openjdkjvmti without JAVA_DEBUGGABLE
by Alex Light
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
2974260
Load /data oat/odex files non-executable when only_use_system_oat_files is set.
by Nicolas Geoffray
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
55f39ed
Pass class loader context in ART standalone.
by Nicolas Geoffray
· 7 years ago
b0b68cf
ART: Clean up #includes in jit_code_cache.h .
by Vladimir Marko
· 7 years ago
891a50e
Separate file utilities from utils.cc
by David Sehr
· 7 years ago
e875f4c
Don't verify dex file when the runtime is in NoVerify mode.
by Nicolas Geoffray
· 7 years ago
095c6c9
Pass the verify flag to DexFileLoader utilities.
by Nicolas Geoffray
· 7 years ago
79c87da
Add DexFileLoader class
by Mathieu Chartier
· 7 years ago
403cb2c
Merge "[art] Compile secondary dex files in isolation"
by Treehugger Robot
· 7 years ago
8d8d37b
[art] Compile secondary dex files in isolation
by Calin Juravle
· 7 years ago
3f09389
ART: Change GetAndroidRoot() handling
by Andreas Gampe
· 7 years ago
68bf390
Handle new zygote flags in ART
by Nicolas Geoffray
· 7 years ago
44e5efa
Add check that classpath is up to date to getDexOptNeeded
by Calin Juravle
· 7 years ago
be8303d
Call madvise hints for image dex files
by Mathieu Chartier
· 7 years ago
120aa28
Store layout info in dex files
by Mathieu Chartier
· 7 years ago
27e0d1f
Pass the class loader context to dex2oat when optimizing at runtime
by Calin Juravle
· 7 years ago
774beea
Merge "Verify the class loader context when loading oat files"
by Treehugger Robot
· 7 years ago
3f91864
Verify the class loader context when loading oat files
by Calin Juravle
· 7 years ago
0cb1728
Do superclass validation at compile time and log with new class status.
by Jeff Hao
· 7 years ago
7b0648a
Move dex files dependencies (en/de)coding to ClassLoaderContext
by Calin Juravle
· 7 years ago
ef878ea
Merge "Added DexFileAsanRegistrar and necessary additions"
by Treehugger Robot
· 8 years ago
0bb4031
Added DexFileAsanRegistrar and necessary additions
by Bharadwaj Kalandhabhatta
· 8 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 8 years ago
357c66d
Revert "Revert "Ensure dex file are extracted and verified at load time""
by Calin Juravle
· 8 years ago
9bfc6bb
Revert "Ensure dex file are extracted and verified at load time"
by Calin Juravle
· 8 years ago
d2510c9
Ensure dex file are extracted and verified at load time
by Calin Juravle
· 8 years ago
5c52574
oat_file_manager: Avoid global collision check.
by Narayan Kamath
· 8 years ago
2a9dc4d
Merge "Ignore the optimized location passed to DexFile.loadDex()"
by Calin Juravle
· 8 years ago
1f7079b
Ignore the optimized location passed to DexFile.loadDex()
by Calin Juravle
· 8 years ago
16d4843
Allow dex2oat to handle relative paths.
by Jeff Hao
· 8 years ago
0471ece
Add option for duplicate classes check to return all dupes.
by Jeff Hao
· 8 years ago
8ec0a20
Fix duplicate classes check to iterate over classes properly.
by Jeff Hao
· 8 years ago
77651c4
ART: Clean up code related to foreign dex use
by Calin Juravle
· 8 years ago
fa4333d
ART: Add operator == and != with nullptr to Handle
by Andreas Gampe
· 8 years ago
90b936d
ART: Refactor verify_object.h
by Andreas Gampe
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
b4f5230
Fix use of std::stoi without error handling.
by Jeff Hao
· 8 years ago
3773f21
Merge "ART: Fix tidy warnings"
by Treehugger Robot
· 8 years ago
ca620d7
ART: Fix tidy warnings
by Andreas Gampe
· 8 years ago
08883de
ART: Refactor jfieldID handling
by Andreas Gampe
· 8 years ago
47b6bdb
Merge changes I86bc206d,If20a34e7,I6ee6c826,I240341a0
by Treehugger Robot
· 8 years ago
4c481a4
ART: Make some variables references
by Andreas Gampe
· 8 years ago
5c657fe
Pass some arguments by const reference.
by Vladimir Marko
· 8 years ago
46aba36
ART: Move pathList well-known-field to actual class
by Andreas Gampe
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
3398c78
Move ArtField to ObjPtr
by Mathieu Chartier
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
a463b6a
ART: Refactor ImageSpace loading
by Andreas Gampe
· 8 years ago
d1472a2
profile_changed should not effect GetBestOatFile.
by Richard Uhler
· 9 years ago
37d6a3b
Support the -i flag in the new dexdump.
by Aart Bik
· 9 years ago
14d7b3e
Fix dex file leak in oat file manager
by Mathieu Chartier
· 9 years ago
1fdbe1b
ART: Add ATRACE section for collision check
by Andreas Gampe
· 9 years ago
347eff2
Merge "Don't use dlopen on host for already loaded oat files."
by Richard Uhler
· 9 years ago
a206c74
Don't use dlopen on host for already loaded oat files.
by Richard Uhler
· 9 years ago
01be681
Only compile dex files if they are not up to date.
by Richard Uhler
· 9 years ago
f0192c8
Support to pass <uses-library> option through to dex2oat.
by Jeff Hao
· 9 years ago
f4b3487
Remove -XOatFileManagerCompilerFilter argument.
by Richard Uhler
· 9 years ago
0b79127
Skip profiling if the dex file is fully compiled
by Calin Juravle
· 9 years ago
3045b66
Make dex file loading failure more explicit about failure.
by Alex Light
· 9 years ago
76f5cb6
Restore fallback behavior in the no-image stripped-dex case.
by Richard Uhler
· 9 years ago
1e86061
Refine OatFileAssistant.MakeUpToDate failure result.
by Richard Uhler
· 9 years ago
29d38e7
Revert "Revert "Use compiler filter to determine oat file status.""
by Andreas Gampe
· 9 years ago
845e506
Revert "Use compiler filter to determine oat file status."
by Nicolas Geoffray
· 9 years ago
a62d2f0
Use compiler filter to determine oat file status.
by Richard Uhler
· 9 years ago
04680f3
Dump oat file information as part of DumpForSigQuit.
by Nicolas Geoffray
· 9 years ago
c421907
Merge "Update GetDexOptNeeded to handle different levels of compilation"
by Calin Juravle
· 9 years ago
87aa99c
Merge "Record foreign dex files loaded by the app in the profile"
by Calin Juravle
· 9 years ago
b077e15
Update GetDexOptNeeded to handle different levels of compilation
by Calin Juravle
· 9 years ago
32ce2ad
Add more systracing everywhere
by Mathieu Chartier
· 9 years ago
c90bc92
Record foreign dex files loaded by the app in the profile
by Calin Juravle
· 9 years ago
a6e81ed
Add lz4hc image compression format
by Mathieu Chartier
· 9 years ago
bd064ea
Fix app image memory leak
by Mathieu Chartier
· 9 years ago
61d2b2d
Use GC critical section for adding and removing app images
by Mathieu Chartier
· 9 years ago
a9d82fe
Use mutator lock to guard adding and removing heap spaces
by Mathieu Chartier
· 9 years ago
fbc3108
Revert "Revert "Load app images""
by Mathieu Chartier
· 9 years ago
1bc977c
Revert "Load app images"
by Nicolas Geoffray
· 9 years ago
f7fd970
Load app images
by Mathieu Chartier
· 9 years ago
46ac34f
Merge "Update to INFO to not confuse adb logcat readers."
by Nicolas Geoffray
· 9 years ago
dcdc85b
Dex2oat support for multiple oat file and image file outputs.
by Jeff Hao
· 9 years ago
a28267f
Update to INFO to not confuse adb logcat readers.
by Nicolas Geoffray
· 9 years ago
e722d29
Revert "Make the JIT the default in ART."
by Nicolas Geoffray
· 9 years ago
0a9b682
Make the JIT the default in ART.
by Nicolas Geoffray
· 9 years ago
Next »