HomeSort by relevance Sort by last modified time
    Searched full:thread_local_end (Results 1 - 4 of 4) sorted by null

  /art/runtime/
entrypoints_order_test.cc 124 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_pos, thread_local_end, sizeof(void*));
125 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_end, thread_local_objects, sizeof(void*));
thread-inl.h 200 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_pos;
thread.h 614 return ThreadOffsetFromTlsPtr<pointer_size>(OFFSETOF_MEMBER(tls_ptr_sized_values, thread_local_end));
1250 uint8_t* thread_local_end; variable
    [all...]
thread.cc     [all...]

Completed in 659 milliseconds