Home
last modified time | relevance | path

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

/art/runtime/
Dentrypoints_order_test.cc120 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()
Dthread.h1168 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
Dthread.cc4278 tlsPtr_.thread_local_limit = limit; in SetTlab()