Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc1676 *stats->free_global_handle_count = 0; in RecordStats()
1686 *stats->free_global_handle_count += 1; in RecordStats()
/third_party/node/deps/v8/src/heap/
Dheap.h2505 size_t* free_global_handle_count; // 17 variable
/third_party/node/deps/v8/src/api/
Dapi.cc273 size_t free_global_handle_count; in FatalProcessOutOfMemory() local
274 heap_stats.free_global_handle_count = &free_global_handle_count; in FatalProcessOutOfMemory()