Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
28e74eda7dc2fa3139f09bb334901e33ef34b66e
/
runtime
/
thread.h
39ce7d2
Merge "Make empty checkpoint work while weak ref access is disabled."
by Hiroshi Yamauchi
· 8 years ago
fe814e8
Use entrypoint switching to reduce code size of GcRoot read barrier
by Mathieu Chartier
· 8 years ago
3049324
Make empty checkpoint work while weak ref access is disabled.
by Hiroshi Yamauchi
· 8 years ago
08883de
ART: Refactor jfieldID handling
by Andreas Gampe
· 8 years ago
ea47ff8
ART: Add "explicit" to constructors
by Andreas Gampe
· 8 years ago
e9f6712
ART: Add synchronous checkpoint
by Andreas Gampe
· 8 years ago
0a85576
ART: Clean up Thread
by Andreas Gampe
· 8 years ago
af1e299
jni: Support @FastNative methods that return objects
by Igor Murashkin
· 8 years ago
ae7ff92
jni: Add read barrier fast path to jni compiler
by Igor Murashkin
· 8 years ago
e8a3c57
Replace StackHandleScopeCollection with VariableSizedHandleScope
by Mathieu Chartier
· 8 years ago
c4f3925
Move remaining jobject related functions to use ObjPtr
by Mathieu Chartier
· 8 years ago
81c6c8e
Merge "Fix a deadlock between thread flip and suspend request."
by Treehugger Robot
· 8 years ago
02e7f1a
Fix a deadlock between thread flip and suspend request.
by Hiroshi Yamauchi
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
a59d9b2
Use ObjPtr for reflection.cc/h/inl
by Mathieu Chartier
· 8 years ago
3f7f03c
Add basic support for object pointer poisoning
by Mathieu Chartier
· 8 years ago
26ead49
Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug"
by Mathieu Chartier
· 8 years ago
0584647
Remove ThrowNoSuchMethod entrypoint.
by Vladimir Marko
· 8 years ago
268764d
Make ScopedAssertNoThreadSuspension no overhead for non-debug
by Mathieu Chartier
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
ee23582
Revert "Revert "Improve the thread flip.""
by Hiroshi Yamauchi
· 8 years ago
db3204f
Revert "Improve the thread flip."
by Hiroshi Yamauchi
· 8 years ago
e61e6fd
Improve the thread flip.
by Hiroshi Yamauchi
· 8 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 8 years ago
10b218d
Add missing filter cards to zygote mod union table
by Mathieu Chartier
· 8 years ago
02b7580
Introduce more compact ReadBarrierMark slow-paths.
by Roland Levillain
· 9 years ago
e8e1127
Do checks on the fault address when we think it's an NPE.
by Nicolas Geoffray
· 9 years ago
87f3fcb
Replace String.charAt() with HIR.
by Vladimir Marko
· 9 years ago
952e1e3
Support unlimited pending checkpoints
by Mathieu Chartier
· 9 years ago
ea8e02b
Merge "Partial fragment deoptimization"
by Mingyao Yang
· 9 years ago
f711f2c
Partial fragment deoptimization
by Mingyao Yang
· 9 years ago
98810e3
Remove SetStateUnsafe in Debugger::Disconnected.
by Hiroshi Yamauchi
· 9 years ago
97cbc92
Allow the framework to register sensistive threads to the runtime
by Calin Juravle
· 9 years ago
e42888f
Write conflict tables in image
by Mathieu Chartier
· 9 years ago
61b3cd4
Prevent holding stale Thread pointers
by Mathieu Chartier
· 9 years ago
b2771b4
Add option to tune sample collection based on thread sensitivity
by Calin Juravle
· 9 years ago
2c2d2a0
ART: Speed up stack guard page install
by Andreas Gampe
· 9 years ago
7e1ce28
Assembly TLAB allocation fast path for arm.
by Hiroshi Yamauchi
· 9 years ago
20a0be0
Fix CC collector thread flip and JNI critical section deadlocks.
by Hiroshi Yamauchi
· 9 years ago
a73280d
Add an option to disable native stack dumping on SIGQUIT.
by Nicolas Geoffray
· 9 years ago
e6141d7
Merge "Use 8-byte increment bracket sizes for rosalloc thread local runs."
by Hiroshi Yamauchi
· 9 years ago
7ed9c56
Use 8-byte increment bracket sizes for rosalloc thread local runs.
by Hiroshi Yamauchi
· 9 years ago
b331feb
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
by Nicolas Geoffray
· 9 years ago
dfe02f6
Fix remaining read barrier issues in image relocation
by Mathieu Chartier
· 9 years ago
1452bee
Fast Art interpreter
by buzbee
· 10 years ago
7c1559a
x86 Baker's read barrier fast path implementation.
by Roland Levillain
· 9 years ago
9f62af0
Merge "ART: Fix PACKED size of tls_ptr_size."
by Andreas Gampe
· 9 years ago
73be1e8
Inline monomorphic calls.
by Nicolas Geoffray
· 9 years ago
04302db
Fix class unloading with the CC collector.
by Hiroshi Yamauchi
· 9 years ago
6aa1370
ART: Fix PACKED size of tls_ptr_size.
by Andreas Gampe
· 9 years ago
6cff48f
ART: Speed up thread stack tracing for ANRs
by Christopher Ferris
· 11 years ago
dc412b6
Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm.""
by Hiroshi Yamauchi
· 9 years ago
a2b2e73
Merge "Revert "Implement rosalloc fast path in assembly for 32 bit arm.""
by Nicolas Geoffray
· 9 years ago
cf91c7d
Revert "Implement rosalloc fast path in assembly for 32 bit arm."
by Nicolas Geoffray
· 9 years ago
2248d27
Merge "Implement rosalloc fast path in assembly for 32 bit arm."
by Hiroshi Yamauchi
· 9 years ago
e631694
Implement rosalloc fast path in assembly for 32 bit arm.
by Hiroshi Yamauchi
· 9 years ago
3cfa4d0
ART: Remove interpreter entrypoints
by Andreas Gampe
· 9 years ago
8ac9c91
Make SetStateUnsafe run checkpoints before going to suspended
by Mathieu Chartier
· 9 years ago
639bdd1
ART: Single-frame deopt
by Andreas Gampe
· 10 years ago
99170c6
Deoptimization support in optimizing compiler for setting local values
by Mingyao Yang
· 10 years ago
0747466
Revert "Revert "Fix deoptimization with pending exception""
by Sebastien Hertz
· 9 years ago
aa50d3a
Add missing field init in constructors
by Sebastien Hertz
· 9 years ago
0037082
Use thread-local is_gc_marking flags for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
ed8990a
Add some more uninterruptible annotations
by Mathieu Chartier
· 10 years ago
4e2cb09
Add uninterruptible role
by Mathieu Chartier
· 10 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
14c3bf9
Change intern table to not use WaitHoldingLocks
by Mathieu Chartier
· 10 years ago
c6f3439
Merge "ART: JNI thread state transition optimization"
by Mathieu Chartier
· 10 years ago
0541502
Merge "Generalize Valgrind annotations in ART to support ASan."
by Evgenii Stepanov
· 10 years ago
1e13374
Generalize Valgrind annotations in ART to support ASan.
by Evgenii Stepanov
· 10 years ago
eac4424
ART: JNI thread state transition optimization
by Yu Li
· 10 years ago
0b71357
Thread-local mark stacks for the CC collector.
by Hiroshi Yamauchi
· 10 years ago
cbc5064
JDWP: asynchronous invoke command handling
by Sebastien Hertz
· 10 years ago
f795869
Follow up on CL 151605
by Sebastien Hertz
· 10 years ago
1f2d3ba
Fix nested deoptimization.
by Mingyao Yang
· 10 years ago
449357d
ART: Refactor Thread::Init
by Andreas Gampe
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
9d6bf69
JDWP: properly combine location events
by Sebastien Hertz
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
a61894d
Fix reflection handling and test flakiness
by Mathieu Chartier
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
4dcfc43
Fix tlsPtr_.long_jump_context == nullptr check failure.
by Mingyao Yang
· 10 years ago
d0ad2ee
Add support for nested method verifiers
by Mathieu Chartier
· 10 years ago
bb87e0f
Refactor and improve GC root handling
by Mathieu Chartier
· 10 years ago
e01a520
Assembly TLAB allocation fast path for x86_64.
by Hiroshi Yamauchi
· 10 years ago
12d625f
Change method verifiers to be thread local roots
by Mathieu Chartier
· 10 years ago
0aa50ce
Remove ThrowLocation.
by Nicolas Geoffray
· 10 years ago
1558b57
JDWP: allocate DebugInvokeReq only when requested
by Sebastien Hertz
· 10 years ago
14691c5
Compute the right catch location for the debugger.
by Nicolas Geoffray
· 10 years ago
7642cfc
Change how we report exceptions to the debugger.
by Nicolas Geoffray
· 10 years ago
794ad76
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
by Andreas Gampe
· 10 years ago
aa854af
Merge "JDWP: allocate single step control only when active"
by Sebastien Hertz
· 10 years ago
597c4f0
JDWP: allocate single step control only when active
by Sebastien Hertz
· 10 years ago
cb535da
Change AtomicStack to use StackReference
by Mathieu Chartier
· 10 years ago
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
f224751
Remove MethodHelper::HasSameNameAndSignature.
by Ian Rogers
· 10 years ago
d582fa4
Instruction set features for ARM64, MIPS and X86.
by Ian Rogers
· 10 years ago
f4d4da1
Allow JNI AttachCurrentThread to fail if not enough stack.
by Ian Rogers
· 10 years ago
Next »