Searched refs:thread_local_end (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 125 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()
|
D | thread-inl.h | 166 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_pos; in TlabSize()
|
D | thread.h | 815 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
|
D | thread.cc | 2286 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()
|