Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_local_end

729                                                                 thread_local_end));
1062 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_pos;
1072 tlsPtr_.thread_local_end += bytes;
1073 DCHECK_LE(tlsPtr_.thread_local_end, tlsPtr_.thread_local_limit);
1114 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_start;
1503 thread_local_start(nullptr), thread_local_pos(nullptr), thread_local_end(nullptr),
1626 // thread_local_pos and thread_local_end must be consecutive for ldrd and are 8 byte aligned for
1629 uint8_t* thread_local_end;
1632 // equal to thread_local_end.