Home
last modified time | relevance | path

Searched refs:IsIsolateInBackground (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dheap.cc1089 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()
/external/v8/src/
Disolate.h1502 bool IsIsolateInBackground() { return is_isolate_in_background_; } in IsIsolateInBackground() function