Searched refs:thread_local_limit (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 123 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_end, thread_local_limit, sizeof(void*)); in CheckThreadOffsets() 124 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_limit, thread_local_objects, sizeof(void*)); in CheckThreadOffsets()
|
D | thread.h | 1114 return tlsPtr_.thread_local_limit - tlsPtr_.thread_local_pos; in TlabRemainingCapacity() 1120 DCHECK_LE(tlsPtr_.thread_local_end, tlsPtr_.thread_local_limit); in ExpandTlab() 1598 thread_local_limit(nullptr), in PACKED() 1727 uint8_t* thread_local_limit; in PACKED() local
|