HomeSort by relevance Sort by last modified time
    Searched refs:THREAD_SELF_OFFSET (Results 1 - 5 of 5) sorted by null

  /art/runtime/arch/x86/
asm_support_x86.h 23 #define THREAD_SELF_OFFSET 40
jni_entrypoints_x86.S 25 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
portable_entrypoints_x86.S 77 pushl %fs:THREAD_SELF_OFFSET // Pass thread.
99 pushl %fs:THREAD_SELF_OFFSET // Pass thread.
121 pushl %fs:THREAD_SELF_OFFSET // Pass thread.
quick_entrypoints_x86.S 84 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
98 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
112 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
126 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
199 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
293 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
310 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
327 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
347 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
590 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current(
    [all...]
thread_x86.cc 128 CHECK_EQ(THREAD_SELF_OFFSET, OFFSETOF_MEMBER(Thread, self_));
131 : "r"(THREAD_SELF_OFFSET) // input

Completed in 316 milliseconds