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

/art/runtime/gc/collector/
H A Dconcurrent_copying.cc349 size_t thread_local_objects = thread->GetThreadLocalObjectsAllocated(); local
353 FetchAndAddSequentiallyConsistent(thread_local_objects);
/art/runtime/
H A Dthread.h793 thread_local_objects));
1180 return tlsPtr_.thread_local_objects;
1570 thread_local_objects(0), mterp_current_ibase(nullptr), mterp_default_ibase(nullptr),
1701 size_t thread_local_objects; variable

Completed in 73 milliseconds