Home | History | Annotate | Download | only in src

Lines Matching refs:thread_local_

52     ASSERT(thread_local_.memory_size_ != 0);
53 return thread_local_.memory_ + thread_local_.memory_size_;
57 static size_t stack_capacity() { return thread_local_.memory_size_; }
64 static Address* limit_address() { return &(thread_local_.limit_); }
72 return static_cast<int>(sizeof(thread_local_));
76 static void FreeThreadResources() { thread_local_.Free(); }
103 return reinterpret_cast<Address>(&thread_local_.memory_);
108 return reinterpret_cast<Address>(&thread_local_.memory_size_);
116 static ThreadLocal thread_local_;