Searched refs:THREAD_SELF_OFFSET (Results 1 – 7 of 7) sorted by relevance
/art/runtime/arch/x86_64/ |
D | thread_x86_64.cc | 54 : "r"(THREAD_SELF_OFFSET) // input in InitCpu() 64 : "r"(THREAD_SELF_OFFSET) // input in CleanupCpu()
|
D | quick_entrypoints_x86_64.S | 417 movq %gs:THREAD_SELF_OFFSET, %rdi 435 movq %gs:THREAD_SELF_OFFSET, %rdi // pass Thread::Current() 445 movq %gs:THREAD_SELF_OFFSET, %rdi // pass Thread::Current() 455 movq %gs:THREAD_SELF_OFFSET, %rsi // pass Thread::Current() 465 movq %gs:THREAD_SELF_OFFSET, %rdx // pass Thread::Current() 488 movq %gs:THREAD_SELF_OFFSET, %rsi // pass Thread::Current() 543 movq %gs:THREAD_SELF_OFFSET, %rdx // pass Thread 881 movq %gs:THREAD_SELF_OFFSET, %rsi // pass Thread::Current() 892 movq %gs:THREAD_SELF_OFFSET, %rdx // pass Thread::Current() 903 movq %gs:THREAD_SELF_OFFSET, %rcx // pass Thread::Current() [all …]
|
D | jni_entrypoints_x86_64.S | 47 movq %gs:THREAD_SELF_OFFSET, %rdi // RDI := Thread::Current()
|
/art/runtime/arch/x86/ |
D | thread_x86.cc | 140 CHECK_EQ(THREAD_SELF_OFFSET, SelfOffset<PointerSize::k32>().Int32Value()); in InitCpu() 143 : "r"(THREAD_SELF_OFFSET) // input in InitCpu() 160 : "r"(THREAD_SELF_OFFSET) // input in CleanupCpu()
|
D | quick_entrypoints_x86.S | 340 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 361 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 374 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 387 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 400 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 428 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 484 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 809 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 825 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 841 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() [all …]
|
D | jni_entrypoints_x86.S | 25 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
|
/art/runtime/ |
D | asm_support.h | 57 #define THREAD_SELF_OFFSET (THREAD_CARD_TABLE_OFFSET + (9 * __SIZEOF_POINTER__)) macro 58 ADD_TEST_EQ(THREAD_SELF_OFFSET,
|