OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AssertThreadSuspensionIsAllowable
(Results
1 - 6
of
6
) sorted by null
/art/runtime/
thread-inl.h
37
inline void Thread::
AssertThreadSuspensionIsAllowable
(bool check_locks) const {
61
AssertThreadSuspensionIsAllowable
();
thread.h
227
void
AssertThreadSuspensionIsAllowable
(bool check_locks = true) const;
/art/runtime/mirror/
art_method.cc
249
self->
AssertThreadSuspensionIsAllowable
();
/art/runtime/entrypoints/
entrypoint_utils.cc
307
soa.Self()->
AssertThreadSuspensionIsAllowable
();
/art/runtime/jdwp/
jdwp_event.cc
550
self->
AssertThreadSuspensionIsAllowable
();
[
all
...]
/art/runtime/gc/
heap.cc
[
all
...]
Completed in 74 milliseconds