Searched defs:IsRunnable (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dscoped_thread_state_change-inl.h82 CHECK(IsRunnable()); // Don't work with raw objects in non-runnable states.
91 DCHECK(IsRunnable()); // Don't work with raw objects in non-runnable states.
95 inline bool ScopedObjectAccessAlreadyRunnable::IsRunnable() const { function in class:art::ScopedObjectAccessAlreadyRunnable

Completed in 16 milliseconds