Home
last modified time | relevance | path

Searched refs:is_thread_local_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc.h161 uint8_t is_thread_local_; // True if this run is used as a thread-local run. variable
203 is_thread_local_ = is_thread_local ? 1 : 0; in SetIsThreadLocal()
206 return is_thread_local_ != 0; in IsThreadLocal()
Drosalloc.cc873 << " is_thread_local=" << static_cast<int>(is_thread_local_) in Dump()
1430 << " is_thread_local=" << run->is_thread_local_ in DumpPageMap()