Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
06b7c4de44979f1cb51707d2236142bc733ebf75
/
runtime
/
oat_file.cc
37d6a3b
Support the -i flag in the new dexdump.
by Aart Bik
· 9 years ago
c7d3f4b
Fix race with host_dlopen_handles_
by Mathieu Chartier
· 9 years ago
a206c74
Don't use dlopen on host for already loaded oat files.
by Richard Uhler
· 9 years ago
54315c7
ART: Check whether an oat file exists before opening
by Andreas Gampe
· 9 years ago
39004a6
ART: Fix Mac build
by Andreas Gampe
· 9 years ago
4075f83
ART: Optimize PreSetup pass for oat-file open
by Andreas Gampe
· 9 years ago
bb661c0
Refactor use of __ANDROID__ macro
by Bilyan Borisov
· 9 years ago
75563e3
Merge "Clean up OatQuickMethodHeader after Quick removal."
by Vladimir Marko
· 9 years ago
7ec0904
ART: Dump less maps
by Andreas Gampe
· 9 years ago
9d07e3d
Clean up OatQuickMethodHeader after Quick removal.
by Vladimir Marko
· 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
702ace0
Merge "Stop oat loading spam on host."
by Nicolas Geoffray
· 9 years ago
f97cf2a
Stop oat loading spam on host.
by Nicolas Geoffray
· 9 years ago
c421907
Merge "Update GetDexOptNeeded to handle different levels of compilation"
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
ce4b0ba
Ignore image checksum for ExtractOnly oat files
by David Brazdil
· 9 years ago
3a2bd29
ART: Make sure dex files are verified in the compiler
by Andreas Gampe
· 9 years ago
9bdf108
Revert "Revert "Write dex files to oat file early.""
by Vladimir Marko
· 9 years ago
1ee101a
Merge "Revert "Write dex files to oat file early.""
by Vladimir Marko
· 9 years ago
919f553
Revert "Write dex files to oat file early."
by Vladimir Marko
· 9 years ago
a810830
Merge "Write dex files to oat file early."
by Vladimir Marko
· 9 years ago
91d65e0
Fix various typos in ART's comments and string literals.
by Roland Levillain
· 9 years ago
625a64a
Write dex files to oat file early.
by Vladimir Marko
· 9 years ago
1c1a342
Fix multi-image TODOs in class linker, runtime, and oat file.
by Jeff Hao
· 9 years ago
dcdc85b
Dex2oat support for multiple oat file and image file outputs.
by Jeff Hao
· 9 years ago
74f07b5
ART: Fix Mac build
by Andreas Gampe
· 9 years ago
226b91e
ART: Support dlopen for a PIC boot image
by Andreas Gampe
· 9 years ago
049cff0
ART: Refactor oat_file.h/cc for better maintainability
by Andreas Gampe
· 9 years ago
d9786b0
Implementation of fast lookup table to search class_def by descriptor
by Artem Udovichenko
· 9 years ago
722fa98
ART: Replace an "ALWAYS_INLINE" with "inline" to fix build.
by Vladimir Marko
· 9 years ago
06d7aaa
Clean up OatFile.
by Vladimir Marko
· 9 years ago
4b8f1ec
Use ATTRIBUTE_UNUSED more.
by Roland Levillain
· 9 years ago
09d0943
ART: Use .bss section for dex cache arrays.
by Vladimir Marko
· 9 years ago
24a0fc8
Add some missing comments
by Mathieu Chartier
· 9 years ago
e58991b
Revert "Revert "Unload oat files""
by Mathieu Chartier
· 9 years ago
f9c6fc6
Add OatFileManager
by Mathieu Chartier
· 9 years ago
6958e4f
ART: Fix two allocation/deallocation mismatches.
by Vladimir Marko
· 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
c60e1b7
ART: Use __ANDROID__ instead of HAVE_ANDROID_OS
by Andreas Gampe
· 9 years ago
c04c800
Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""""
by Nicolas Geoffray
· 9 years ago
82e73dc
Release dummy MemMaps corresponding to dlopen.
by David Srbecky
· 10 years ago
aa03870
Find the dlopened file using address rather than file path.
by David Srbecky
· 10 years ago
5dedb80
Add more logging output for dlopen.
by David Srbecky
· 10 years ago
1baabf0
Revert "Revert "Use dlopen to load oat files.""
by David Srbecky
· 10 years ago
7a46b7e
Revert "Use dlopen to load oat files."
by David Srbecky
· 10 years ago
49e1fab
Use dlopen to load oat files.
by David Srbecky
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
0de1133
Fix debuggable compiler flag detection for secondary dex files
by Sebastien Hertz
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
fa8429b
ART: Re-add dlopen
by Andreas Gampe
· 10 years ago
7848da4
ART: Store classpath information into oat file
by Andreas Gampe
· 10 years ago
07b3c23
Store OatDexFile instead of OatFile in DexFile.
by Richard Uhler
· 10 years ago
e5fed03
Support relative encoded dex locations in oat files.
by Richard Uhler
· 10 years ago
5c42c29
Add support for .bss section in oat files.
by Vladimir Marko
· 10 years ago
01b7c43
Merge "ART: Print maps directly to log"
by Andreas Gampe
· 10 years ago
a6dfdae
ART: Print maps directly to log
by Andreas Gampe
· 10 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 10 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 10 years ago
2535abe
Add JIT
by Mathieu Chartier
· 10 years ago
fd9eb39
ART: Simple structural class check
by Andreas Gampe
· 10 years ago
fbef44d
Use unique_ptr to track ownership of dex files.
by Richard Uhler
· 10 years ago
2bcb3b2
ART: Show invalid oat header cause in error message
by Andreas Gampe
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
957ca1c
Delete ArtMethod gc_map_ field
by Mathieu Chartier
· 10 years ago
37628b7
Remove double space in messages
by Brian Carlstrom
· 10 years ago
4677476
ART: Add support for patching and loading OAT files compiled with PIC
by Igor Murashkin
· 10 years ago
7ba6496
ART: Add pic flag to oat header store
by Andreas Gampe
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
62d1ca3
ART: Prepare for ELF64.
by Tong Shen
· 10 years ago
2cbaccb
Avoid printing absolute addresses in oatdump
by Brian Carlstrom
· 10 years ago
9ef2b6c
ART: Do not unlink unreadable ELF files
by Andreas Gampe
· 10 years ago
daab38c
ART: Make elf loading not abort
by Andreas Gampe
· 10 years ago
aa4497d
Improve dex location canonicalization-related performance.
by Vladimir Marko
· 10 years ago
84d7605
Support booting without functioning boot.oat/art patchoat.
by Alex Light
· 10 years ago
4361bef
Fix bug introduced in https://android-review.googlesource.com/102610.
by Nicolas Geoffray
· 10 years ago
9dcc457
Make apps able to run with a failing patchoat
by Alex Light
· 10 years ago
97b52f8
Make OatClass and OatMethod immutable once more.
by Ian Rogers
· 10 years ago
3f5838d
Fix performance regression in OatFile::GetOatDexFile().
by Vladimir Marko
· 10 years ago
4e1d579
Use canonical paths when searching for dex files
by Calin Juravle
· 10 years ago
a59dd80
Runtime can now be set to require relocation
by Alex Light
· 11 years ago
69dfe51
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Dave Allison
· 10 years ago
22f8e5c
Revert "Revert "ART: Key-Value Store in Oat header""
by Andreas Gampe
· 10 years ago
452bee5
Revert "ART: Key-Value Store in Oat header"
by Nicolas Geoffray
· 10 years ago
c87d27b
ART: Key-Value Store in Oat header
by Andreas Gampe
· 11 years ago
539690a
Avoid a memory allocation in OatFile::GetOatDexFile().
by Vladimir Marko
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
0e12bdc
Add ISA directory to image and odex pathnames.
by Brian Carlstrom
· 11 years ago
7624d25
Move quick frame info to OatQuickMethodHeader.
by Vladimir Marko
· 11 years ago
8a63057
Move mapping table and vmap table offsets to OatMethodHeader.
by Vladimir Marko
· 11 years ago
d3c5beb
Avoid allocating OatFile::OatClass on the heap.
by Vladimir Marko
· 11 years ago
cd937a9
Fix some < vs <= issues in OatFile
by Brian Carlstrom
· 11 years ago
6449c62
Create CompilerOptions
by Brian Carlstrom
· 11 years ago
83bef92
art: dex offset fix in oat_file.cc for x86_64
by Dmitry Petrochenko
· 11 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 11 years ago
Next »