Searched refs:IsCollectionRequested (Results 1 – 3 of 3) sorted by relevance
186 current_state.IsCollectionRequested()); in ParkSlowPath()191 if (old_state.IsCollectionRequested()) in ParkSlowPath()196 if (current_state.IsCollectionRequested()) { in ParkSlowPath()214 DCHECK(!current_state.IsCollectionRequested()); in ParkSlowPath()219 CHECK(!old_state.IsCollectionRequested()); in ParkSlowPath()238 current_state.IsCollectionRequested()); in UnparkSlowPath()245 if (current_state.IsCollectionRequested()) { in UnparkSlowPath()260 DCHECK(!current_state.IsCollectionRequested()); in UnparkSlowPath()293 current_state.IsCollectionRequested()); in SafepointSlowPath()299 if (current_state.IsCollectionRequested()) { in SafepointSlowPath()[all …]
147 CHECK_IMPLIES(old_state.IsCollectionRequested(), in SetSafepointRequestedFlags()196 CHECK_IMPLIES(old_state.IsCollectionRequested(), in ClearSafepointRequestedFlags()
199 constexpr bool IsCollectionRequested() const { in IsCollectionRequested() function