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 253 CheckSuspend(self);
272 CheckSuspend(self);
292 CheckSuspend(self);
311 CheckSuspend(self);
329 CheckSuspend(self);
635 CheckSuspend(self);
647 CheckSuspend(self);
659 CheckSuspend(self);
671 CheckSuspend(self);
683 CheckSuspend(self)
    [all...]
interpreter_switch_impl.cc 26 CheckSuspend(self); \
179 CheckSuspend(self);
195 CheckSuspend(self);
212 CheckSuspend(self);
228 CheckSuspend(self);
243 CheckSuspend(self);
549 CheckSuspend(self);
560 CheckSuspend(self);
571 CheckSuspend(self);
582 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 635 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 3777 milliseconds