Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc1675 *stats->near_death_global_handle_count = 0; in RecordStats()
1684 *stats->near_death_global_handle_count += 1; in RecordStats()
/third_party/node/deps/v8/src/heap/
Dheap.h2504 size_t* near_death_global_handle_count; // 16 variable
/third_party/node/deps/v8/src/api/
Dapi.cc271 size_t near_death_global_handle_count; in FatalProcessOutOfMemory() local
272 heap_stats.near_death_global_handle_count = &near_death_global_handle_count; in FatalProcessOutOfMemory()