OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THREAD_SELF_OFFSET
(Results
1 - 7
of
7
) sorted by null
/art/runtime/arch/x86_64/
thread_x86_64.cc
54
: "r"(
THREAD_SELF_OFFSET
) // input
64
: "r"(
THREAD_SELF_OFFSET
) // input
quick_entrypoints_x86_64.S
271
movq %gs:
THREAD_SELF_OFFSET
, %rdi
280
movq %gs:
THREAD_SELF_OFFSET
, %rdi // pass Thread::Current()
290
movq %gs:
THREAD_SELF_OFFSET
, %rsi // pass Thread::Current()
300
movq %gs:
THREAD_SELF_OFFSET
, %rdx // pass Thread::Current()
360
movq %gs:
THREAD_SELF_OFFSET
, %rdx // pass Thread
698
movq %gs:
THREAD_SELF_OFFSET
, %rdi // pass Thread::Current()
709
movq %gs:
THREAD_SELF_OFFSET
, %rsi // pass Thread::Current()
720
movq %gs:
THREAD_SELF_OFFSET
, %rdx // pass Thread::Current()
731
movq %gs:
THREAD_SELF_OFFSET
, %rcx // pass Thread::Current()
742
movq %gs:
THREAD_SELF_OFFSET
, %r8 // pass Thread::Current(
[
all
...]
jni_entrypoints_x86_64.S
47
movq %gs:
THREAD_SELF_OFFSET
, %rdi // RDI := Thread::Current()
/art/runtime/arch/x86/
jni_entrypoints_x86.S
25
pushl %fs:
THREAD_SELF_OFFSET
// pass Thread::Current()
thread_x86.cc
139
CHECK_EQ(
THREAD_SELF_OFFSET
, SelfOffset<4>().Int32Value());
142
: "r"(
THREAD_SELF_OFFSET
) // input
159
: "r"(
THREAD_SELF_OFFSET
) // input
quick_entrypoints_x86.S
232
pushl %fs:
THREAD_SELF_OFFSET
// pass Thread::Current()
244
pushl %fs:
THREAD_SELF_OFFSET
// pass Thread::Current()
258
pushl %fs:
THREAD_SELF_OFFSET
// pass Thread::Current()
271
pushl %fs:
THREAD_SELF_OFFSET
// pass Thread::Current()
333
pushl %fs:
THREAD_SELF_OFFSET
// pass Thread::Current()
658
pushl %fs:
THREAD_SELF_OFFSET
// pass Thread::Current()
674
pushl %fs:
THREAD_SELF_OFFSET
// pass Thread::Current()
690
pushl %fs:
THREAD_SELF_OFFSET
// pass Thread::Current()
706
pushl %fs:
THREAD_SELF_OFFSET
// pass Thread::Current()
726
pushl %fs:
THREAD_SELF_OFFSET
// pass Thread::Current(
[
all
...]
/art/runtime/
asm_support.h
126
#define
THREAD_SELF_OFFSET
(THREAD_CARD_TABLE_OFFSET + (9 * __SIZEOF_POINTER__))
127
ADD_TEST_EQ(
THREAD_SELF_OFFSET
,
Completed in 206 milliseconds