index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
oat_file.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART stack unwinding fixes for libunwind/gdb/lldb.
David Srbecky
2015-06-19
1
-0
/
+3
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-1
/
+1
*
Fix debuggable compiler flag detection for secondary dex files
Sebastien Hertz
2015-05-19
1
-0
/
+3
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-7
/
+7
*
ART: Re-add dlopen
Andreas Gampe
2015-04-17
1
-0
/
+8
*
ART: Store classpath information into oat file
Andreas Gampe
2015-04-14
1
-0
/
+12
*
ART: Enable Clang's -Wdeprecated
Andreas Gampe
2015-04-06
1
-0
/
+3
*
Store OatDexFile instead of OatFile in DexFile.
Richard Uhler
2015-04-02
1
-62
/
+66
*
Support relative encoded dex locations in oat files.
Richard Uhler
2015-03-24
1
-3
/
+26
*
Add support for .bss section in oat files.
Vladimir Marko
2015-03-02
1
-11
/
+13
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-2
/
+2
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-2
/
+2
*
Add JIT
Mathieu Chartier
2015-02-23
1
-2
/
+2
*
Use unique_ptr to track ownership of dex files.
Richard Uhler
2015-01-13
1
-1
/
+1
*
Remove portable.
Elliott Hughes
2014-12-12
1
-22
/
+1
*
Delete ArtMethod gc_map_ field
Mathieu Chartier
2014-11-24
1
-14
/
+7
*
ART: Add support for patching and loading OAT files compiled with PIC
Igor Murashkin
2014-10-27
1
-1
/
+5
*
ART: Add pic flag to oat header store
Andreas Gampe
2014-10-27
1
-0
/
+2
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-13
/
+13
*
Avoid printing absolute addresses in oatdump
Brian Carlstrom
2014-09-16
1
-4
/
+30
*
Improve dex location canonicalization-related performance.
Vladimir Marko
2014-09-10
1
-10
/
+22
*
Add native memory accounting through custom allocator.
Mathieu Chartier
2014-08-29
1
-1
/
+1
*
Support booting without functioning boot.oat/art patchoat.
Alex Light
2014-08-26
1
-0
/
+4
*
Make apps able to run with a failing patchoat
Alex Light
2014-08-19
1
-1
/
+8
*
Make OatClass and OatMethod immutable once more.
Ian Rogers
2014-08-14
1
-15
/
+25
*
Execute an application even when dex2oat crashes.
Nicolas Geoffray
2014-08-13
1
-4
/
+8
*
Fix performance regression in OatFile::GetOatDexFile().
Vladimir Marko
2014-08-08
1
-4
/
+35
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-0
/
+2
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-1
/
+1
*
Add patchoat tool to Art.
Alex Light
2014-07-07
1
-3
/
+9
*
Avoid a memory allocation in OatFile::GetOatDexFile().
Vladimir Marko
2014-06-05
1
-6
/
+9
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-2
/
+2
*
Add ISA directory to image and odex pathnames.
Brian Carlstrom
2014-05-16
1
-4
/
+0
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-1
/
+1
*
Move quick frame info to OatQuickMethodHeader.
Vladimir Marko
2014-05-13
1
-15
/
+3
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-1
/
+1
*
Move mapping table and vmap table offsets to OatMethodHeader.
Vladimir Marko
2014-04-25
1
-16
/
+5
*
Avoid allocating OatFile::OatClass on the heap.
Vladimir Marko
2014-04-14
1
-7
/
+4
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-2
/
+24
*
Omit OatMethodOffsets for classes without compiled code
Brian Carlstrom
2013-10-28
1
-1
/
+19
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-12
/
+17
*
Find OatDexFile by DexFile name and checksum, not just checksum
Brian Carlstrom
2013-10-03
1
-1
/
+2
*
Use class def index from java.lang.Class.
Ian Rogers
2013-09-21
1
-1
/
+1
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-2
/
+2
*
Uleb128 compression of vmap and mapping table.
Ian Rogers
2013-08-09
1
-4
/
+4
*
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-17
1
-3
/
+3
*
Add verification of boot.oat generated on device
Brian Carlstrom
2013-07-17
1
-1
/
+8
*
Do not mark pages executable unnecessarily to play nice with selinux
Brian Carlstrom
2013-07-12
1
-3
/
+5
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+259