Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_thread_entrypoints.cc25 self->CheckSuspend(); in artTestSuspendFromCode()
Dquick_jni_entrypoints.cc61 self->CheckSuspend(); in GoToRunnable()
/art/runtime/
Dthread-inl.h51 CheckSuspend(); in AllowThreadSuspension()
55 inline void Thread::CheckSuspend() { in CheckSuspend() function
Dthread.h169 void CheckSuspend() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc608 self->CheckSuspend(); in ExecuteGotoImpl()
621 self->CheckSuspend(); in ExecuteGotoImpl()
634 self->CheckSuspend(); in ExecuteGotoImpl()
647 self->CheckSuspend(); in ExecuteGotoImpl()
660 self->CheckSuspend(); in ExecuteGotoImpl()
763 self->CheckSuspend(); in ExecuteGotoImpl()
781 self->CheckSuspend(); in ExecuteGotoImpl()
799 self->CheckSuspend(); in ExecuteGotoImpl()
817 self->CheckSuspend(); in ExecuteGotoImpl()
835 self->CheckSuspend(); in ExecuteGotoImpl()
[all …]