Searched refs:thread_local_objects (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 126 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_limit, thread_local_objects, sizeof(void*)); in CheckThreadOffsets() 127 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_objects, jni_entrypoints, sizeof(size_t)); in CheckThreadOffsets()
|
D | thread.h | 793 thread_local_objects)); in ThreadLocalObjectsOffset() 1180 return tlsPtr_.thread_local_objects; in GetThreadLocalObjectsAllocated() 1570 thread_local_objects(0), mterp_current_ibase(nullptr), mterp_default_ibase(nullptr), in PACKED() 1701 size_t thread_local_objects; in PACKED() local
|
D | thread-inl.h | 305 ++tlsPtr_.thread_local_objects; in AllocTlab()
|
D | thread.cc | 3865 tlsPtr_.thread_local_objects = 0; in SetTlab()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1842 ld $a2, THREAD_LOCAL_OBJECTS_OFFSET(rSELF) # Increment thread_local_objects.
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1916 lw $a2, THREAD_LOCAL_OBJECTS_OFFSET(rSELF) # Increment thread_local_objects.
|