Home
last modified time | relevance | path

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

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