HomeSort by relevance Sort by last modified time
    Searched refs:near_death_global_handle_count (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
global-handles.cc 442 *stats->near_death_global_handle_count = 0;
451 *stats->near_death_global_handle_count += 1;
heap.h 1157 int *near_death_global_handle_count; member in class:v8::internal::HeapStats
    [all...]
api.cc 165 int near_death_global_handle_count; local
166 heap_stats.near_death_global_handle_count = &near_death_global_handle_count;
    [all...]

Completed in 395 milliseconds