Lines Matching refs:kRunnable
47 runnable_transition = old_thread_state_ == kRunnable || new_thread_state == kRunnable;
54 if (new_thread_state == kRunnable) {
57 DCHECK_EQ(old_thread_state_, kRunnable);
74 if (old_thread_state_ == kRunnable) {
76 } else if (thread_state_ == kRunnable) {
124 : ScopedThreadStateChange(ThreadForEnv(env), kRunnable),
131 : ScopedThreadStateChange(self, kRunnable),
165 DCHECK_EQ(thread_state_, kRunnable); // Don't work with raw objects in non-runnable states.
201 DCHECK_EQ(thread_state_, kRunnable); // Don't work with raw objects in non-runnable states.
208 DCHECK_EQ(thread_state_, kRunnable); // Don't work with raw objects in non-runnable states.
219 DCHECK_EQ(thread_state_, kRunnable); // Don't work with raw objects in non-runnable states.
229 DCHECK_EQ(thread_state_, kRunnable); // Don't work with raw objects in non-runnable states.
240 DCHECK_EQ(thread_state_, kRunnable); // Don't work with raw objects in non-runnable states.