HomeSort by relevance Sort by last modified time
    Searched refs:lazily_archived_thread_state_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
v8threads.cc 108 DCHECK(per_thread->thread_state() == lazily_archived_thread_state_);
109 lazily_archived_thread_state_->set_id(ThreadId::Invalid());
110 lazily_archived_thread_state_->LinkInto(ThreadState::FREE_LIST);
111 lazily_archived_thread_state_ = NULL;
243 lazily_archived_thread_state_(NULL),
278 lazily_archived_thread_state_ = state;
287 ThreadState* state = lazily_archived_thread_state_;
300 lazily_archived_thread_state_ = NULL;
v8threads.h 104 ThreadState* lazily_archived_thread_state_; member in class:v8::internal::ThreadManager

Completed in 242 milliseconds