Home
last modified time | relevance | path

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

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