Searched refs:THREAD_SELF_OFFSET (Results 1 - 10 of 10) sorted by relevance

/art/runtime/arch/x86/
H A Dasm_support_x86.h23 #define THREAD_SELF_OFFSET 156 macro
H A Djni_entrypoints_x86.S26 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
H A Dquick_entrypoints_x86.S106 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 // pas
[all...]
H A Dportable_entrypoints_x86.S79 pushl %fs:THREAD_SELF_OFFSET // Pass thread.
103 pushl %fs:THREAD_SELF_OFFSET // Pass thread.
127 pushl %fs:THREAD_SELF_OFFSET // Pass thread.
H A Dthread_x86.cc126 CHECK_EQ(THREAD_SELF_OFFSET, SelfOffset<4>().Int32Value());
129 : "r"(THREAD_SELF_OFFSET) // input
146 : "r"(THREAD_SELF_OFFSET) // input
/art/runtime/arch/x86_64/
H A Dasm_support_x86_64.h31 #define THREAD_SELF_OFFSET 192 macro
H A Dthread_x86_64.cc52 CHECK_EQ(THREAD_SELF_OFFSET, SelfOffset<8>().Int32Value());
55 : "r"(THREAD_SELF_OFFSET) // input
74 CHECK_EQ(THREAD_SELF_OFFSET, SelfOffset<8>().Int32Value());
77 : "r"(THREAD_SELF_OFFSET) // input
H A Dquick_entrypoints_x86_64.S233 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,
[all...]
H A Djni_entrypoints_x86_64.S47 movq %gs:THREAD_SELF_OFFSET, %rdi // RDI := Thread::Current()
/art/runtime/arch/
H A Darch_test.cc78 #ifdef THREAD_SELF_OFFSET
79 #undef THREAD_SELF_OFFSET macro
136 #ifdef THREAD_SELF_OFFSET
137 #undef THREAD_SELF_OFFSET macro
194 #ifdef THREAD_SELF_OFFSET
195 #undef THREAD_SELF_OFFSET macro
252 #ifdef THREAD_SELF_OFFSET
253 #undef THREAD_SELF_OFFSET macro
310 #ifdef THREAD_SELF_OFFSET
311 #undef THREAD_SELF_OFFSET macro
[all...]

Completed in 421 milliseconds