index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
entrypoints
/
entrypoint_utils.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-16
/
+13
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-8
/
+8
*
Add AbstractMethod, Constructor, Method
Mathieu Chartier
2015-04-21
1
-7
/
+6
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-1
/
+1
*
Remove ThrowLocation.
Nicolas Geoffray
2015-03-10
1
-21
/
+5
*
Compute the right catch location for the debugger.
Nicolas Geoffray
2015-03-09
1
-3
/
+2
*
ART: Make error messages for StackOverflow WARNINGs
Andreas Gampe
2015-02-19
1
-1
/
+1
*
Fix signal test to work with gcstress
Mathieu Chartier
2015-01-07
1
-5
/
+3
*
ART: Reorder entrypoint argument order
Andreas Gampe
2014-12-29
1
-6
/
+6
*
Remove MethodHelper from the interpreter.
Ian Rogers
2014-12-02
1
-1
/
+0
*
Move MethodHelper::GetReturnType to mirror::ArtMethod.
Ian Rogers
2014-10-28
1
-12
/
+8
*
Don't copy fill array data to quick literal pool.
Ian Rogers
2014-10-08
1
-0
/
+24
*
Some optimizations for the array alloc path.
Hiroshi Yamauchi
2014-09-25
1
-2
/
+4
*
Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further ...
Brian Carlstrom
2014-09-11
1
-30
/
+29
*
Fix stack overflow and duplicate methods while tracing.
Jeff Hao
2014-09-04
1
-5
/
+0
*
Remove abuse of mirror::Object* to reference special values.
Ian Rogers
2014-09-03
1
-7
/
+4
*
Merge stack usage reduction for overflow checks
Dave Allison
2014-08-19
1
-1
/
+1
*
Reduce stack usage for overflow checks
Dave Allison
2014-08-13
1
-0
/
+5
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-3
/
+5
*
ART: Add guards to the dex cache and its shortcuts
Andreas Gampe
2014-08-06
1
-1
/
+1
*
ART: Throw StackOverflowError in native code
Andreas Gampe
2014-07-21
1
-11
/
+86
*
Fix x86 build.
Ian Rogers
2014-07-16
1
-0
/
+20
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+0
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-3
/
+2
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-7
/
+10
*
Added workaround passing empty arg array for proxy invocation.
Jeff Hao
2014-06-02
1
-1
/
+3
*
Don't get and restore thread state for ScopedFastNativeObjectAccess.
Mathieu Chartier
2014-05-19
1
-1
/
+1
*
Implement implicit stack overflow checks
Dave Allison
2014-03-31
1
-1
/
+3
*
Reflection tidying.
Ian Rogers
2014-03-26
1
-1
/
+1
*
Make allocations report usable size.
Ian Rogers
2014-02-26
1
-2
/
+4
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-1
/
+1
*
Background compaction support.
Mathieu Chartier
2014-01-08
1
-4
/
+11
*
Remove unneeded quoting
Brian Carlstrom
2013-12-10
1
-1
/
+1
*
Refactor allocation entrypoints.
Mathieu Chartier
2013-11-20
1
-19
/
+22
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-2
/
+2
*
Inline field and method resolution.
Sebastien Hertz
2013-10-28
1
-195
/
+0
*
Split the allocation path into 'instrumented' and 'uninstrumented'
Hiroshi Yamauchi
2013-09-25
1
-18
/
+39
*
Get PORTABLE + SMALL on x86.
Dragos Sbirlea
2013-08-15
1
-0
/
+1
*
Add flock(2)ing on dex-cache files to prevent races
Brian Carlstrom
2013-08-15
1
-1
/
+4
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-24
/
+22
*
Portable refactorings.
Ian Rogers
2013-07-30
1
-0
/
+407