Searched refs:thread_local_objects (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 121 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_limit, thread_local_objects, sizeof(void*)); in CheckThreadOffsets() 122 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_objects, jni_entrypoints, sizeof(size_t)); in CheckThreadOffsets()
|
D | thread.h | 809 thread_local_objects)); in ThreadLocalObjectsOffset() 1204 return tlsPtr_.thread_local_objects; in GetThreadLocalObjectsAllocated() 1674 thread_local_objects(0), mterp_current_ibase(nullptr), thread_local_alloc_stack_top(nullptr), in PACKED() 1802 size_t thread_local_objects; in PACKED() local
|
D | thread-inl.h | 309 ++tlsPtr_.thread_local_objects; in AllocTlab()
|
D | thread.cc | 4144 tlsPtr_.thread_local_objects = 0; in SetTlab()
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 451 size_t thread_local_objects = thread->GetThreadLocalObjectsAllocated(); in Run() local 455 fetch_add(thread_local_objects, std::memory_order_relaxed); in Run()
|