Home
last modified time | relevance | path

Searched refs:MemoryPressureLevel (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.h28 enum class MemoryPressureLevel;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h195 enum class MemoryPressureLevel { kNone, kModerate, kCritical }; class
677 void MemoryPressureNotification(MemoryPressureLevel level);
/third_party/node/deps/v8/include/
H A Dv8-isolate.h195 enum class MemoryPressureLevel { kNone, kModerate, kCritical }; class
671 void MemoryPressureNotification(MemoryPressureLevel level);
/third_party/node/deps/v8/src/heap/
H A Dheap.h68 using v8::MemoryPressureLevel;
680 V8_EXPORT_PRIVATE void MemoryPressureNotification(MemoryPressureLevel level,
774 MemoryPressureLevel::kNone; in HighMemoryPressure()
2161 std::atomic<MemoryPressureLevel> memory_pressure_level_;
H A Dheap.cc208 memory_pressure_level_(MemoryPressureLevel::kNone), in Heap()
1381 memory_pressure_level_.store(MemoryPressureLevel::kNone, in GarbageCollectionEpilogueInSafepoint()
4228 MemoryPressureLevel memory_pressure_level = memory_pressure_level_.exchange( in CheckMemoryPressure()
4229 MemoryPressureLevel::kNone, std::memory_order_relaxed); in CheckMemoryPressure()
4230 if (memory_pressure_level == MemoryPressureLevel::kCritical) { in CheckMemoryPressure()
4233 } else if (memory_pressure_level == MemoryPressureLevel::kModerate) { in CheckMemoryPressure()
4278 void Heap::MemoryPressureNotification(MemoryPressureLevel level, in MemoryPressureNotification()
4282 MemoryPressureLevel previous = in MemoryPressureNotification()
4284 if ((previous != MemoryPressureLevel::kCritical && in MemoryPressureNotification()
4285 level == MemoryPressureLevel in MemoryPressureNotification()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dbacking-store.cc415 MemoryPressureLevel::kCritical, true); in TryAllocateAndPartiallyCommitMemory()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc2191 ->MemoryPressureNotification(MemoryPressureLevel::kCritical); in NewNativeModule()
2228 isolate->heap()->MemoryPressureNotification(MemoryPressureLevel::kCritical, in NewNativeModule()
/third_party/node/src/
H A Djs_native_api_v8.cc1988 env->isolate->MemoryPressureNotification(v8::MemoryPressureLevel(level)); in OH_JSVM_MemoryPressureNotification()
/third_party/node/deps/v8/src/api/
H A Dapi.cc9264 void Isolate::MemoryPressureNotification(MemoryPressureLevel level) { in MemoryPressureNotification()

Completed in 52 milliseconds