Home
last modified time | relevance | path

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

/art/runtime/
Dentrypoints_order_test.cc137 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()
Dthread.h1508 flip_function(nullptr), method_verifier(nullptr), thread_local_mark_stack(nullptr) { in PACKED()
1658 Closure* flip_function; in PACKED() local
Dthread.cc1225 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()