index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
runtime.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Support running without a boot image.
Alex Light
2014-08-25
1
-1
/
+43
*
|
Add fallback for non moving space being full.
Mathieu Chartier
2014-08-22
1
-0
/
+1
*
|
Always setup the native bridge library
Calin Juravle
2014-08-22
1
-5
/
+6
*
|
Fix fault handler to unregister on shutdown
Dave Allison
2014-08-21
1
-0
/
+3
|
/
*
AttachCurrentThread should only warn on missing thread name if CheckJNI is en...
Brian Carlstrom
2014-08-18
1
-5
/
+1
*
Merge "[ART] Move to system/core native bridge library"
Calin Juravle
2014-08-15
1
-4
/
+8
|
\
|
*
[ART] Move to system/core native bridge library
Calin Juravle
2014-08-15
1
-4
/
+8
*
|
Execute an application even when dex2oat crashes.
Nicolas Geoffray
2014-08-13
1
-0
/
+2
|
/
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-13
/
+7
*
Add implicit checks for x86_64 architecture.
Dave Allison
2014-08-07
1
-0
/
+1
*
AArch64: Implicit StackOverflow/NPE/Suspend checks.
Stuart Monteith
2014-08-06
1
-0
/
+1
*
Merge "Stop thread from reattaching during runtime shutdown while tracing."
Jeff Hao
2014-07-28
1
-7
/
+0
|
\
|
*
Stop thread from reattaching during runtime shutdown while tracing.
Jeff Hao
2014-07-29
1
-7
/
+0
*
|
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-23
/
+13
|
/
*
ART: Native bridge command-line parameter
Andreas Gampe
2014-07-26
1
-0
/
+4
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-0
/
+12
*
Interpreter can kick in even when implicit checks are enabled.
Nicolas Geoffray
2014-07-22
1
-2
/
+1
*
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
Dave Allison
2014-07-16
1
-67
/
+40
*
Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""""
Mathieu Chartier
2014-07-15
1
-0
/
+1
|
\
|
*
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
Fred Shih
2014-07-15
1
-0
/
+1
*
|
Break apart header files.
Ian Rogers
2014-07-15
1
-2
/
+3
|
/
*
Add read barriers for the roots in Runtime.
Hiroshi Yamauchi
2014-07-14
1
-3
/
+5
*
ART: Compacting ROS/DlMalloc spaces with semispace copy GC
Zuo Wang
2014-07-11
1
-1
/
+3
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-4
/
+4
*
Revert "Revert "Revert "Add intrinsic for Reference.get()"""
Sebastien Hertz
2014-07-11
1
-1
/
+0
*
Revert "Revert "Add intrinsic for Reference.get()""
Christopher Ferris
2014-07-11
1
-0
/
+1
*
Revert "Add intrinsic for Reference.get()"
Christopher Ferris
2014-07-11
1
-1
/
+0
*
Add intrinsic for Reference.get()
Fred Shih
2014-07-10
1
-0
/
+1
*
Revert "Add implicit null and stack checks for x86"
Dave Allison
2014-07-10
1
-31
/
+30
*
Add implicit null and stack checks for x86
Dave Allison
2014-07-09
1
-30
/
+31
*
Merge "Fix method tracing from command-line"
Ian Rogers
2014-07-09
1
-0
/
+8
|
\
|
*
Fix method tracing from command-line
Sebastien Hertz
2014-07-09
1
-0
/
+8
*
|
Remove Dbg::VisitRoots().
Hiroshi Yamauchi
2014-07-08
1
-1
/
+0
*
|
Avoid segvs if LOG(FATAL) is called during runtime start-up.
Ian Rogers
2014-06-27
1
-9
/
+15
|
/
*
Add an option to enable collecting dex pc in ART profiler
Wei Jin
2014-06-19
1
-0
/
+3
*
Don't use signal handlers in interpreter only mode
Dave Allison
2014-06-13
1
-1
/
+1
*
Remove Object* weak roots from the debugger.
Hiroshi Yamauchi
2014-06-11
1
-3
/
+0
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
1
-0
/
+7
*
Reduce header files including header files.
Ian Rogers
2014-06-06
1
-0
/
+1
*
Merge "Fixed and refactored profiler options handling"
Calin Juravle
2014-06-06
1
-22
/
+11
|
\
|
*
Fixed and refactored profiler options handling
Calin Juravle
2014-06-06
1
-22
/
+11
*
|
Added workaround passing empty arg array for proxy invocation.
Jeff Hao
2014-06-02
1
-1
/
+2
|
/
*
Make use of sigchainlib for signal chaining for implicit checks
Dave Allison
2014-05-29
1
-3
/
+14
*
Add option to specify compiler executable.
Tsu Chiang Chuang
2014-05-27
1
-0
/
+10
*
Fix the problem of not shutting down the profiler in ART properly
Wei Jin
2014-05-27
1
-0
/
+5
*
Simplify Class::IsArtFieldClass().
Hiroshi Yamauchi
2014-05-20
1
-0
/
+3
*
Fix race condition between GCDaemon and DeleteLocalReference
Yevgeny Rouban
2014-05-20
1
-1
/
+4
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-2
/
+2
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-21
/
+27
[prev]
[next]