Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
42deda8a5ee207706df37d7cb56d2a48e94073f0
/
runtime
/
thread.cc
42deda8
Add helper method to iterate over BitTable fields in CodeInfo.
by David Srbecky
· 7 years ago
a2d29a3
Add stack map fast path for GC.
by David Srbecky
· 7 years ago
9d47925
Rename type resolution entrypoints.
by Vladimir Marko
· 7 years ago
5357067
Allow threads to be marked as unsuspendable by kForUserCode
by Alex Light
· 7 years ago
184f075
Rewrite thread CustomTLS to support keyed TLS entries
by Alex Light
· 7 years ago
d109e30
Don't use StringFactory.newEmptyString in compiled code
by Alex Light
· 7 years ago
2c8206f
Correctly send MethodExit events from exception handlers
by Alex Light
· 7 years ago
dcfcce4
Revert^2 "Delay init of classes of pre-allocated exceptions."
by Vladimir Marko
· 7 years ago
29cf32b
Revert "Delay init of classes of pre-allocated exceptions."
by Lokesh Gidra
· 7 years ago
cd5c181
Delay init of classes of pre-allocated exceptions.
by Vladimir Marko
· 7 years ago
896583e
ART: Use clang-tidy to warn on RAII issue
by Andreas Gampe
· 7 years ago
5c9715e
Merge "ART: Ensure minimum stack size under ASAN"
by Treehugger Robot
· 7 years ago
e383d23
ART: Mask garbage-memory warnings
by Andreas Gampe
· 7 years ago
7a55ce0
ART: Ensure minimum stack size under ASAN
by Andreas Gampe
· 7 years ago
e140212
Move some helper methods to DexRegisterLocation.
by David Srbecky
· 7 years ago
74f2ccc
Merge "Revert^2 "Remove support for Valgrind in ART.""
by Roland Levillain
· 7 years ago
05e34f4
Revert^2 "Remove support for Valgrind in ART."
by Roland Levillain
· 7 years ago
a4bae54
Merge "Remove unused GetDexRegisterMap arguments."
by David Srbecky
· 7 years ago
fd89b07
Remove unused GetDexRegisterMap arguments.
by David Srbecky
· 7 years ago
bcf1752
ObjPtr<>-ify array allocations.
by Vladimir Marko
· 7 years ago
a8bba7d
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
by Vladimir Marko
· 7 years ago
21d45b4
Simplify DexRegisterMap API.
by David Srbecky
· 7 years ago
08231f6
Merge "Revert^2 "Optimize register mask and stack mask in stack maps.""
by Treehugger Robot
· 7 years ago
4b59d10
Revert^2 "Optimize register mask and stack mask in stack maps."
by David Srbecky
· 7 years ago
adbceb7
Remove GcRoot<> static from Throwable and related classes.
by Vladimir Marko
· 7 years ago
8b20b5c
Revert "Optimize register mask and stack mask in stack maps."
by Vladimir Marko
· 7 years ago
ffaf87a
Optimize register mask and stack mask in stack maps.
by David Srbecky
· 7 years ago
b4eb1b1
Refactor ClassRoot/GetClassRoot().
by Vladimir Marko
· 7 years ago
aaebb14
Merge "ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses."
by Vladimir Marko
· 7 years ago
6ec2a1b
ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.
by Vladimir Marko
· 7 years ago
197f1ef
Merge "Revert "Remove support for Valgrind in ART.""
by Treehugger Robot
· 7 years ago
8b362a8
Revert "Remove support for Valgrind in ART."
by Andreas Gampe
· 7 years ago
f31343f
Merge "Remove support for Valgrind in ART."
by Roland Levillain
· 7 years ago
052f8ca
Rewrite stackmap encoding code.
by David Srbecky
· 7 years ago
8268cb6
Remove support for Valgrind in ART.
by Roland Levillain
· 7 years ago
a3ad0cd
ART: Move JNI files to runtime/jni/ .
by Vladimir Marko
· 7 years ago
7b0e844
Distinguish the various pre-allocated OutOfMemoryError use cases.
by Roland Levillain
· 7 years ago
75b47b4
Merge "Revert^4 "Add an option to disable native stack dumping on SIGQUIT.""
by Treehugger Robot
· 7 years ago
6ee4971
Revert^4 "Add an option to disable native stack dumping on SIGQUIT."
by Nicolas Geoffray
· 7 years ago
99ebc26
Merge "Fix failure to initialize AnnotatedStackTraceElement."
by Treehugger Robot
· 7 years ago
c4b1c0c
Fix failure to initialize AnnotatedStackTraceElement.
by Vladimir Marko
· 7 years ago
642e9d8
Revert "Revert "Revert "Add an option to disable native stack dumping on SIGQUIT."""
by Christopher Ferris
· 7 years ago
3dada43
Merge "ART: Simplify atomic.h"
by Orion Hodson
· 7 years ago
318afe6
Remove unneeded ScopedGCCriticalSections from openjdkjvmti.
by Alex Light
· 7 years ago
88591fe
ART: Simplify atomic.h
by Orion Hodson
· 7 years ago
86821ac
Merge "Revert "Revert "Add an option to disable native stack dumping on SIGQUIT."""
by Nicolas Geoffray
· 7 years ago
74d25c9
Revert "Revert "Add an option to disable native stack dumping on SIGQUIT.""
by Nicolas Geoffray
· 7 years ago
7a02c66
Merge "Revert "Add an option to disable native stack dumping on SIGQUIT.""
by Treehugger Robot
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
8b08974
Revert "Add an option to disable native stack dumping on SIGQUIT."
by Andreas Gampe
· 7 years ago
b2ec9f5
Remove duplication, split tests
by David Sehr
· 7 years ago
ad0777d
Visit proxy methods reference arguments when visiting Quick frames roots.
by Roland Levillain
· 7 years ago
2ae376f
Stylistic and aesthetic changes.
by Roland Levillain
· 8 years ago
fa854e4
Visit targets of proxy methods when visiting thread roots.
by Roland Levillain
· 7 years ago
0225f8e
Revert "Revert "Make libdexfile build independent of runtime dir""
by David Sehr
· 8 years ago
cec262e
Merge "ART: Call ThreadGroup.add for attached threads"
by Treehugger Robot
· 8 years ago
787784f
Revert "Make libdexfile build independent of runtime dir"
by David Sehr
· 8 years ago
5677601
ART: Call ThreadGroup.add for attached threads
by Andreas Gampe
· 8 years ago
b40b7e7
Make libdexfile build independent of runtime dir
by David Sehr
· 8 years ago
fb6b0b1
ART: Add support for VMStack.getAnnotatedStackTrace
by Andreas Gampe
· 8 years ago
71a7b36
Merge "ART: Additional Atomic methods"
by Orion Hodson
· 8 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 8 years ago
4131d10
ART: Additional Atomic methods
by Orion Hodson
· 8 years ago
4557b38
ART: Rename Atomic::CompareExchange methods
by Orion Hodson
· 8 years ago
1d32a16
Merge "Extensions to check JNI."
by Treehugger Robot
· 8 years ago
55256cb
Extensions to check JNI.
by Ian Rogers
· 8 years ago
808c7a5
Make CodeItem fields private
by Mathieu Chartier
· 8 years ago
9ff1251
ART: Null thread_name check for loggings in rare occasions.
by Kazuhiro Inaba
· 8 years ago
9310495
ART: Factor out stack dumping with monitor objects
by Andreas Gampe
· 8 years ago
b6f309e
ART: Factor out StackTraceElement creation
by Andreas Gampe
· 8 years ago
7919db9
Speed up MterpShouldSwitchInterpreters check
by Alex Light
· 8 years ago
e744163
Revert "Revert "JIT JNI stubs.""
by Vladimir Marko
· 8 years ago
47d3185
Revert "JIT JNI stubs."
by Vladimir Marko
· 8 years ago
3417eae
JIT JNI stubs.
by Vladimir Marko
· 8 years ago
33bff25
ART: Make InstructionSet an enum class and add kLast.
by Vladimir Marko
· 8 years ago
98ac0cc
Merge "Prevent abort in situations with recursive checkpoints"
by Treehugger Robot
· 8 years ago
df00a1e
Prevent abort in situations with recursive checkpoints
by Alex Light
· 8 years ago
891a50e
Separate file utilities from utils.cc
by David Sehr
· 8 years ago
373a9b5
ART: Depend on libnativehelper headers only
by Andreas Gampe
· 8 years ago
b1e31a8
Change RequestSynchronousCheckpoint to release thread_list_lock_
by Alex Light
· 8 years ago
f167135
Merge changes from topic "thread-stop"
by Alex Light
· 8 years ago
f67f115
Merge "Send ThreadEnd after clearing ThreadGroup."
by Treehugger Robot
· 8 years ago
df13240
Send ThreadEnd after clearing ThreadGroup.
by Alex Light
· 8 years ago
a78f5b6
Refactor conditional uses of ReadBarrier::AssertToSpaceInvariant.
by Roland Levillain
· 8 years ago
848574c
Implement asynchronous exception support
by Alex Light
· 8 years ago
b77b698
Check the to-space invariant on a delivered exception.
by Roland Levillain
· 8 years ago
4d15980
Merge "Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t>"
by Hans Boehm
· 8 years ago
e2abbc6
ART: Move kDexNoIndex to dex_file_types.h
by Andreas Gampe
· 8 years ago
0882af2
Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t>
by Hans Boehm
· 8 years ago
2ee1790
Revert^4 "Allow deoptimization when returning from a runtime method."
by Mingyao Yang
· 8 years ago
8ef4b61
Merge "Revert "Revert "Revert "Allow deoptimization when returning from a runtime method.""""
by Treehugger Robot
· 8 years ago
07c7028
Revert "Revert "Revert "Allow deoptimization when returning from a runtime method."""
by Nicolas Geoffray
· 8 years ago
0b5cb35
Merge "Revert "Revert "Allow deoptimization when returning from a runtime method."""
by Mingyao Yang
· 8 years ago
047abb2
Revert "Revert "Allow deoptimization when returning from a runtime method.""
by Mingyao Yang
· 8 years ago
6e1607e
Rename instrumentation ExceptionCaught to ExceptionThrown
by Alex Light
· 8 years ago
2b87ae0
Revert "Allow deoptimization when returning from a runtime method."
by Vladimir Marko
· 8 years ago
edeba10
Allow deoptimization when returning from a runtime method.
by Mingyao Yang
· 8 years ago
331f4c4
Merge "ART: Change method lookup to be more consistent to JLS and the RI."
by Treehugger Robot
· 8 years ago
ba11882
ART: Change method lookup to be more consistent to JLS and the RI.
by Vladimir Marko
· 8 years ago
e431e27
art: use proper nativehelper headers
by Steven Moreland
· 8 years ago
Next »