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
*
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