Searched refs:flip_function (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 137 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, held_mutexes, flip_function, in CheckThreadOffsets() 139 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, flip_function, method_verifier, sizeof(void*)); in CheckThreadOffsets()
|
D | thread.h | 1508 flip_function(nullptr), method_verifier(nullptr), thread_local_mark_stack(nullptr) { in PACKED() 1658 Closure* flip_function; in PACKED() local
|
D | thread.cc | 1225 if (kUseReadBarrier && delta > 0 && this != self && tlsPtr_.flip_function != nullptr) { in ModifySuspendCountInternal() 1538 Atomic<Closure*>* atomic_func = reinterpret_cast<Atomic<Closure*>*>(&tlsPtr_.flip_function); in GetFlipFunction() 1552 Atomic<Closure*>* atomic_func = reinterpret_cast<Atomic<Closure*>*>(&tlsPtr_.flip_function); in SetFlipFunction() 2060 tlsPtr_.flip_function = nullptr; in Thread() 2201 CHECK(tlsPtr_.flip_function == nullptr); in ~Thread()
|