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

  /art/runtime/gc/allocator/
rosalloc.h 155 byte is_thread_local_; // True if this run is used as a thread-local run. member in class:art::gc::allocator::RosAlloc::Run
197 is_thread_local_ = is_thread_local ? 1 : 0;
200 return is_thread_local_ != 0;
rosalloc.cc     [all...]

Completed in 529 milliseconds