Searched refs:EnteredContextCount (Results 1 – 1 of 1) sorted by relevance
335 : hsi_(hsi), saved_entered_context_count_(hsi->EnteredContextCount()) {} in EnteredContextRewindScope()338 DCHECK_LE(saved_entered_context_count_, hsi_->EnteredContextCount()); in ~EnteredContextRewindScope()339 while (saved_entered_context_count_ < hsi_->EnteredContextCount()) in ~EnteredContextRewindScope()375 inline size_t EnteredContextCount() const { return entered_contexts_.size(); } in EnteredContextCount() function