Home
last modified time | relevance | path

Searched refs:flip_function (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dentrypoints_order_test.cc131 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()
Dthread.h1700 flip_function(nullptr), method_verifier(nullptr), thread_local_mark_stack(nullptr), in PACKED()
1847 Closure* flip_function; in PACKED() local
Dthread.cc1446 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()