Home
last modified time | relevance | path

Searched refs:IsRunnable (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dscoped_thread_state_change-inl.h83 CHECK(IsRunnable()); // Don't work with raw objects in non-runnable states. in AddLocalReference()
92 DCHECK(IsRunnable()); // Don't work with raw objects in non-runnable states. in Decode()
96 inline bool ScopedObjectAccessAlreadyRunnable::IsRunnable() const { in IsRunnable() function
Dscoped_thread_state_change.h101 ALWAYS_INLINE bool IsRunnable() const;