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

/art/runtime/
H A Dthread_list.h110 size_t RunCheckpoint(Closure* checkpoint_function, Closure* callback = nullptr)
121 size_t RunCheckpointOnRunnableThreads(Closure* checkpoint_function)
190 size_t RunCheckpoint(Closure* checkpoint_function, bool includeSuspended)
H A Dthread_list.cc320 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function, Closure* callback) { argument
337 if (thread->RequestCheckpoint(checkpoint_function)) {
362 checkpoint_function->Run(self);
386 checkpoint_function->Run(thread);
512 size_t ThreadList::RunCheckpointOnRunnableThreads(Closure* checkpoint_function) { argument
526 if (thread->RequestCheckpoint(checkpoint_function)) {
H A Dentrypoints_order_test.cc117 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, last_no_thread_suspension_cause, checkpoint_function,
119 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, checkpoint_function, active_suspend_barriers,
H A Dthread.cc1360 checkpoint = tlsPtr_.checkpoint_function;
1363 tlsPtr_.checkpoint_function = checkpoint_overflow_.front();
1367 tlsPtr_.checkpoint_function = nullptr;
1399 if (tlsPtr_.checkpoint_function == nullptr) {
1400 tlsPtr_.checkpoint_function = function;
2114 tlsPtr_.checkpoint_function = nullptr;
2257 CHECK(tlsPtr_.checkpoint_function == nullptr);
H A Dthread.h1567 last_no_thread_suspension_cause(nullptr), checkpoint_function(nullptr),
1681 Closure* checkpoint_function GUARDED_BY(Locks::thread_suspend_count_lock_);

Completed in 96 milliseconds