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 125 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_limit, thread_local_objects, sizeof(void*));
126 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_objects, jni_entrypoints, sizeof(size_t));
thread-inl.h 304 ++tlsPtr_.thread_local_objects;
thread.h 735 thread_local_objects));
1635 size_t thread_local_objects; variable
    [all...]
thread.cc     [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 348 size_t thread_local_objects = thread->GetThreadLocalObjectsAllocated(); local
351 FetchAndAddSequentiallyConsistent(thread_local_objects);
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S     [all...]
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S     [all...]

Completed in 70 milliseconds