Home
last modified time | relevance | path

Searched refs:thread_local_pos (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dthread-inl.h311 mirror::Object* ret = reinterpret_cast<mirror::Object*>(tlsPtr_.thread_local_pos); in AllocTlab()
312 tlsPtr_.thread_local_pos += bytes; in AllocTlab()
Dthread.h810 thread_local_pos)); in ThreadLocalPosOffset()
1158 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_pos; in TlabSize()
1163 return tlsPtr_.thread_local_pos - tlsPtr_.thread_local_start; in GetTlabPosOffset()
1168 return tlsPtr_.thread_local_limit - tlsPtr_.thread_local_pos; in TlabRemainingCapacity()
1186 return tlsPtr_.thread_local_pos; in GetTlabPos()
1693 thread_local_start(nullptr), thread_local_pos(nullptr), thread_local_end(nullptr), in PACKED()
1816 uint8_t* thread_local_pos; in PACKED() local
Dentrypoints_order_test.cc118 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_start, thread_local_pos, sizeof(void*)); in CheckThreadOffsets()
119 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_pos, thread_local_end, sizeof(void*)); in CheckThreadOffsets()
Dthread.cc4276 tlsPtr_.thread_local_pos = tlsPtr_.thread_local_start; in SetTlab()
4290 << (tlsPtr_.thread_local_pos - tlsPtr_.thread_local_start); in ResetTlab()
4296 const bool has_tlab = tlsPtr_.thread_local_pos != nullptr; in HasTlab()