Home
last modified time | relevance | path

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

/art/runtime/
Dentrypoints_order_test.cc125 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_pos, thread_local_end, kPointerSize); in CheckThreadOffsets()
126 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_end, thread_local_objects, kPointerSize); in CheckThreadOffsets()
Dthread-inl.h166 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_pos; in TlabSize()
Dthread.h815 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_start; in GetThreadLocalBytesAllocated()
1031 thread_local_pos(nullptr), thread_local_end(nullptr), thread_local_objects(0), in tls_ptr_sized_values()
1132 byte* thread_local_end; member
Dthread.cc2286 tlsPtr_.thread_local_end = end; in SetTlab()
2293 DCHECK(tlsPtr_.thread_local_start != nullptr && tlsPtr_.thread_local_end != nullptr); in HasTlab()
2295 DCHECK(tlsPtr_.thread_local_start == nullptr && tlsPtr_.thread_local_end == nullptr); in HasTlab()