Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_local_pos

723                                                                 thread_local_pos));
1062 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_pos;
1067 return tlsPtr_.thread_local_limit - tlsPtr_.thread_local_pos;
1084 return tlsPtr_.thread_local_pos;
1503 thread_local_start(nullptr), thread_local_pos(nullptr), thread_local_end(nullptr),
1623 // Thread-local allocation pointer. Moved here to force alignment for thread_local_pos on ARM.
1626 // thread_local_pos and thread_local_end must be consecutive for ldrd and are 8 byte aligned for
1628 uint8_t* thread_local_pos;