Searched refs:self_check (Results 1 - 2 of 2) sorted by relevance

/art/runtime/arch/x86_64/
H A Dthread_x86_64.cc51 Thread* self_check; local
53 : "=r"(self_check) // output
56 CHECK_EQ(self_check, this);
61 Thread* self_check; local
63 : "=r"(self_check) // output
66 CHECK_EQ(self_check, this);
/art/runtime/arch/x86/
H A Dthread_x86.cc125 Thread* self_check; local
128 : "=r"(self_check) // output
131 CHECK_EQ(self_check, this);
143 Thread* self_check; local
145 : "=r"(self_check) // output
148 CHECK_EQ(self_check, this);

Completed in 339 milliseconds