Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc516 DisableMarkingCheckpoint check_point(this); in IssueDisableMarkingCheckpoint() local
519 size_t barrier_count = thread_list->RunCheckpoint(&check_point); in IssueDisableMarkingCheckpoint()
553 EmptyCheckpoint check_point(this); in IssueEmptyCheckpoint() local
556 size_t barrier_count = thread_list->RunCheckpoint(&check_point); in IssueEmptyCheckpoint()
926 RevokeThreadLocalMarkStackCheckpoint check_point(this, disable_weak_ref_access); in RevokeThreadLocalMarkStacks() local
929 size_t barrier_count = thread_list->RunCheckpoint(&check_point); in RevokeThreadLocalMarkStacks()
Dmark_sweep.cc1163 CheckpointMarkThreadRoots check_point(this, revoke_ros_alloc_thread_local_buffers_at_checkpoint); in MarkRootsCheckpoint() local
1167 size_t barrier_count = thread_list->RunCheckpoint(&check_point); in MarkRootsCheckpoint()
/art/runtime/
Dprofiler.cc215 SampleCheckpoint check_point(profiler); in RunProfilerThread() local
228 size_t barrier_count = thread_list->RunCheckpointOnRunnableThreads(&check_point); in RunProfilerThread()