Home
last modified time | relevance | path

Searched refs:TransitionFromRunnableToSuspended (Results 1 – 13 of 13) sorted by relevance

/art/runtime/
Dscoped_thread_state_change-inl.h48 self_->TransitionFromRunnableToSuspended(new_thread_state); in ScopedThreadStateChange()
69 self_->TransitionFromRunnableToSuspended(old_thread_state_); in ~ScopedThreadStateChange()
126 self_->TransitionFromRunnableToSuspended(suspended_state); in ScopedThreadSuspension()
Dthread-inl.h227 inline void Thread::TransitionFromRunnableToSuspended(ThreadState new_state) { in TransitionFromRunnableToSuspended() function
234 Locks::mutator_lock_->TransitionFromRunnableToSuspended(this); in TransitionFromRunnableToSuspended()
Dcommon_runtime_test.cc372 Thread::Current()->TransitionFromRunnableToSuspended(kNative); in SetUp()
Dthread.h319 ALWAYS_INLINE void TransitionFromRunnableToSuspended(ThreadState new_state)
Druntime.cc748 self->TransitionFromRunnableToSuspended(kNative); in Start()
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc77 self->TransitionFromRunnableToSuspended(kNative); in JniMethodStart()
/art/runtime/base/
Dmutex-inl.h274 inline void MutatorMutex::TransitionFromRunnableToSuspended(Thread* self) { in TransitionFromRunnableToSuspended() function
Dmutex.h464 void TransitionFromRunnableToSuspended(Thread* self) UNLOCK_FUNCTION() ALWAYS_INLINE;
/art/dexoptanalyzer/
Ddexoptanalyzer.cc244 Thread::Current()->TransitionFromRunnableToSuspended(kNative); in CreateRuntime()
/art/cmdline/
Dcmdline.h121 Thread::Current()->TransitionFromRunnableToSuspended(kNative); in StartRuntime()
/art/patchoat/
Dpatchoat.cc492 Thread::Current()->TransitionFromRunnableToSuspended(kNative); in Patch()
653 Thread::Current()->TransitionFromRunnableToSuspended(kNative); in Verify()
/art/dex2oat/linker/
Dimage_test.h452 Thread::Current()->TransitionFromRunnableToSuspended(kNative); in TestWriteRead()
/art/dex2oat/
Ddex2oat.cc2679 self->TransitionFromRunnableToSuspended(kNative); in CreateRuntime()