#include <heap-state.h>
Helpers to peek into heap-internal state.
Definition at line 19 of file heap-state.h.
◆ IsInAtomicPause()
static bool IsInAtomicPause |
( |
const HeapHandle & |
heap_handle | ) |
|
|
static |
Returns whether the garbage collector is in the atomic pause, i.e., the mutator is stopped from running. This API is experimental and is expected to be removed in future.
- Parameters
-
heap_handle | The corresponding heap. |
- Returns
- true if the garbage collector is currently in the atomic pause, and false otherwise.
◆ IsMarking()
static bool IsMarking |
( |
const HeapHandle & |
heap_handle | ) |
|
|
static |
Returns whether the garbage collector is marking. This API is experimental and is expected to be removed in future.
- Parameters
-
heap_handle | The corresponding heap. |
- Returns
- true if the garbage collector is currently marking, and false otherwise.
Referenced by JSHeapConsistency::GetWriteBarrierType().
◆ IsSweeping()
static bool IsSweeping |
( |
const HeapHandle & |
heap_handle | ) |
|
|
static |
The documentation for this class was generated from the following file: