Searched refs:IsIsolateInBackground (Results 1 – 2 of 2) sorted by relevance
1245 if (isolate_->IsIsolateInBackground()) { in GCTypePriorityTimer()1252 if (isolate_->IsIsolateInBackground()) { in GCTypePriorityTimer()1257 if (isolate_->IsIsolateInBackground()) { in GCTypePriorityTimer()1263 if (isolate_->IsIsolateInBackground()) { in GCTypePriorityTimer()3326 return FLAG_optimize_for_size || isolate()->IsIsolateInBackground() || in ShouldOptimizeForMemoryUsage()3338 isolate()->IsIsolateInBackground()) { in ActivateMemoryReducerIfNeeded()
1564 bool IsIsolateInBackground() { return is_isolate_in_background_; } in IsIsolateInBackground() function