Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_thread_entrypoints.cc28 CheckSuspend(thread); in CheckSuspendFromCode()
35 CheckSuspend(thread); in artTestSuspendFromCode()
/art/runtime/entrypoints/portable/
Dportable_thread_entrypoints.cc78 CheckSuspend(self); in art_portable_test_suspend_from_code()
/art/runtime/entrypoints/
Dentrypoint_utils.h323 static inline void CheckSuspend(Thread* thread) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in CheckSuspend() function
/art/compiler/llvm/
Dintrinsic_func_list.def73 _EVAL_DEF_INTRINSICS_FUNC(CheckSuspend,
Dgbc_expander.cc2873 case IntrinsicHelper::CheckSuspend: { in ExpandIntrinsic()
/art/compiler/dex/portable/
Dmir_to_gbc.cc291 art::llvm::IntrinsicHelper::CheckSuspend; in EmitSuspendCheck()
/art/runtime/interpreter/
Dinterpreter.cc1106 CheckSuspend(self); in ExecuteImpl()