Searched refs:IsIsolateInBackground (Results 1 – 2 of 2) sorted by relevance
1089 if (isolate_->IsIsolateInBackground()) { in GCTypePriorityTimer()1096 if (isolate_->IsIsolateInBackground()) { in GCTypePriorityTimer()1101 if (isolate_->IsIsolateInBackground()) { in GCTypePriorityTimer()1107 if (isolate_->IsIsolateInBackground()) { in GCTypePriorityTimer()3198 return FLAG_optimize_for_size || isolate()->IsIsolateInBackground() || in ShouldOptimizeForMemoryUsage()3210 isolate()->IsIsolateInBackground()) { in ActivateMemoryReducerIfNeeded()
1502 bool IsIsolateInBackground() { return is_isolate_in_background_; } in IsIsolateInBackground() function