Searched refs:initial_mutex_depth_ (Results 1 – 1 of 1) sorted by relevance
316 initial_mutex_depth_(*mutex_depth_address_), in DEFINE_OPERATORS_FOR_FLAGS()317 shared_mutex_guard_(local_isolate, mutex, initial_mutex_depth_ == 0) { in DEFINE_OPERATORS_FOR_FLAGS()324 DCHECK_EQ(initial_mutex_depth_, (*mutex_depth_address_)); in DEFINE_OPERATORS_FOR_FLAGS()329 const int initial_mutex_depth_; in DEFINE_OPERATORS_FOR_FLAGS() local