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

  /art/runtime/
scoped_thread_state_change-inl.h 48 self_->TransitionFromRunnableToSuspended(new_thread_state);
69 self_->TransitionFromRunnableToSuspended(old_thread_state_);
126 self_->TransitionFromRunnableToSuspended(suspended_state);
thread-inl.h 227 inline void Thread::TransitionFromRunnableToSuspended(ThreadState new_state) {
234 Locks::mutator_lock_->TransitionFromRunnableToSuspended(this);
common_runtime_test.cc 372 Thread::Current()->TransitionFromRunnableToSuspended(kNative);
thread.h 319 ALWAYS_INLINE void TransitionFromRunnableToSuspended(ThreadState new_state)
    [all...]
runtime.cc 748 self->TransitionFromRunnableToSuspended(kNative);
    [all...]
  /art/cmdline/
cmdline.h 121 Thread::Current()->TransitionFromRunnableToSuspended(kNative);
  /art/dexoptanalyzer/
dexoptanalyzer.cc 244 Thread::Current()->TransitionFromRunnableToSuspended(kNative);
  /art/runtime/base/
mutex-inl.h 274 inline void MutatorMutex::TransitionFromRunnableToSuspended(Thread* self) {
mutex.h 464 void TransitionFromRunnableToSuspended(Thread* self) UNLOCK_FUNCTION() ALWAYS_INLINE;
  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 77 self->TransitionFromRunnableToSuspended(kNative);
  /art/dex2oat/linker/
image_test.h 452 Thread::Current()->TransitionFromRunnableToSuspended(kNative);
  /art/patchoat/
patchoat.cc 492 Thread::Current()->TransitionFromRunnableToSuspended(kNative);
653 Thread::Current()->TransitionFromRunnableToSuspended(kNative);
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 298 milliseconds