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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-5
/
+107
*
Fix Class::IsInSamePackage to not read beyond the end of a StringPiece.
Ian Rogers
2014-09-25
1
-2
/
+2
*
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
1
-1
/
+1
*
Check that we don't accidentally invoke compiled code when -Xint.
Hiroshi Yamauchi
2014-08-18
1
-0
/
+20
*
Merge "Reduce stack usage for overflow checks"
Dave Allison
2014-08-12
1
-0
/
+5
|
\
|
*
Reduce stack usage for overflow checks
Dave Allison
2014-08-13
1
-0
/
+5
*
|
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-1
/
+1
|
/
*
Fix proxy tracing and enable tests that now work with tracing.
Jeff Hao
2014-08-06
1
-6
/
+6
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-8
/
+7
*
Revert "Fix proxy tracing and enable tests that now work with tracing."
Nicolas Geoffray
2014-07-29
1
-6
/
+6
*
Fix proxy tracing and enable tests that now work with tracing.
Jeff Hao
2014-07-28
1
-6
/
+6
*
Set vtable in class object to null after linking.
Mingyao Yang
2014-07-22
1
-3
/
+2
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-3
/
+3
*
Break apart header files.
Ian Rogers
2014-07-15
1
-0
/
+1
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-8
/
+0
*
Fix exception reporting from interpreter
Sebastien Hertz
2014-06-11
1
-0
/
+2
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-13
/
+15
*
Ignore catch blocks whose type can't be resolved.
Ian Rogers
2014-05-29
1
-10
/
+9
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
1
-1
/
+1
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-1
/
+1
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
1
-1
/
+1
*
Improve stack walk performance.
Vladimir Marko
2014-05-20
1
-52
/
+12
*
Don't get and restore thread state for ScopedFastNativeObjectAccess.
Mathieu Chartier
2014-05-19
1
-1
/
+2
*
ART: Fix typo in ArtMethod::FindCatchBlock
Andreas Gampe
2014-05-14
1
-3
/
+10
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-6
/
+7
*
Move quick frame info to OatQuickMethodHeader.
Vladimir Marko
2014-05-13
1
-2
/
+2
*
Allow ArtMethod::Invoke in unstarted runtimes.
Ian Rogers
2014-05-02
1
-3
/
+5
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-4
/
+4
*
Merge "Move mapping table and vmap table offsets to OatMethodHeader."
Vladimir Marko
2014-04-28
1
-0
/
+38
|
\
|
*
Move mapping table and vmap table offsets to OatMethodHeader.
Vladimir Marko
2014-04-25
1
-0
/
+38
*
|
Refactor exception handling for deoptimization
Sebastien Hertz
2014-04-25
1
-3
/
+3
*
|
Merge "Fix FindCatchBlock to work in -Xverify:none mode."
Jeff Hao
2014-04-23
1
-6
/
+15
|
\
\
|
*
|
Fix FindCatchBlock to work in -Xverify:none mode.
Jeff Hao
2014-04-22
1
-6
/
+15
|
|
/
*
|
Remove support for app JNI workarounds.
Ian Rogers
2014-04-22
1
-18
/
+3
|
/
*
Improvements to Field.get/set.
Ian Rogers
2014-03-21
1
-0
/
+12
*
AArch64: Add arm64 runtime support.
Stuart Monteith
2014-03-19
1
-2
/
+2
*
Implicit null/suspend checks (oat version bump)
Dave Allison
2014-03-13
1
-4
/
+6
*
Fixing structure of native frame for Generic JNI
Andreas Gampe
2014-03-12
1
-9
/
+0
*
JNI down call fixes.
Ian Rogers
2014-03-09
1
-0
/
+9
*
Fix and optimize verify object.
Mathieu Chartier
2014-02-21
1
-5
/
+0
*
Upcall support for x86-64.
Ian Rogers
2014-02-20
1
-0
/
+12
*
Change root visitor to use Object**.
Mathieu Chartier
2014-02-18
1
-2
/
+2
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-10
/
+10
*
Merge "Work in the direction of hard float quick ABIs."
Ian Rogers
2014-02-12
1
-4
/
+6
|
\
|
*
Work in the direction of hard float quick ABIs.
Ian Rogers
2014-02-11
1
-4
/
+6
*
|
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-2
/
+2
|
/
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-30
/
+37
*
Remove intialized static storage from dex cache.
Ian Rogers
2014-01-08
1
-5
/
+0
*
Enable moving classes.
Mathieu Chartier
2013-12-10
1
-0
/
+7
*
Fast JNI support.
Ian Rogers
2013-10-20
1
-3
/
+7
[next]