Home
last modified time | relevance | path

Searched refs:CheckSuspend (Results 1 – 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_thread_entrypoints.cc41 self->CheckSuspend(); in artTestSuspendFromCode()
55 self->CheckSuspend(/*implicit=*/ true); in artImplicitSuspendFromCode()
Dquick_jni_entrypoints.cc172 self->CheckSuspend(); in GenericJniMethodEnd()
Dquick_trampoline_entrypoints.cc1302 self->CheckSuspend(); in artQuickResolutionTrampoline()
/art/runtime/
Dthread-inl.h77 CheckSuspend(); in AllowThreadSuspension()
83 inline void Thread::CheckSuspend(bool implicit) { in CheckSuspend() function
Dmutator_gc_coord.md172 checkpoint code is run from `CheckSuspend`, which requires the mutator lock,
Dthread.h301 void CheckSuspend(bool implicit = false) REQUIRES_SHARED(Locks::mutator_lock_);