Home
last modified time | relevance | path

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

/art/runtime/
Dscoped_thread_state_change.h129 DCHECK(IsRunnable()); // Don't work with raw objects in non-runnable states. in AddLocalReference()
141 DCHECK(IsRunnable()); // Don't work with raw objects in non-runnable states. in Decode()
148 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()
165 DCHECK(IsRunnable()); // Don't work with raw objects in non-runnable states. in DecodeMethod()
174 DCHECK(IsRunnable()); // Don't work with raw objects in non-runnable states. in EncodeMethod()
179 bool IsRunnable() const { in IsRunnable() function