Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
0fd52d5d0cf01e5a109851098a43a79f5615dc0f
/
runtime
/
thread.cc
3b05e9b
Add missing debugger root visiting.
by Mathieu Chartier
· 11 years ago
c93c530
Revoke rosalloc thread-local buffers at the checkpoint.
by Hiroshi Yamauchi
· 11 years ago
88e46a3
Remove unused variable and tidy test #includes.
by Ian Rogers
· 11 years ago
53b8b09
Refactor reflective method invocation.
by Ian Rogers
· 11 years ago
b373e09
Implicit null/suspend checks (oat version bump)
by Dave Allison
· 11 years ago
0f67847
Unify 64bit int constant definitions.
by Ian Rogers
· 11 years ago
e0dcd46
JNI down call fixes.
by Ian Rogers
· 11 years ago
aa00fe0
Merge "Add more VerifyObject calls."
by Mathieu Chartier
· 11 years ago
c645f1d
Add more VerifyObject calls.
by Mathieu Chartier
· 11 years ago
b166d84
Merge "backtrace: use Java stack to help decode native"
by Kenny Root
· 11 years ago
067d20f
backtrace: use Java stack to help decode native
by Kenny Root
· 11 years ago
6dda898
Disable compaction for jni workarounds.
by Mathieu Chartier
· 11 years ago
6cbd271
Oatdump fix.
by Ian Rogers
· 11 years ago
d889178
Guard entrypoint changing by runtime shutdown lock.
by Mathieu Chartier
· 11 years ago
2da8823
Initial changes towards Generic JNI option
by Andreas Gampe
· 11 years ago
8d7672e
Print message when throwing new exception with pending exception.
by Mathieu Chartier
· 11 years ago
9837939
Avoid std::string allocations for finding an array class.
by Ian Rogers
· 11 years ago
4e30541
Fix and optimize verify object.
by Mathieu Chartier
· 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
f5b0e20
Thread-local allocation stack.
by Hiroshi Yamauchi
· 11 years ago
2300790
Merge "Fix wrong thread id being passed to SIRT roots."
by Mathieu Chartier
· 11 years ago
89bb144
Fix wrong thread id being passed to SIRT roots.
by Mathieu Chartier
· 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
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 11 years ago
1efa0a9
ART can't create more than 8k threads during the worktime
by Alexei Zavjalov
· 11 years ago
7c6aca2
Properly tolerate missing declaring source files
by Brian Carlstrom
· 11 years ago
bb8f0ab
Embed array class pointers at array allocation sites.
by Hiroshi Yamauchi
· 11 years ago
be1ca55
Use direct class pointers at allocation sites in the compiled code.
by Hiroshi Yamauchi
· 11 years ago
d45a1f5
Avoid instrumentation stack corruption.
by Sebastien Hertz
· 11 years ago
e6da9af
Background compaction support.
by Mathieu Chartier
· 11 years ago
0aded08
Add sampling profiler
by Dave Allison
· 11 years ago
e8c48db
Fix NewLocalRef, NewGlobalRef to handle cleared weak globals.
by Mathieu Chartier
· 11 years ago
692fafd
Thread local bump pointer allocator.
by Mathieu Chartier
· 11 years ago
8755359
Merge "Enable moving classes."
by Mathieu Chartier
· 11 years ago
543154a
Merge "Fix JDWP class-only modifier."
by Sebastien Hertz
· 11 years ago
c528dba
Enable moving classes.
by Mathieu Chartier
· 11 years ago
8171fc3
Don't prefix GC map by length.
by Vladimir Marko
· 11 years ago
59cde53
Workaround for gcc volatile struct member bug
by Chris Dearman
· 11 years ago
5f51d4b
Fix races in thread list Unregister.
by Mathieu Chartier
· 11 years ago
123756a
Fix JDWP class-only modifier.
by Sebastien Hertz
· 11 years ago
228d6b8
Fix stack trace for proxy methods and added test case.
by Jeff Hao
· 11 years ago
2054553
Merge "Move single-step control into thread." into dalvik-dev
by Sebastien Hertz
· 11 years ago
61b7f1b
Move single-step control into thread.
by Sebastien Hertz
· 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
88474b4
Implement Interface Method Tables (IMT).
by Jeff Hao
· 11 years ago
a9a8254
Improve quick codegen for aput-object.
by Ian Rogers
· 11 years ago
d9c4fc9
Inflate contended lock word by suspending owner.
by Ian Rogers
· 11 years ago
9c11b56
Merge "Make InternalStackTraceToStackTraceElementArray compaction safe." into dalvik-dev
by Mathieu Chartier
· 11 years ago
3b4c189
Split the allocation path into 'instrumented' and 'uninstrumented' ones.
by Hiroshi Yamauchi
· 11 years ago
530825b
Make InternalStackTraceToStackTraceElementArray compaction safe.
by Mathieu Chartier
· 11 years ago
a9a624b
am 2921201d: Remove some non-const references in utils
by Brian Carlstrom
· 11 years ago
2921201
Remove some non-const references in utils
by Brian Carlstrom
· 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
423d2a3
Add support for changing roots through the root visitor callback.
by Mathieu Chartier
· 11 years ago
2e450bf
Revert "Remove bogus fastpath from String::Equals(const StringPiece&)"
by Brian Carlstrom
· 11 years ago
8438ed3
Remove bogus fastpath from String::Equals(const StringPiece&)
by Brian Carlstrom
· 11 years ago
ba311b4
Fix mark stack expand race.
by Mathieu Chartier
· 11 years ago
b8a0b94
Switch JNI globals lock to reader-writer.
by Ian Rogers
· 11 years ago
6553049
Build fix.
by Ian Rogers
· 11 years ago
5ce4b17
Clean up sampling tracing.
by Jeff Hao
· 11 years ago
57dac6e
Fix sampling profiler to use thread's cpu clock.
by Jeff Hao
· 11 years ago
7571e8b
Add flock(2)ing on dex-cache files to prevent races
by Brian Carlstrom
· 11 years ago
ea46f95
Refactor java.lang.reflect implementation
by Brian Carlstrom
· 11 years ago
1809a72
Uleb128 compression of vmap and mapping table.
by Ian Rogers
· 11 years ago
848871b
Entry point clean up.
by Ian Rogers
· 11 years ago
7655f29
Portable refactorings.
by Ian Rogers
· 11 years ago
c449aa8
Clear exception if catch block doesn't have move-exception.
by Ian Rogers
· 11 years ago
166db04
Move assembler out of runtime into compiler/utils.
by Ian Rogers
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
fb2802d
Fixes to instrumentation and quick to interpreter entry.
by Jeff Hao
· 11 years ago
b907009
resolved conflicts for merge of df62950e to dalvik-dev
by Brian Carlstrom
· 11 years ago
0852459
am 0cd7ec2d: Fix cpplint whitespace/blank_line issues
by Brian Carlstrom
· 11 years ago
df62950
Fix cpplint whitespace/parens issues
by Brian Carlstrom
· 11 years ago
0cd7ec2
Fix cpplint whitespace/blank_line issues
by Brian Carlstrom
· 11 years ago
073deb8
am f69863b3: Fix cpplint whitespace/newline issues
by Brian Carlstrom
· 11 years ago
f69863b
Fix cpplint whitespace/newline issues
by Brian Carlstrom
· 11 years ago
b267c89
am 93ba893c: Fix cpplint runtime/explicit issues
by Brian Carlstrom
· 11 years ago
397f477
am b1eba213: Fix cpplint whitespace/comma issues
by Brian Carlstrom
· 11 years ago
93ba893
Fix cpplint runtime/explicit issues
by Brian Carlstrom
· 11 years ago
b1eba21
Fix cpplint whitespace/comma issues
by Brian Carlstrom
· 11 years ago
7405448
am 6d69f592: Fix thread initialization issue when runtime started twice (as seen in image_test)
by Brian Carlstrom
· 11 years ago
6d69f59
Fix thread initialization issue when runtime started twice (as seen in image_test)
by Brian Carlstrom
· 11 years ago
d6a23bd
Don't manually mess with sigaltstack on Android any more.
by Elliott Hughes
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/thread.cc]
752a0e6
Adding systrace logging to GC
by Mathieu Chartier
· 11 years ago
1e2ee7d
Merge "Rename vmData" into dalvik-dev
by Anwar Ghuloum
· 11 years ago
3c50a4b
Rename vmData
by Anwar Ghuloum
· 11 years ago
1d54e73
GC clean up.
by Ian Rogers
· 12 years ago
3c539ff
Improve Logging
by Anwar Ghuloum
· 11 years ago
0dc9d34
Add missing ENTRY_POINT_INFOs.
by Ian Rogers
· 11 years ago
0aba0ba
Created compiled stubs in image.
by Jeff Hao
· 11 years ago
d090cf4
Always dump stacks if we're aborting.
by Ian Rogers
· 11 years ago
ca39692
Merge "Various GCC 3.6 and clang build fixes." into dalvik-dev
by Ian Rogers
· 11 years ago
33e9566
Various GCC 3.6 and clang build fixes.
by Ian Rogers
· 11 years ago
Next »