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

/art/runtime/gc/collector/
H A Dconcurrent_copying.cc169 size_t thread_local_objects = thread->GetThreadLocalObjectsAllocated(); local
172 FetchAndAddSequentiallyConsistent(thread_local_objects);
/art/runtime/
H A Dthread.h619 return ThreadOffsetFromTlsPtr<pointer_size>(OFFSETOF_MEMBER(tls_ptr_sized_values, thread_local_objects));
911 return tlsPtr_.thread_local_objects;
1145 thread_local_pos(nullptr), thread_local_end(nullptr), thread_local_objects(0),
1251 size_t thread_local_objects; variable

Completed in 40 milliseconds