Home | History | Annotate | Download | only in src

Lines Matching refs:per_thread

162     Isolate::PerIsolateThreadData* per_thread =
164 ASSERT(per_thread != NULL);
165 ASSERT(per_thread->thread_state() == lazily_archived_thread_state_);
169 per_thread->set_thread_state(NULL);
182 Isolate::PerIsolateThreadData* per_thread =
184 if (per_thread == NULL || per_thread->thread_state() == NULL) {
189 ThreadState* state = per_thread->thread_state();
200 per_thread->set_thread_state(NULL);
320 Isolate::PerIsolateThreadData* per_thread =
322 per_thread->set_thread_state(state);