Home
last modified time | relevance | path

Searched refs:thread_local_limit (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dentrypoints_order_test.cc123 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()
Dthread.h1114 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