Searched refs:thread_local_objects (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 118 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_limit, thread_local_objects, sizeof(void*)); in CheckThreadOffsets() 119 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_objects, checkpoint_function, sizeof(size_t)); in CheckThreadOffsets()
|
D | thread.h | 933 thread_local_objects)); in ThreadLocalObjectsOffset() 1328 return tlsPtr_.thread_local_objects; in GetThreadLocalObjectsAllocated() 1946 thread_local_objects(0), in PACKED() 2073 size_t thread_local_objects; in PACKED() local
|
D | thread-inl.h | 381 ++tlsPtr_.thread_local_objects; in AllocTlab()
|
D | thread.cc | 4589 tlsPtr_.thread_local_objects = 0; in SetTlab()
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 491 size_t thread_local_objects = thread->GetThreadLocalObjectsAllocated(); in Run() local 495 fetch_add(thread_local_objects, std::memory_order_relaxed); in Run()
|