Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h382 mirror::Object* ret = reinterpret_cast<mirror::Object*>(tlsPtr_.thread_local_pos); in AllocTlab()
383 tlsPtr_.thread_local_pos += bytes; in AllocTlab()
Dthread.h921 thread_local_pos)); in ThreadLocalPosOffset()
1257 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_pos; in TlabSize()
1262 return tlsPtr_.thread_local_pos - tlsPtr_.thread_local_start; in GetTlabPosOffset()
1267 return tlsPtr_.thread_local_limit - tlsPtr_.thread_local_pos; in TlabRemainingCapacity()
1289 return tlsPtr_.thread_local_pos; in GetTlabPos()
1943 thread_local_pos(nullptr), in PACKED()
2066 uint8_t* thread_local_pos; in PACKED() local
Dentrypoints_order_test.cc115 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_start, thread_local_pos, sizeof(void*)); in CheckThreadOffsets()
116 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_pos, thread_local_end, sizeof(void*)); in CheckThreadOffsets()
Dthread.cc4586 tlsPtr_.thread_local_pos = tlsPtr_.thread_local_start; in SetTlab()
4600 << (tlsPtr_.thread_local_pos - tlsPtr_.thread_local_start); in ResetTlab()
4606 const bool has_tlab = tlsPtr_.thread_local_pos != nullptr; in HasTlab()
4618 tlsPtr_.thread_local_pos -= slide_bytes; in AdjustTlab()