Searched refs:checkpoint_function (Results 1 – 5 of 5) sorted by relevance
| /art/runtime/ |
| D | thread_list.h | 118 size_t RunCheckpoint(Closure* checkpoint_function, Closure* callback = nullptr) 193 size_t RunCheckpoint(Closure* checkpoint_function, bool includeSuspended)
|
| D | thread_list.cc | 326 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function, Closure* callback) { in RunCheckpoint() argument 344 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpoint() 389 checkpoint_function->Run(self); in RunCheckpoint() 395 checkpoint_function->Run(thread); in RunCheckpoint()
|
| D | entrypoints_order_test.cc | 119 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_objects, checkpoint_function, sizeof(size_t)); in CheckThreadOffsets() 120 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, checkpoint_function, jni_entrypoints, in CheckThreadOffsets()
|
| D | thread.cc | 1633 checkpoint = tlsPtr_.checkpoint_function; in RunCheckpointFunction() 1636 tlsPtr_.checkpoint_function = checkpoint_overflow_.front(); in RunCheckpointFunction() 1640 tlsPtr_.checkpoint_function = nullptr; in RunCheckpointFunction() 1672 if (tlsPtr_.checkpoint_function == nullptr) { in RequestCheckpoint() 1673 tlsPtr_.checkpoint_function = function; in RequestCheckpoint() 2479 tlsPtr_.checkpoint_function = nullptr; in Thread() 2626 CHECK(tlsPtr_.checkpoint_function == nullptr); in ~Thread()
|
| D | thread.h | 1947 checkpoint_function(nullptr), in PACKED() 2077 Closure* checkpoint_function GUARDED_BY(Locks::thread_suspend_count_lock_); in PACKED()
|