Home
last modified time | relevance | path

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

/art/runtime/
Dentrypoints_order_test.cc126 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()
Dthread.h793 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
Dthread-inl.h305 ++tlsPtr_.thread_local_objects; in AllocTlab()
Dthread.cc3865 tlsPtr_.thread_local_objects = 0; in SetTlab()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1842 ld $a2, THREAD_LOCAL_OBJECTS_OFFSET(rSELF) # Increment thread_local_objects.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1916 lw $a2, THREAD_LOCAL_OBJECTS_OFFSET(rSELF) # Increment thread_local_objects.