Home
last modified time | relevance | path

Searched refs:disable_weak_ref_access (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying.h216 size_t ProcessThreadLocalMarkStacks(bool disable_weak_ref_access,
220 void RevokeThreadLocalMarkStacks(bool disable_weak_ref_access, Closure* checkpoint_callback)
Dconcurrent_copying.cc952 bool disable_weak_ref_access) in RevokeThreadLocalMarkStackCheckpoint() argument
954 disable_weak_ref_access_(disable_weak_ref_access) { in RevokeThreadLocalMarkStackCheckpoint()
1983 void ConcurrentCopying::RevokeThreadLocalMarkStacks(bool disable_weak_ref_access, in RevokeThreadLocalMarkStacks() argument
1986 RevokeThreadLocalMarkStackCheckpoint check_point(this, disable_weak_ref_access); in RevokeThreadLocalMarkStacks()
2101 size_t ConcurrentCopying::ProcessThreadLocalMarkStacks(bool disable_weak_ref_access, in ProcessThreadLocalMarkStacks() argument
2105 RevokeThreadLocalMarkStacks(disable_weak_ref_access, checkpoint_callback); in ProcessThreadLocalMarkStacks()