Searched refs:thread_local_objects (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dentrypoints_order_test.cc125 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_end, thread_local_objects, sizeof(void*));
126 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_objects, rosalloc_runs, sizeof(void*));
H A Dthread-inl.h205 ++tlsPtr_.thread_local_objects;
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
H A Dthread.cc2522 tlsPtr_.thread_local_objects = 0;
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc169 size_t thread_local_objects = thread->GetThreadLocalObjectsAllocated(); local
172 FetchAndAddSequentiallyConsistent(thread_local_objects);

Completed in 460 milliseconds