Searched defs:has_tlab (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc2252 bool has_tlab = tlsPtr_.thread_local_pos != nullptr; local
2253 if (has_tlab) {
2258 return has_tlab;

Completed in 12 milliseconds