Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc131 const bool in_background = heap->isolate()->IsIsolateInBackground(); in RecordGCPhasesInfo()
Dheap.cc3844 return FLAG_optimize_for_size || isolate()->IsIsolateInBackground() || in ShouldOptimizeForMemoryUsage()
3856 isolate()->IsIsolateInBackground()) { in ActivateMemoryReducerIfNeeded()
/third_party/node/deps/v8/src/execution/
Disolate.h1832 bool IsIsolateInBackground() { return is_isolate_in_background_; } in IsIsolateInBackground() function