Searched refs:SetIsThreadLocal (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/allocator/
H A Drosalloc.cc622 current_run->SetIsThreadLocal(false);
692 thread_local_run->SetIsThreadLocal(false);
712 thread_local_run->SetIsThreadLocal(true);
1533 thread_local_run->SetIsThreadLocal(false);
1713 dedicated_full_run_->SetIsThreadLocal(true);
H A Drosalloc.h395 void SetIsThreadLocal(bool is_thread_local) { function in class:art::gc::allocator::RosAlloc::Run

Completed in 76 milliseconds