Searched refs:is_thread_local_ (Results 1 – 2 of 2) sorted by relevance
155 byte is_thread_local_; // True if this run is used as a thread-local run. variable197 is_thread_local_ = is_thread_local ? 1 : 0; in SetIsThreadLocal()200 return is_thread_local_ != 0; in IsThreadLocal()
843 << " is_thread_local=" << static_cast<int>(is_thread_local_) in Dump()1422 << " is_thread_local=" << run->is_thread_local_ in DumpPageMap()