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

  /art/runtime/
entrypoints_order_test.cc 124 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_limit, thread_local_objects, sizeof(void*));
125 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_objects, jni_entrypoints, sizeof(size_t));
thread-inl.h 307 ++tlsPtr_.thread_local_objects;
thread.h 783 thread_local_objects));
1729 size_t thread_local_objects; variable
    [all...]
thread.cc     [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 451 size_t thread_local_objects = thread->GetThreadLocalObjectsAllocated(); local
455 fetch_add(thread_local_objects, std::memory_order_relaxed);
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S     [all...]
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S     [all...]

Completed in 71 milliseconds