Searched defs:kCheckLocks (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/collector/
H A Dmark_sweep.cc73 // Turn off kCheckLocks when profiling the GC since it slows the GC down by up to 40%.
74 static constexpr bool kCheckLocks = kDebugLocking; member in namespace:art::gc::collector
278 if (kCheckLocks) {
692 if (kCheckLocks) {
1332 if (kCheckLocks) {
1350 if (kCheckLocks) {

Completed in 63 milliseconds