Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
a592a6df3aaf9b2a7e07bd2046716264726d9567
/
src
/
runtime.cc
ef28b14
Remove some SOA from JNI internal.
by Ian Rogers
· 12 years ago
cfaa455
Turn the thread peer_ into a Object*.
by Ian Rogers
· 12 years ago
50ffee2
Introduce -Xint flag for ART.
by Ian Rogers
· 12 years ago
725a957
Pulled out instrumentation into its own class separate from trace.
by jeffhao
· 12 years ago
35883cc
Ensure ThreadPool constructor does not return until fully initialized.
by Mathieu Chartier
· 12 years ago
664bebf
Fix occasional deadlock caused by checkpoint root marking.
by Mathieu Chartier
· 12 years ago
a0a641c
Merge "Parellel mark stack processing" into dalvik-dev
by Ian Rogers
· 12 years ago
02b6a78
Parellel mark stack processing
by Mathieu Chartier
· 12 years ago
81b8871
Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal.
by Brian Carlstrom
· 12 years ago
2fa6b2e
Interpreter.
by Ian Rogers
· 12 years ago
858f1c5
Check point root marking.
by Mathieu Chartier
· 12 years ago
4eb68ed
More MIPS fixes. Fibonacci and ExceptionTest work.
by jeffhao
· 12 years ago
9ebae1f
Concurrent class linker and intern table root marking
by Mathieu Chartier
· 12 years ago
fbd2291
Attempt to always dump all threads when aborting.
by Ian Rogers
· 12 years ago
c604d73
Implement mutex requeueing for cv broadcasts.
by Ian Rogers
· 12 years ago
0051be6
Add parsed options for heap min free, heap max free, target utilization.
by Mathieu Chartier
· 12 years ago
fa147e2
Numerous fixes to MIPS. Basic oatexec works.
by jeffhao
· 12 years ago
2f7f9b6
DumpAllThreads in abort when locks are held.
by Ian Rogers
· 12 years ago
7469ebf
Refactor and remove copy mark bits.
by Mathieu Chartier
· 12 years ago
50b35e2
Explicitly pass Thread::Current to MutexLock and Alloc.
by Ian Rogers
· 12 years ago
1f53934
Make PopSirt inlinable, pass self to SirtRef.
by Ian Rogers
· 12 years ago
120f1c7
Fail threads attaching during runtime shutdown.
by Ian Rogers
· 12 years ago
81d425b
Pass self to lock methods.
by Ian Rogers
· 12 years ago
0703060
Fixes to make jni_compiler_test work on MIPS.
by jeffhao
· 12 years ago
dbe6f46
Change Thread::peer_ to be a jobject instead of an Object*
by Mathieu Chartier
· 12 years ago
66f1925
Change dex cache to be java object instead of array, add pointer to dex file in dex cache.
by Mathieu Chartier
· 12 years ago
b726dcb
Rename GlobalSynchronization to Locks
by Ian Rogers
· 12 years ago
7fbee07
Preliminary changes to allow mips target to build.
by jeffhao
· 12 years ago
1b09b09
Syntax clean up to make clang happy.
by Ian Rogers
· 12 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 12 years ago
034f76b
Check for null thread groups at initialization
by Brian Carlstrom
· 12 years ago
cc236d7
Zygote space / partial collection support.
by Mathieu Chartier
· 12 years ago
206c20d
Don't ignore -Xstacktracefile: in debug builds.
by Elliott Hughes
· 13 years ago
971bf3f
Compile method one-by-one.
by Logan Chien
· 13 years ago
365c102
Increase use of ScopedJniThreadState.
by Ian Rogers
· 13 years ago
0399dde
Remove Frame, merge shadow and quick representations.
by Ian Rogers
· 13 years ago
069387a
Enable / disable CMS runtime options.
by Mathieu Chartier
· 13 years ago
6cf2388
Simplify the default stack size handling.
by Elliott Hughes
· 13 years ago
0a1038b
Make tsan happy.
by Elliott Hughes
· 13 years ago
a639903
Fix and re-enable CMS
by Mathieu Chartier
· 13 years ago
225f5a1
Don't pre-allocate one OOME per thread.
by Elliott Hughes
· 13 years ago
7664f5c
Fix GC performance regression
by Mathieu Chartier
· 13 years ago
9af209c
Move simple runtime accessors to header file
by Ian Rogers
· 13 years ago
058a6de
Switch completely over to libcorkscrew for Mac OS.
by Elliott Hughes
· 13 years ago
d06a6c7
[DO NOT MERGE] Improve signal catching and native stack dumps.
by Elliott Hughes
· 13 years ago
e94d9b2
Add dex_lang as common frontend to lir and LLVM. dex_lang + bc2lir = Greenland
by Shih-wei Liao
· 13 years ago
eac7667
DO NOT MERGE Fix all unsafe caching to be like libcore.
by Elliott Hughes
· 13 years ago
e119a36
Fix the TODOs in the traceview support.
by Elliott Hughes
· 13 years ago
4d57143
DetachCurrentThread should return JNI_ERR on already detached thread
by Brian Carlstrom
· 13 years ago
7c6169d
Port my AOSP QuasiAtomic rewrite to art.
by Elliott Hughes
· 13 years ago
72395bf
Support ANDROID_LOG_TAGS.
by Elliott Hughes
· 13 years ago
ae80b49
Include JNI details in the SIGQUIT output.
by Elliott Hughes
· 13 years ago
6c1c69e
Various crash diagnostic improvements.
by Elliott Hughes
· 13 years ago
8593fdb
Clean up host aborts (and simplify the code).
by Elliott Hughes
· 13 years ago
7b9d996
Tidy up some C-isms.
by Elliott Hughes
· 13 years ago
457005c
Add signal handlers for host builds to imitate debuggerd.
by Elliott Hughes
· 13 years ago
c967f78
Include a new heap summary line in the SIGQUIT output.
by Elliott Hughes
· 13 years ago
776ac1f
Separate out more of LLVM build. Move verifier.
by Ian Rogers
· 13 years ago
a0e1806
Add a SafeMap equivalent to std::map but without the error-prone operator[].
by Elliott Hughes
· 13 years ago
dd361c9
Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method compiler.
by Logan Chien
· 13 years ago
b92bcab
Fix run-test on host.
by TDYa127
· 13 years ago
34e0696
Remove the useless "suspend count already zero" message for new threads.
by Elliott Hughes
· 13 years ago
0c717dd
Add ELF loader to OatFile.
by Logan Chien
· 13 years ago
141d622
More X86 fixes.
by Ian Rogers
· 13 years ago
7caad77
Implement various missing parts of the X86 compiler
by Ian Rogers
· 13 years ago
0879504
Fix an obsolete comment.
by Elliott Hughes
· 13 years ago
e52e49b
Fix the mutex diagnostics, and other targets of opportunity.
by Elliott Hughes
· 13 years ago
0f3c553
Kill constants.h and fix some copyright headers.
by Elliott Hughes
· 13 years ago
22869a9
Warn if a thread attaches without a name and blow up if a thread detaches while running.
by Elliott Hughes
· 13 years ago
398f64b
Remove more lint, mostly C-style casts.
by Elliott Hughes
· 13 years ago
67d9200
Add a compile-time constant bool equivalent to !defined(NDEBUG).
by Elliott Hughes
· 13 years ago
462c944
Fix AttachCurrentThread to use the right thread group.
by Elliott Hughes
· 13 years ago
81ff318
Nomenclature improvements.
by Elliott Hughes
· 13 years ago
2504552
Added option to allow verification of objects on the stack.
by jeffhao
· 13 years ago
b41b33b
Add 3rd argument register to X86.
by Ian Rogers
· 13 years ago
b5e8185
Added code to allow method tracing from command line.
by jeffhao
· 13 years ago
b3bd5f0
Refactor the compilers out of libart.
by Elliott Hughes
· 13 years ago
fb6adba
Sharpen virtual calls to final methods.
by Ian Rogers
· 13 years ago
1984651
Invoke static/direct dispatch change.
by Ian Rogers
· 13 years ago
a004aa9
user build support for art (2 of 3)
by Brian Carlstrom
· 13 years ago
7c3757f
Missing initialization
by Ian Rogers
· 13 years ago
f1a5adc
Reduce StringPiece usage a bit.
by Elliott Hughes
· 13 years ago
223f20f
Remove old code to support multiple images
by Brian Carlstrom
· 13 years ago
a56fcd6
Honor ANDROID_ROOT and ANDROID_DATA
by Brian Carlstrom
· 13 years ago
9ee5f9c
Make all FATAL-related output appear as 'F' log output.
by Elliott Hughes
· 13 years ago
5167c97
Improve debug-ability of native method registration
by Ian Rogers
· 13 years ago
d9c67be
Start parallelizing dex2oat.
by Elliott Hughes
· 13 years ago
8cf5bc0
Simple heap trimming.
by Elliott Hughes
· 13 years ago
6c7d244
Support Runtime::Abort() before the runtime has started.
by Elliott Hughes
· 13 years ago
7d5ffb5
Remove dex2oat warnings by providing "." class path defaulting only to JNI callers
by Brian Carlstrom
· 13 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
131aef8
Only allow one thread to abort at a time.
by Elliott Hughes
· 13 years ago
30fab40
Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming.
by Ian Rogers
· 13 years ago
899e789
Include the thread name in Thread's operator<< output.
by Elliott Hughes
· 13 years ago
6cc332e
Mac runtime fixes.
by Elliott Hughes
· 13 years ago
4d6850c
Fix the handful of leaks detectable in our tests.
by Elliott Hughes
· 13 years ago
4f6b57a
Default java.class.path to "." Bug: 5878535
by Ian Rogers
· 13 years ago
6b35575
Make pthread_mutex_t destruction safer during shutdown.
by Elliott Hughes
· 13 years ago
b3e66df
Minor fixes.
by Elliott Hughes
· 13 years ago
2692b57
Changed tracer to use an instance to hold state instead of statics.
by jeffhao
· 13 years ago
Next »