Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
e4c3384710c1eedd44095d0cb6d3b43c77182100
/
runtime
/
oat_file_assistant_test.cc
9186ced
ART: Clean up utils.h
by Andreas Gampe
· 8 years ago
19a4d37
Clean up Class::GetDirectInterface().
by Vladimir Marko
· 8 years ago
7225a8d
Refine the DexOptNeeded codes.
by Richard Uhler
· 8 years ago
03bc659
Refine OatStatus enum.
by Richard Uhler
· 8 years ago
3e580bc
Remove OatFileAssistant IsOutOfDate, IsUpToDate, and NeedsRelocation.
by Richard Uhler
· 8 years ago
70a8426
Simplify decision of which is the best oat file.
by Richard Uhler
· 8 years ago
ca620d7
ART: Fix tidy warnings
by Andreas Gampe
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
d106d9f
Save environment snapshot and use at fork/exec
by David Sehr
· 8 years ago
9a37efc
Clean up VLOG(oat) in OatFileAssistant.
by Richard Uhler
· 8 years ago
b81881d
Make a static OatFileAssistant::DexLocationToOatFileName function.
by Richard Uhler
· 9 years ago
d1472a2
profile_changed should not effect GetBestOatFile.
by Richard Uhler
· 9 years ago
e1459ae
ART: Add dex2oat swap-usage parameters
by Andreas Gampe
· 9 years ago
9822f6b
Merge "OatFileAssistantTest: do not relocate image randomly."
by Richard Uhler
· 9 years ago
37d6a3b
Support the -i flag in the new dexdump.
by Aart Bik
· 9 years ago
a48403e
OatFileAssistantTest: do not relocate image randomly.
by Richard Uhler
· 9 years ago
f6d1e0f
Compile JNI stubs for verify-profile and interpret-only.
by Vladimir Marko
· 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
b11ffb7
Combine checksum of all boot images.
by Jeff Hao
· 9 years ago
1e86061
Refine OatFileAssistant.MakeUpToDate failure result.
by Richard Uhler
· 9 years ago
d1537b5
Don't return kPatchOatNeeded if there is no patch info.
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
0b4cbd0
Add oatdump support for app images
by Mathieu Chartier
· 9 years ago
b077e15
Update GetDexOptNeeded to handle different levels of compilation
by Calin Juravle
· 9 years ago
ce4b0ba
Ignore image checksum for ExtractOnly oat files
by David Brazdil
· 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
dcdc85b
Dex2oat support for multiple oat file and image file outputs.
by Jeff Hao
· 9 years ago
121b25e
Merge mnc-dr-enso-dev into goog/master
by Przemyslaw Szczepaniak
· 9 years ago
d1ef436
Merge lmp changes into mnc.
by Narayan Kamath
· 9 years ago
073b16c
Image space cleanup for app images
by Mathieu Chartier
· 9 years ago
8327cf7
Use --oat-fd instead of --oat-file when calling dex2oat.
by Richard Uhler
· 9 years ago
4b8f1ec
Use ATTRIBUTE_UNUSED more.
by Roland Levillain
· 9 years ago
e58991b
Revert "Revert "Unload oat files""
by Mathieu Chartier
· 9 years ago
72da5e7
Revert "Unload oat files"
by Nicolas Geoffray
· 9 years ago
18656fe
Unload oat files
by Mathieu Chartier
· 9 years ago
f9c6fc6
Add OatFileManager
by Mathieu Chartier
· 9 years ago
93aa210
Manually unrelocate odex files generated for test.
by Richard Uhler
· 9 years ago
b1d8c31
Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"
by Igor Murashkin
· 9 years ago
a315f5c
cleanup: Replace pointers with out-parameters and fix-up formatting
by Igor Murashkin
· 9 years ago
bc1d78d
runtime: cleanup class_linker out-parameters and formatting
by Igor Murashkin
· 9 years ago
94f5bda
More diagnostics for flaky oat file assistant test.
by Richard Uhler
· 9 years ago
2639e8e
Add more checks to diagnose flaky oat file assistant test.
by Richard Uhler
· 10 years ago
5f946da
Fix bug in OatFileAssistant::GetBestOatFile.
by Richard Uhler
· 10 years ago
9b994ea
Do not try to compile resource-only dex files.
by Richard Uhler
· 10 years ago
cb44b11
Do not try to compile resource-only dex files.
by Richard Uhler
· 10 years ago
67ff7d1
Test and fix bug checking status of secondary multidex files.
by Richard Uhler
· 10 years ago
a5a1c13
Test and fix bug checking status of secondary multidex files.
by Richard Uhler
· 10 years ago
f16d572
Add more diagnostics info to flaky oat file assistant test.
by Richard Uhler
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
3481ba2
ART: Clean up includes.
by Vladimir Marko
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
23cedd2
Test DexOptStatus enum values match DexFile values.
by Richard Uhler
· 10 years ago
95abd04
Rename isDexOptNeededInternal and add kSelfPatchOatNeeded
by Richard Uhler
· 10 years ago
07b3c23
Store OatDexFile instead of OatFile in DexFile.
by Richard Uhler
· 10 years ago
2910e15
Merge "Fix oat_file_assistant_test's ReserveImageSpace()."
by Richard Uhler
· 10 years ago
3efe979
Fix oat_file_assistant_test's ReserveImageSpace().
by Richard Uhler
· 10 years ago
bb9c6b1
ART: Refactor callbacks_ in common_runtime_test
by Andreas Gampe
· 10 years ago
6343411
Store odex files in oat/<isa>/ directory.
by Richard Uhler
· 10 years ago
3679a47
Merge "Support relative encoded dex locations in oat files."
by Richard Uhler
· 10 years ago
e5fed03
Support relative encoded dex locations in oat files.
by Richard Uhler
· 10 years ago
3dbf234
Fix oat_file_assistant_test32 flaky failures with GSS collector.
by Hiroshi Yamauchi
· 10 years ago
cb85ad6
Merge "Use quick compiler to generate odex for oat file assistant tests."
by Richard Uhler
· 10 years ago
05dd8a6
Use quick compiler to generate odex for oat file assistant tests.
by Richard Uhler
· 10 years ago
892fc96
Revert "Turn on logging for oat file assistant tests."
by Richard Uhler
· 10 years ago
f45599d
Turn on logging for oat file assistant tests.
by Richard Uhler
· 10 years ago
66d874d
Create OatFileAssistant class for assisting with oat files.
by Richard Uhler
· 10 years ago