Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc1672 *stats->global_handle_count = 0; in RecordStats()
1678 *stats->global_handle_count += 1; in RecordStats()
/third_party/node/deps/v8/src/heap/
Dheap.h2501 size_t* global_handle_count; // 13 variable
/third_party/node/deps/v8/src/api/
Dapi.cc265 size_t global_handle_count; in FatalProcessOutOfMemory() local
266 heap_stats.global_handle_count = &global_handle_count; in FatalProcessOutOfMemory()