Searched refs:flip_function (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 131 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, held_mutexes, flip_function, in CheckThreadOffsets() 133 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, flip_function, method_verifier, sizeof(void*)); in CheckThreadOffsets()
|
D | thread.h | 1697 flip_function(nullptr), method_verifier(nullptr), thread_local_mark_stack(nullptr), in PACKED() 1844 Closure* flip_function; in PACKED() local
|
D | thread.cc | 1446 if (kUseReadBarrier && delta > 0 && this != self && tlsPtr_.flip_function != nullptr) { in ModifySuspendCountInternal() 1761 Atomic<Closure*>* atomic_func = reinterpret_cast<Atomic<Closure*>*>(&tlsPtr_.flip_function); in GetFlipFunction() 1775 Atomic<Closure*>* atomic_func = reinterpret_cast<Atomic<Closure*>*>(&tlsPtr_.flip_function); in SetFlipFunction() 2325 tlsPtr_.flip_function = nullptr; in Thread() 2478 CHECK(tlsPtr_.flip_function == nullptr); in ~Thread()
|