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

  /art/runtime/
entrypoints_order_test.cc 125 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_pos, thread_local_end, kPointerSize);
126 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_end, thread_local_objects, kPointerSize);
thread-inl.h 166 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_pos;
thread.h 815 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_start;
1132 byte* thread_local_end; variable
    [all...]
thread.cc     [all...]

Completed in 53 milliseconds