Home
last modified time | relevance | path

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

/art/runtime/
Dscoped_thread_state_change.h135 DCHECK(IsRunnable()); // Don't work with raw objects in non-runnable states. in AddLocalReference()
144 DCHECK(IsRunnable()); // Don't work with raw objects in non-runnable states. in Decode()
151 DCHECK(IsRunnable()); // Don't work with raw objects in non-runnable states. in DecodeField()
157 DCHECK(IsRunnable()); // Don't work with raw objects in non-runnable states. in EncodeField()
163 DCHECK(IsRunnable()); // Don't work with raw objects in non-runnable states. in DecodeMethod()
169 DCHECK(IsRunnable()); // Don't work with raw objects in non-runnable states. in EncodeMethod()
173 bool IsRunnable() const { in IsRunnable() function