Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dentrypoints_order_test.cc114 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_limit, thread_local_objects, sizeof(void*)); in CheckThreadOffsets()
115 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_objects, checkpoint_function, sizeof(size_t)); in CheckThreadOffsets()
H A Dthread.h1117 thread_local_objects)); in ThreadLocalObjectsOffset()
1540 return tlsPtr_.thread_local_objects; in GetThreadLocalObjectsAllocated()
2224 thread_local_objects(0), in tls_ptr_sized_values()
2364 size_t thread_local_objects; member
H A Dthread-inl.h430 ++tlsPtr_.thread_local_objects; in AllocTlab()
H A Dthread.cc4669 tlsPtr_.thread_local_objects = 0; in SetTlab()