Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
463cb4d276587245b019c0334c8fcc75fe1d0c2a
/
runtime
/
runtime.cc
39c3bfb
Make use of profiling information for dex2oat
by Dave Allison
· 11 years ago
719d1a3
Enable annotalysis on clang ART builds.
by Ian Rogers
· 11 years ago
2ec6520
Support compiler filters for boot classpath
by Brian Carlstrom
· 11 years ago
893263b
Avoid marking old class linker and intern table roots during pause.
by Mathieu Chartier
· 11 years ago
9583fbc
Remove oat file location in the image.
by Nicolas Geoffray
· 11 years ago
491ca9e
Add ART -help and -showversion
by Brian Carlstrom
· 11 years ago
15d3402
Add custom SIGSEGV handler to help find heap corruption.
by Mathieu Chartier
· 11 years ago
6449c62
Create CompilerOptions
by Brian Carlstrom
· 11 years ago
936b37f
Upcall support for x86-64.
by Ian Rogers
· 11 years ago
815873e
Change root visitor to use Object**.
by Mathieu Chartier
· 11 years ago
d2fe10a
Remove blacklist
by Sebastien Hertz
· 11 years ago
97f4489
Revert "Revert "Revert "Add a script for running art standalone."""
by Ian Rogers
· 11 years ago
4b23250
Revert "Revert "Add a script for running art standalone.""
by Nicolas Geoffray
· 11 years ago
41dcb9f
Revert "Add a script for running art standalone."
by Brian Carlstrom
· 11 years ago
763a085
Merge "Add a script for running art standalone."
by Nicolas Geoffray
· 11 years ago
1f5a90f
Add a script for running art standalone.
by Nicolas Geoffray
· 11 years ago
fd14755
Merge "Work in the direction of hard float quick ABIs."
by Ian Rogers
· 11 years ago
0177e53
Work in the direction of hard float quick ABIs.
by Ian Rogers
· 11 years ago
83c8ee0
Add root types and thread id to root visiting.
by Mathieu Chartier
· 11 years ago
412c7fc
Make debugger / jdwp compaction safe.
by Mathieu Chartier
· 11 years ago
a4adbfd
RosAlloc verification.
by Hiroshi Yamauchi
· 11 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 11 years ago
055d46c
Add missing SIRT to LoadNativeLibrary.
by Mathieu Chartier
· 11 years ago
6c2270b
Fix GC options to make the setting available
by lzang1
· 11 years ago
be1ca55
Use direct class pointers at allocation sites in the compiled code.
by Hiroshi Yamauchi
· 11 years ago
938a03b
Fix heap verification and add runtime options.
by Mathieu Chartier
· 11 years ago
0f875ef
Revert accidental default collector type change.
by Mathieu Chartier
· 11 years ago
6f4ffe4
Improve the generational mode.
by Hiroshi Yamauchi
· 11 years ago
e6da9af
Background compaction support.
by Mathieu Chartier
· 11 years ago
0aded08
Add sampling profiler
by Dave Allison
· 11 years ago
2b5eaa2
Move compiler code out of method verifier.
by Vladimir Marko
· 11 years ago
692fafd
Thread local bump pointer allocator.
by Mathieu Chartier
· 11 years ago
c528dba
Enable moving classes.
by Mathieu Chartier
· 11 years ago
501668a
Fix a rosalloc check failure in a test.
by Hiroshi Yamauchi
· 11 years ago
0de9f73
Add -xGc: MS, CMS, SS options to specify which GC to use.
by Mathieu Chartier
· 11 years ago
2e899a9
Fix a crash with -XX:DumpGCPerformanceOnShutdown.
by Hiroshi Yamauchi
· 11 years ago
ff3b24a
Add developer option for dumping GC cumulative timings on shutdown.
by Mathieu Chartier
· 11 years ago
cf58d4a
A custom 'runs-of-slots' memory allocator.
by Hiroshi Yamauchi
· 11 years ago
590fee9
Compacting collector.
by Mathieu Chartier
· 11 years ago
fa82427
Fix oatdump and valgrind.
by Ian Rogers
· 11 years ago
88474b4
Implement Interface Method Tables (IMT).
by Jeff Hao
· 11 years ago
1eb512d
Fast JNI support.
by Ian Rogers
· 11 years ago
775c496
resolved conflicts for merge of b926b3c6 to dalvik-dev
by Brian Carlstrom
· 11 years ago
ce88853
Have JNI FindClass fall back to system ClassLoader Bug: 10994325
by Brian Carlstrom
· 11 years ago
9f69b62
Merge "Fix an Art debug build boot failure." into dalvik-dev
by Hiroshi Yamauchi
· 11 years ago
253ea07
Fix an Art debug build boot failure.
by Hiroshi Yamauchi
· 11 years ago
d9c4fc9
Inflate contended lock word by suspending owner.
by Ian Rogers
· 11 years ago
3b4c189
Split the allocation path into 'instrumented' and 'uninstrumented' ones.
by Hiroshi Yamauchi
· 11 years ago
ee39a10
Use class def index from java.lang.Class.
by Ian Rogers
· 11 years ago
810b1d7
resolved conflicts for merge of bb0140e0 to dalvik-dev
by Mathieu Chartier
· 11 years ago
c11d9b8
Re-enable concurrent system weak sweeping.
by Mathieu Chartier
· 11 years ago
8b2c0b9
Use class def index from java.lang.Class.
by Ian Rogers
· 11 years ago
dab23d0
am 5b0daf5c: am ff6cff9e: am ab482f5e: Merge "Allow traversal into /storage paths." into klp-dev
by Jeff Sharkey
· 11 years ago
ab482f5
Merge "Allow traversal into /storage paths." into klp-dev
by Jeff Sharkey
· 11 years ago
8c7ec8c
Merge "Refactor system weak sweeping, add support for modification." into dalvik-dev
by Mathieu Chartier
· 11 years ago
52cd1e8
Allow traversal into /storage paths.
by Jeff Sharkey
· 11 years ago
6aa3df9
Refactor system weak sweeping, add support for modification.
by Mathieu Chartier
· 11 years ago
b307052
resolved conflicts for merge of 613eae4a to dalvik-dev
by Mathieu Chartier
· 11 years ago
c462198
Fix race in root marking.
by Mathieu Chartier
· 11 years ago
423d2a3
Add support for changing roots through the root visitor callback.
by Mathieu Chartier
· 11 years ago
a436fde
Handle OOMEs in class linker with grace.
by Ian Rogers
· 11 years ago
23009dc
Add art support for sample profiling from traceview gui.
by Jeff Hao
· 11 years ago
ee23f85
Merge "Add more runtime options." into dalvik-dev
by Mathieu Chartier
· 11 years ago
2775ee4
Add more runtime options.
by Mathieu Chartier
· 11 years ago
fe9ca40
Compiler filter update
by buzbee
· 11 years ago
bc93966
Prevent segvs in JNI.
by Ian Rogers
· 11 years ago
8718359
Add -XX:+DisableExplicitGC option for Art
by Anwar Ghuloum
· 11 years ago
1d1e267
Merge "Refactor java.lang.reflect implementation" into dalvik-dev
by Ian Rogers
· 11 years ago
75a43f1
Clean up logcat spam from compiler and verifier
by Anwar Ghuloum
· 11 years ago
ea46f95
Refactor java.lang.reflect implementation
by Brian Carlstrom
· 11 years ago
a024a06
Compilation filter
by buzbee
· 11 years ago
e0a53e9
Add low memory mode option to ART.
by Mathieu Chartier
· 11 years ago
166db04
Move assembler out of runtime into compiler/utils.
by Ian Rogers
· 11 years ago
0f055d1
resolved conflicts for merge of 7934ac28 to dalvik-dev
by Brian Carlstrom
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
4d4adb1
Prevent verifier from creating unused compilation data.
by Sebastien Hertz
· 11 years ago
63a5434
Add option for changing number of GC threads.
by Mathieu Chartier
· 11 years ago
b1eba21
Fix cpplint whitespace/comma issues
by Brian Carlstrom
· 11 years ago
2ce745c
Fix cpplint whitespace/braces issues
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/runtime.cc]
2010a60
Disable -Xjnigreflimit: in art too.
by Elliott Hughes
· 11 years ago
e53ebbc
Merge changes I3b33358e,I7467ee05 into dalvik-dev
by Anwar Ghuloum
· 11 years ago
78b3888
am fb67b724: Make art adapt to BOOTCLASSPATH containing dalvik core.jar
by Brian Carlstrom
· 11 years ago
7467ee0
Added support for SEA IR.
by Dragos Sbirlea
· 11 years ago
fb67b72
Make art adapt to BOOTCLASSPATH containing dalvik core.jar
by Brian Carlstrom
· 11 years ago
1d54e73
GC clean up.
by Ian Rogers
· 12 years ago
e4c891a
am fa42b441: Move to new art dalvikvm
by Brian Carlstrom
· 11 years ago
fa42b44
Move to new art dalvikvm
by Brian Carlstrom
· 11 years ago
dd623db
Now that abort(3) is fixed, Runtime::Abort() can be simplified.
by Elliott Hughes
· 11 years ago
0aba0ba
Created compiled stubs in image.
by Jeff Hao
· 11 years ago
aa4a793
Rename abstract method code_ to entry_point_from_compiled_code_.
by Jeff Hao
· 12 years ago
862cedb
Merge "Fixing Small_Art Default" into dalvik-dev
by Anwar Ghuloum
· 12 years ago
b3eb9eb
Fixing Small_Art Default
by Anwar Ghuloum
· 12 years ago
cf9773a
Merge "Compile filter for small applications and methods" into dalvik-dev
by Anwar Ghuloum
· 12 years ago
8447d84
Compile filter for small applications and methods
by Anwar Ghuloum
· 12 years ago
1f3bc2f
Fix MIPS jni stub and save gp as part of ref only saves.
by Jeff Hao
· 12 years ago
79fe539
Removing remaining compiled stubs from image.
by Jeff Hao
· 12 years ago
58df327
Removed compiled resolution trampoline.
by Jeff Hao
· 12 years ago
f08e473
Fix abort regression.
by Ian Rogers
· 12 years ago
62d6c77
Interpreter entries and instrumentation as a listener.
by Ian Rogers
· 12 years ago
Next »