Searched refs:THREAD_SELF_OFFSET (Results 1 – 10 of 10) sorted by relevance
/art/runtime/arch/ |
D | arch_test.cc | 78 #ifdef THREAD_SELF_OFFSET in TEST_F() 79 #undef THREAD_SELF_OFFSET in TEST_F() 136 #ifdef THREAD_SELF_OFFSET in TEST_F() 137 #undef THREAD_SELF_OFFSET in TEST_F() 194 #ifdef THREAD_SELF_OFFSET in TEST_F() 195 #undef THREAD_SELF_OFFSET in TEST_F() 252 #ifdef THREAD_SELF_OFFSET in TEST_F() 253 #undef THREAD_SELF_OFFSET in TEST_F() 310 #ifdef THREAD_SELF_OFFSET in TEST_F() 311 #undef THREAD_SELF_OFFSET in TEST_F() [all …]
|
/art/runtime/arch/x86_64/ |
D | thread_x86_64.cc | 52 CHECK_EQ(THREAD_SELF_OFFSET, SelfOffset<8>().Int32Value()); in InitCpu() 55 : "r"(THREAD_SELF_OFFSET) // input in InitCpu() 74 CHECK_EQ(THREAD_SELF_OFFSET, SelfOffset<8>().Int32Value()); in CleanupCpu() 77 : "r"(THREAD_SELF_OFFSET) // input in CleanupCpu()
|
D | quick_entrypoints_x86_64.S | 233 movq %gs:THREAD_SELF_OFFSET, %rdi 244 movq %gs:THREAD_SELF_OFFSET, %rdi // pass Thread::Current() 255 movq %gs:THREAD_SELF_OFFSET, %rsi // pass Thread::Current() 266 movq %gs:THREAD_SELF_OFFSET, %rdx // pass Thread::Current() 329 movq %gs:THREAD_SELF_OFFSET, %rcx // pass Thread 645 movq %gs:THREAD_SELF_OFFSET, %rdi // pass Thread::Current() 657 movq %gs:THREAD_SELF_OFFSET, %rsi // pass Thread::Current() 669 movq %gs:THREAD_SELF_OFFSET, %rdx // pass Thread::Current() 681 movq %gs:THREAD_SELF_OFFSET, %rcx // pass Thread::Current() 693 movq %gs:THREAD_SELF_OFFSET, %rdx // pass Thread::Current() [all …]
|
D | asm_support_x86_64.h | 31 #define THREAD_SELF_OFFSET 192 macro
|
D | jni_entrypoints_x86_64.S | 47 movq %gs:THREAD_SELF_OFFSET, %rdi // RDI := Thread::Current()
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 106 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 121 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 136 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 151 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 226 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 326 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 344 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 362 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 382 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() 566 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current() [all …]
|
D | portable_entrypoints_x86.S | 79 pushl %fs:THREAD_SELF_OFFSET // Pass thread. 103 pushl %fs:THREAD_SELF_OFFSET // Pass thread. 127 pushl %fs:THREAD_SELF_OFFSET // Pass thread.
|
D | thread_x86.cc | 126 CHECK_EQ(THREAD_SELF_OFFSET, SelfOffset<4>().Int32Value()); in InitCpu() 129 : "r"(THREAD_SELF_OFFSET) // input in InitCpu() 146 : "r"(THREAD_SELF_OFFSET) // input in CleanupCpu()
|
D | asm_support_x86.h | 23 #define THREAD_SELF_OFFSET 156 macro
|
D | jni_entrypoints_x86.S | 26 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
|