Home
last modified time | relevance | path

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

/art/runtime/
Dentrypoints_order_test.cc118 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()
Dthread.h933 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
Dthread-inl.h381 ++tlsPtr_.thread_local_objects; in AllocTlab()
Dthread.cc4589 tlsPtr_.thread_local_objects = 0; in SetTlab()
/art/runtime/gc/collector/
Dconcurrent_copying.cc491 size_t thread_local_objects = thread->GetThreadLocalObjectsAllocated(); in Run() local
495 fetch_add(thread_local_objects, std::memory_order_relaxed); in Run()