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

/art/runtime/
H A Dthread.h781 thread_local_pos));
1124 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_pos;
1129 return tlsPtr_.thread_local_limit - tlsPtr_.thread_local_pos;
1146 return tlsPtr_.thread_local_pos;
1568 thread_local_start(nullptr), thread_local_pos(nullptr), thread_local_end(nullptr),
1689 // Thread-local allocation pointer. Moved here to force alignment for thread_local_pos on ARM.
1692 // thread_local_pos and thread_local_end must be consecutive for ldrd and are 8 byte aligned for
1694 uint8_t* thread_local_pos; variable

Completed in 130 milliseconds