index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
mirror
/
art_method-inl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-101
/
+1
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-1
/
+1
*
Implement invoke virtual in optimizing compiler.
Nicolas Geoffray
2014-09-17
1
-2
/
+5
*
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-09-08
1
-0
/
+14
*
ART: Fix computation of frame size for direct proxy methods
Serguei Katkov
2014-09-04
1
-1
/
+5
*
Merge "ART: Fix IncompatibleClassChange check for ArtMethod"
Andreas Gampe
2014-08-26
1
-1
/
+3
|
\
|
*
ART: Fix IncompatibleClassChange check for ArtMethod
Andreas Gampe
2014-08-26
1
-1
/
+3
*
|
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
1
-1
/
+1
|
/
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-1
/
+1
*
ART: Add guards to the dex cache and its shortcuts
Andreas Gampe
2014-08-06
1
-1
/
+52
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-3
/
+2
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+3
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-4
/
+19
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-2
/
+137
*
ART: Use StackReference in Quick Stack Frame
Andreas Gampe
2014-05-29
1
-3
/
+9
*
Improve stack walk performance.
Vladimir Marko
2014-05-20
1
-0
/
+76
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-3
/
+3
*
Fix generic jni issue in ArtMethod::GetQuickFrameInfo
Dmitry Petrochenko
2014-05-16
1
-1
/
+1
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-3
/
+3
*
Move quick frame info to OatQuickMethodHeader.
Vladimir Marko
2014-05-13
1
-2
/
+37
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-10
/
+9
*
Move mapping table and vmap table offsets to OatMethodHeader.
Vladimir Marko
2014-04-25
1
-27
/
+6
*
Separate maps from code in oat file.
Vladimir Marko
2014-04-22
1
-1
/
+2
*
Fix and optimize verify object.
Mathieu Chartier
2014-02-21
1
-0
/
+7
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-1
/
+2
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-33
/
+44
*
Remove intialized static storage from dex cache.
Ian Rogers
2014-01-08
1
-6
/
+0
*
Implement Interface Method Tables (IMT).
Jeff Hao
2013-10-29
1
-0
/
+7
*
Use class def index from java.lang.Class.
Ian Rogers
2013-09-19
1
-1
/
+1
*
Get SEA fibonacci running in interpreter mode.
Dragos Sbirlea
2013-08-16
1
-0
/
+5
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-0
/
+203