Home
last modified time | relevance | path

Searched refs:thread_local_objects (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dentrypoints_order_test.cc121 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_limit, thread_local_objects, sizeof(void*)); in CheckThreadOffsets()
122 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_objects, jni_entrypoints, sizeof(size_t)); in CheckThreadOffsets()
Dthread.h809 thread_local_objects)); in ThreadLocalObjectsOffset()
1204 return tlsPtr_.thread_local_objects; in GetThreadLocalObjectsAllocated()
1674 thread_local_objects(0), mterp_current_ibase(nullptr), thread_local_alloc_stack_top(nullptr), in PACKED()
1802 size_t thread_local_objects; in PACKED() local
Dthread-inl.h309 ++tlsPtr_.thread_local_objects; in AllocTlab()
Dthread.cc4144 tlsPtr_.thread_local_objects = 0; in SetTlab()
/art/runtime/gc/collector/
Dconcurrent_copying.cc451 size_t thread_local_objects = thread->GetThreadLocalObjectsAllocated(); in Run() local
455 fetch_add(thread_local_objects, std::memory_order_relaxed); in Run()