Home
last modified time | relevance | path

Searched refs:checkpoint_function (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dthread_list.h142 EXPORT size_t RunCheckpoint(Closure* checkpoint_function,
150 size_t RunCheckpointUnchecked(Closure* checkpoint_function, Closure* callback = nullptr)
152 return RunCheckpoint(checkpoint_function, callback, false);
H A Dthread_list.cc303 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function, in RunCheckpoint() argument
342 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpoint()
382 bool was_runnable = thread->RequestCheckpoint(checkpoint_function); in RunCheckpoint()
415 checkpoint_function->Run(thread); in RunCheckpoint()
455 checkpoint_function->Run(self); in RunCheckpoint()
H A Dentrypoints_order_test.cc115 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_objects, checkpoint_function, sizeof(size_t)); in CheckThreadOffsets()
116 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, checkpoint_function, jni_entrypoints, in CheckThreadOffsets()
H A Dthread.cc1586 checkpoint = tlsPtr_.checkpoint_function; in RunCheckpointFunction()
1589 tlsPtr_.checkpoint_function = checkpoint_overflow_.front(); in RunCheckpointFunction()
1593 tlsPtr_.checkpoint_function = nullptr; in RunCheckpointFunction()
1624 if (tlsPtr_.checkpoint_function == nullptr) { in RequestCheckpoint()
1625 tlsPtr_.checkpoint_function = function; in RequestCheckpoint()
2559 tlsPtr_.checkpoint_function = nullptr; in Thread()
2713 CHECK(tlsPtr_.checkpoint_function == nullptr); in ~Thread()
H A Dthread.h2225 checkpoint_function(nullptr), in tls_ptr_sized_values()
2368 Closure* checkpoint_function GUARDED_BY(Locks::thread_suspend_count_lock_);