Lines Matching refs:IsReadyToConcurrentMark
429 if (sConcurrentMarker_->IsEnabled() && !dThread_->IsReadyToConcurrentMark() &&
601 bool SharedHeap::IsReadyToConcurrentMark() const
603 return dThread_->IsReadyToConcurrentMark();
1077 if (concurrentMarker_->IsEnabled() && !thread_->IsReadyToConcurrentMark()) {
1117 if (fullGCRequested_ && thread_->IsReadyToConcurrentMark() && gcType != TriggerGCType::FULL_GC) {
1133 if (!GetJSThread()->IsReadyToConcurrentMark() && markType_ == MarkType::MARK_FULL) {
1172 (thread_->IsReadyToConcurrentMark() || markType_ == MarkType::MARK_YOUNG) &&
1731 if (concurrentMarker_->IsEnabled() && !thread_->IsReadyToConcurrentMark() &&
1755 if (idleTask_ != IdleTaskType::NO_TASK || !GetJSThread()->IsReadyToConcurrentMark() || !enableIdleGC_) {
1841 if (!GetJSThread()->IsReadyToConcurrentMark() || idleTask_ != IdleTaskType::NO_TASK || !enableIdleGC_) {
1867 return concurrentMarker_->IsEnabled() && thread_->IsReadyToConcurrentMark() &&
2067 bool Heap::IsReadyToConcurrentMark() const
2069 return thread_->IsReadyToConcurrentMark();