Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
2498d855f80171d825ce1b98428cb05c8a504f84
/
dex2oat
/
dex2oat.cc
f5ceaac
Removed comment talking about a removed parameter
by Santiago Aboy Solanes
· 4 years, 7 months ago
60abdd9
Display the timeout value of `dex2oat`'s watchdog in milliseconds.
by Roland Levillain
· 4 years, 7 months ago
327cfcf
Use the .dm file at runtime for verification.
by Nicolas Geoffray
· 4 years, 8 months ago
ebf496f
Deprecate --updatable-bcp-packages-fd and --updatable-bcp-packages-file
by Jiakai Zhang
· 4 years, 8 months ago
8d12ed6
Revert "Implement another OdrDexopt to use new CompOS API"
by Sorin Basca
· 4 years, 8 months ago
381e66a
Implement another OdrDexopt to use new CompOS API
by Victor Hsieh
· 4 years, 8 months ago
79b74d7
Do not release the driver_ if we are dumping stats
by Santiago Aboy Solanes
· 4 years, 8 months ago
2bac049
dex2oat: Avoid an open from /proc/self/fd
by Victor Hsieh
· 4 years, 10 months ago
374eae5
Remove the need of VerifiedMethod in the compiler. am: 9e050ab1a0 am: 0daecd8702
by Nicolas Geoffray
· 5 years ago
9e050ab
Remove the need of VerifiedMethod in the compiler.
by Nicolas Geoffray
· 5 years ago
d35ad79
runtime: add -Xdeny-art-apex-data-files am: 971068dcaf am: 3359147e0b
by Orion Hodson
· 5 years ago
971068d
runtime: add -Xdeny-art-apex-data-files
by Orion Hodson
· 5 years ago
cc0caed
dex2oat: don't prune dex if passed as FD am: 59edf4b8f0 am: 850832b63c
by Victor Hsieh
· 5 years ago
59edf4b
dex2oat: don't prune dex if passed as FD
by Victor Hsieh
· 5 years ago
192d2ab
Only enable isolated compilation if requested am: c893d1597b am: ee503e28f3
by Calin Juravle
· 5 years ago
c893d15
Only enable isolated compilation if requested
by Calin Juravle
· 5 years ago
0a86e93
Add --dirty-image-objects-fd and --updatable-bcp-packages-fd am: 4ab592315e am: a778b16bc3
by Victor Hsieh
· 5 years ago
4ab5923
Add --dirty-image-objects-fd and --updatable-bcp-packages-fd
by Victor Hsieh
· 5 years ago
6fd59b6
Remove palette hooks. am: 4f6bb446f8 am: c0db4a5fe5
by Nicolas Geoffray
· 5 years ago
4f6bb44
Remove palette hooks.
by Nicolas Geoffray
· 5 years ago
d462d1c
Use verify when speed-profile gets an empty profile am: 028c7efaf7 am: 719ac37d4b
by Calin Juravle
· 5 years ago
028c7ef
Use verify when speed-profile gets an empty profile
by Calin Juravle
· 5 years ago
f6c49c4
Introduce `art::FastExit` to replace all uses of `quick_exit` in ART. am: bdf1737bd1 am: e998b0b512
by Roland Levillain
· 5 years ago
bdf1737
Introduce `art::FastExit` to replace all uses of `quick_exit` in ART.
by Roland Levillain
· 5 years ago
a867808
dex2oat: Abort app compilation without boot image. am: d42902692d am: 846c4d606e
by Vladimir Marko
· 5 years ago
d429026
dex2oat: Abort app compilation without boot image.
by Vladimir Marko
· 5 years ago
ac860aa
Add --dex-fd to dex2oat am: 826e6667c4 am: bcbdc30648
by Victor Hsieh
· 5 years ago
960332b
Refactor to consolidate oat writer setup am: b3bc892bfa am: 09b75c4ff5
by Victor Hsieh
· 5 years ago
826e666
Add --dex-fd to dex2oat
by Victor Hsieh
· 5 years ago
b3bc892
Refactor to consolidate oat writer setup
by Victor Hsieh
· 5 years ago
4ace521
Use `quick_exit` instead of `_exit` (except for error handling). am: a28c827fdb am: 9391da1069 am: 1c6cb7b23a
by Roland Levillain
· 5 years ago
a28c827
Use `quick_exit` instead of `_exit` (except for error handling).
by Roland Levillain
· 5 years ago
b122245
Add apex versions in oat file headers. am: d3c45c298b am: d4b7f695a2 am: d17071c1a0
by Nicolas Geoffray
· 5 years ago
d3c45c2
Add apex versions in oat file headers.
by Nicolas Geoffray
· 5 years ago
c853582
dex2oat: Expect boot image profiles for boot image. am: a220980389 am: 5e48d4f823 am: 880cbc4400
by Vladimir Marko
· 5 years ago
a220980
dex2oat: Expect boot image profiles for boot image.
by Vladimir Marko
· 5 years ago
cdb3ca3
Add a --force-allow-oj-inlines dex2oat flag am: 4531afd0d8 am: 8915bb1e74 am: d4e21d1c7f
by Alex Light
· 5 years ago
4531afd
Add a --force-allow-oj-inlines dex2oat flag
by Alex Light
· 5 years ago
b496bec
Validate vdex checksums during dex2oat compilation am: 92a7857854 am: bb08a3609c am: 4edd8708c1
by Calin Juravle
· 5 years ago
92a7857
Validate vdex checksums during dex2oat compilation
by Calin Juravle
· 5 years ago
bdd9d71
Add logs for bad .dm input in dex2oat
by Calin Juravle
· 5 years ago
a129d8a
Revamp vdex format for better extensibility.
by Nicolas Geoffray
· 5 years ago
1ece299
dex2oat: Move where we report end of compilation.
by Nicolas Geoffray
· 5 years ago
c5323fe
libartpalette: Use fixed width typedef rather than enum for status
by Orion Hodson
· 5 years ago
32bf6d3
Ignore corrupt vdex files from .dm
by Calin Juravle
· 5 years ago
365f94f
Minor updates to fd_file.h
by Orion Hodson
· 5 years ago
923141b
Add dex2oat validity check for output file open
by Orion Hodson
· 6 years ago
26de896
Use HashMap<> and HashSet<> in dex2oat.
by Vladimir Marko
· 5 years ago
5ff2393
Remove stripped-apk related logic from CLC
by Calin Juravle
· 5 years ago
1480f09
Move NotifyStartDex2oatCompilation earlier.
by Nicolas Geoffray
· 5 years ago
046cecf
Do not accept vdex with dex sections from .dm files
by Calin Juravle
· 5 years ago
ce36b5f
Keep a copy of the zip archive to report to Palette.
by Nicolas Geoffray
· 5 years ago
3378768
SDK-stub controlled dex2oat verification
by Calin Juravle
· 7 years ago
86d6cd5
Remove DexCache arrays from image.
by David Srbecky
· 6 years ago
1d4f009
Call dex2oat and runtime hooks when creating / loading oat/dex files.
by Nicolas Geoffray
· 6 years ago
d90e52f
Use help-text generator for dex2oat am: 0d47a82b11
by Alex Light
· 6 years ago
0d47a82
Use help-text generator for dex2oat
by Alex Light
· 6 years ago
b966ea4
Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)
by Xin Li
· 6 years ago
2cee213
Remove dex2oat_headers library.
by Nicolas Geoffray
· 6 years ago
50fe6dc
Optimizing: Fix weak field access check.
by Vladimir Marko
· 6 years ago
52fe49e
dex2oat: remove unnecessary lock to reference profile
by Victor Hsieh
· 6 years ago
547aa58
Rewrite OatFileManager::OpenDexFilesFromOat. am: 90a18cf5b7 am: fe9724bfed
by Nicolas Geoffray
· 6 years ago
90a18cf
Rewrite OatFileManager::OpenDexFilesFromOat.
by Nicolas Geoffray
· 6 years ago
14e05b8
Update built-in updatable BCP packages for statsd. am: 9db35462c6
by Vladimir Marko
· 6 years ago
9db3546
Update built-in updatable BCP packages for statsd.
by Vladimir Marko
· 6 years ago
2b4242a
Wifi: Remove unused permitted_package am: d0bfc488a4
by David Su
· 6 years ago
d0bfc48
Wifi: Remove unused permitted_package
by David Su
· 6 years ago
5b97a6c
dex2oat: Add missing updatable package for framework-wifi am: f43e0e145c
by Paul Duffin
· 6 years ago
f43e0e1
dex2oat: Add missing updatable package for framework-wifi
by Paul Duffin
· 6 years ago
695348f
Add compiler type to CompilerOptions.
by Vladimir Marko
· 6 years ago
58520df
Revert "Use MADV_FREE to reclaim pages of freed regions"
by Lokesh Gidra
· 6 years ago
bc89ed4
Do not execute OAT files that require app images that cannot be loaded
by Eric Holk
· 6 years ago
94a810b
Small cleanups
by Eric Holk
· 6 years ago
9e4b42a
Refactor vdex file writing.
by Vladimir Marko
· 6 years ago
315f1b2
Use MADV_FREE to reclaim pages of freed regions
by Lokesh Gidra
· 6 years ago
bb3560d
dex2oat: Fix vdex file invalidation.
by Vladimir Marko
· 6 years ago
4b62522
dex2oat: Fix vdex file invalidation.
by Vladimir Marko
· 6 years ago
c390879
Do not crash for broken stored VerifierDeps.
by Vladimir Marko
· 6 years ago
fe331ba
Fix dex2oat failure when --zip-fd actually points to raw dexfile.
by wangshumin
· 7 years ago
3949e5e
Fix dex2oat failure when --zip-fd actually points to raw dexfile.
by wangshumin
· 7 years ago
1b32e8b
dex2oat: add --updatable-bcp-packages-file argument.
by Vladimir Marko
· 6 years ago
d1f7351
dex2oat: add --updatable-bcp-packages-file argument.
by Vladimir Marko
· 6 years ago
4fa07a5
Add explicit compiler option to enable test-specific features.
by David Srbecky
· 6 years ago
3ca922b
dex2oat: Fix repeatedly preparing dex files for oat file
by wulonghua
· 6 years ago
bdf146c
dex2oat: Fix repeatedly preparing dex files for oat file
by wulonghua
· 6 years ago
fe57c2b
Revert^4 "Add "linkage" test options""
by David Sehr
· 6 years ago
16c08ca
Revert "Revert "Revert "Add "linkage" test options"""
by Nicolas Geoffray
· 6 years ago
80c0c50
Revert "Revert "Add "linkage" test options""
by David Sehr
· 6 years ago
7bbbe25
Suppress ThreadLocal hash override warning.
by Vladimir Marko
· 6 years ago
54f6fc7
Suppress ThreadLocal hash override warning.
by Vladimir Marko
· 6 years ago
91a8e6f
Revert "Add "linkage" test options"
by Nicolas Geoffray
· 6 years ago
873bb64
Add "linkage" test options
by David Sehr
· 6 years ago
01c66ba
Do not preload dex caches for assume-verified.
by Vladimir Marko
· 6 years ago
4b90b86
Do not preload dex caches for assume-verified.
by Vladimir Marko
· 6 years ago
764f5e3
Set the identity hash code seed before creating Runtime.
by Vladimir Marko
· 6 years ago
e1ee6f9
Set the identity hash code seed before creating Runtime.
by Vladimir Marko
· 6 years ago
2587fb5
Reland^3 "Always put the framework profile in the boot image location."
by Nicolas Geoffray
· 6 years ago
2c2248c
Reland^3 "Always put the framework profile in the boot image location."
by Nicolas Geoffray
· 6 years ago
509e943
Allow ThreadLocal object allocation during AOT.
by Vladimir Marko
· 6 years ago
37d6d77
Allow ThreadLocal object allocation during AOT.
by Vladimir Marko
· 6 years ago
Next »