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

  /art/runtime/
thread-inl.h 238 ++tlsPtr_.thread_local_objects;
thread.h 657 return ThreadOffsetFromTlsPtr<pointer_size>(OFFSETOF_MEMBER(tls_ptr_sized_values, thread_local_objects));
1472 size_t thread_local_objects; variable
    [all...]
entrypoints_order_test.cc 122 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_objects, thread_local_start, sizeof(void*));
thread.cc     [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 206 size_t thread_local_objects = thread->GetThreadLocalObjectsAllocated(); local
209 FetchAndAddSequentiallyConsistent(thread_local_objects);
    [all...]

Completed in 203 milliseconds