Home
last modified time | relevance | path

Searched refs:weak_global_handle_count (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/oom_dump/
Doom_dump.cc181 const int weak_global_handle_count = READ_FIELD(15); in DumpHeapStats() local
241 PRINT_INT_STAT(weak_global_handle_count); in DumpHeapStats()
/external/v8/src/
Dglobal-handles.cc500 *stats->weak_global_handle_count = 0; in RecordStats()
507 *stats->weak_global_handle_count += 1; in RecordStats()
Dheap.h1634 int* weak_global_handle_count; // 15 variable
Dapi.cc174 int weak_global_handle_count; in FatalProcessOutOfMemory() local
175 heap_stats.weak_global_handle_count = &weak_global_handle_count; in FatalProcessOutOfMemory()