HomeSort by relevance Sort by last modified time
    Searched refs:CheckSuspend (Results 1 - 10 of 10) sorted by null

  /art/runtime/entrypoints/quick/
quick_thread_entrypoints.cc 28 CheckSuspend(thread);
quick_jni_entrypoints.cc 59 CheckSuspend(self);
  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 74 CheckSuspend(self);
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 257 CheckSuspend(self);
276 CheckSuspend(self);
296 CheckSuspend(self);
315 CheckSuspend(self);
333 CheckSuspend(self);
639 CheckSuspend(self);
651 CheckSuspend(self);
663 CheckSuspend(self);
675 CheckSuspend(self);
687 CheckSuspend(self)
    [all...]
interpreter_switch_impl.cc 26 CheckSuspend(self); \
183 CheckSuspend(self);
199 CheckSuspend(self);
216 CheckSuspend(self);
232 CheckSuspend(self);
247 CheckSuspend(self);
553 CheckSuspend(self);
564 CheckSuspend(self);
575 CheckSuspend(self);
586 CheckSuspend(self)
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.h 177 static inline void CheckSuspend(Thread* thread) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
entrypoint_utils-inl.h 641 static inline void CheckSuspend(Thread* thread) {
  /art/compiler/llvm/
intrinsic_func_list.def 73 _EVAL_DEF_INTRINSICS_FUNC(CheckSuspend,
    [all...]
gbc_expander.cc     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 308 art::llvm::IntrinsicHelper::CheckSuspend;
    [all...]

Completed in 185 milliseconds