Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
a9d8c4ce62fff49580fa70d3fcb3aee45344d8ca
/
runtime
/
thread.cc
a9d8c4c
BaseMutex::IsExclusiveHeld should only be called on self.
by Ian Rogers
· 10 years ago
86797a7
AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered
by Serban Constantinescu
· 10 years ago
eef2e54
Weaken condition to dump a thread's stack in a debug build.
by Ian Rogers
· 10 years ago
8d16f20
Merge "Add more read barriers for JNI roots."
by Hiroshi Yamauchi
· 10 years ago
ea2e1bd
Add more read barriers for JNI roots.
by Hiroshi Yamauchi
· 10 years ago
7cd26f3
ART: Target-dependent stack overflow, less check elision
by Andreas Gampe
· 10 years ago
9ae7672
Merge "Remove deprecated WITH_HOST_DALVIK."
by Ian Rogers
· 10 years ago
c5f1773
Remove deprecated WITH_HOST_DALVIK.
by Ian Rogers
· 10 years ago
9f10203
Fix exception reporting from interpreter
by Sebastien Hertz
· 10 years ago
4d0589c
ART: Move __memcmp16 from Bionic to ART
by Andreas Gampe
· 10 years ago
bfd9a43
Change MethodHelper to use a Handle.
by Mathieu Chartier
· 10 years ago
9db911e
Print mutexes held in Thread::Dump.
by Mathieu Chartier
· 10 years ago
2a0d4ec
ART: Fix forbidden thread state change in interpreter
by Andreas Gampe
· 10 years ago
5cf9819
Don't report down-calls as unhandled exceptions.
by Ian Rogers
· 10 years ago
cf4035a
ART: Use StackReference in Quick Stack Frame
by Andreas Gampe
· 10 years ago
196851b
Add read barriers for the weak roots in the JNI weak globals.
by Hiroshi Yamauchi
· 10 years ago
055c29f
Art compiler: remove unnecessary sqrt call
by buzbee
· 10 years ago
4c1c510
Improve stack walk performance.
by Vladimir Marko
· 11 years ago
607fa7b
Merge "Now we have a proper C++ library, use std::unique_ptr."
by Ian Rogers
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
2b7c4d1
Don't get and restore thread state for ScopedFastNativeObjectAccess.
by Mathieu Chartier
· 11 years ago
229dd50
Merge "Visit methods in stack frames during root visits."
by Hiroshi Yamauchi
· 11 years ago
92d1a66
Visit methods in stack frames during root visits.
by Hiroshi Yamauchi
· 11 years ago
db2633c
Change ObjectLock to take Handle instead of Handle pointer.
by Mathieu Chartier
· 11 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
7624d25
Move quick frame info to OatQuickMethodHeader.
by Vladimir Marko
· 11 years ago
f92a456
Merge "Add lockless SynchronizedGet for indirect reference table."
by Mathieu Chartier
· 11 years ago
c56057e
Add lockless SynchronizedGet for indirect reference table.
by Mathieu Chartier
· 11 years ago
5cd3375
Handle implicit stack overflow without affecting stack walks
by Dave Allison
· 11 years ago
c45b8b5
Create stack traces in unstarted runtimes.
by Ian Rogers
· 11 years ago
0651d41
Add thread unsafe allocation methods to spaces.
by Mathieu Chartier
· 11 years ago
b0fa5dc
Force inlining on trivial accessors.
by Ian Rogers
· 11 years ago
deeb21b
Merge "Visit deoptimized shadow frames as roots"
by Sebastien Hertz
· 11 years ago
714f175
Visit deoptimized shadow frames as roots
by Sebastien Hertz
· 11 years ago
73d1e17
Enable reading page map without lock in RosAlloc::BulkFree
by Mathieu Chartier
· 11 years ago
fd3077e
Refactor exception handling for deoptimization
by Sebastien Hertz
· 11 years ago
4af159b
Merge "Remove support for app JNI workarounds."
by Ian Rogers
· 11 years ago
987560f
Remove support for app JNI workarounds.
by Ian Rogers
· 11 years ago
a2cee18
Modify unwind to comply with stack parser tools.
by Christopher Ferris
· 11 years ago
4d7f61d
Use non volatile lock words in semispace collector.
by Mathieu Chartier
· 11 years ago
63e8a68
Fix thread join hangs
by Yevgeny Rouban
· 11 years ago
c7a966d
Prevent deadlocks in Runtime::Abort.
by Mathieu Chartier
· 11 years ago
43d8bb8
Add monitor_enter_object as root.
by Mathieu Chartier
· 11 years ago
2966e13
Avoid debug check violation in thread registration.
by Ian Rogers
· 11 years ago
1246d68
Merge "Cleanup transaction support"
by Sebastien Hertz
· 11 years ago
ee1d79a
Cleanup transaction support
by Sebastien Hertz
· 11 years ago
d803bc7
Fix ThreadStress, unify ANR lock descriptions.
by Ian Rogers
· 11 years ago
c751fdc
Add handler for printing java stack traces for compiled code SIGSEGV.
by Mathieu Chartier
· 11 years ago
dd7624d
Allow mixing of thread offsets between 32 and 64bit architectures.
by Ian Rogers
· 11 years ago
f943914
Implement implicit stack overflow checks
by Dave Allison
· 11 years ago
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
Next »