Searched defs:thread_local_end (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.h787 thread_local_end));
1124 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_pos;
1134 tlsPtr_.thread_local_end += bytes;
1135 DCHECK_LE(tlsPtr_.thread_local_end, tlsPtr_.thread_local_limit);
1176 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_start;
1568 thread_local_start(nullptr), thread_local_pos(nullptr), thread_local_end(nullptr),
1692 // thread_local_pos and thread_local_end must be consecutive for ldrd and are 8 byte aligned for
1695 uint8_t* thread_local_end; variable
1698 // equal to thread_local_end.

Completed in 225 milliseconds