Searched refs:thread_local_limit (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 120 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_end, thread_local_limit, sizeof(void*)); in CheckThreadOffsets() 121 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_limit, thread_local_objects, sizeof(void*)); in CheckThreadOffsets()
|
D | thread.h | 1168 return tlsPtr_.thread_local_limit - tlsPtr_.thread_local_pos; in TlabRemainingCapacity() 1174 DCHECK_LE(tlsPtr_.thread_local_end, tlsPtr_.thread_local_limit); in ExpandTlab() 1694 thread_local_limit(nullptr), in PACKED() 1821 uint8_t* thread_local_limit; in PACKED() local
|
D | thread.cc | 4278 tlsPtr_.thread_local_limit = limit; in SetTlab()
|