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

  /external/v8/src/
global-handles.cc 443 *stats->destroyed_global_handle_count = 0;
453 *stats->destroyed_global_handle_count += 1;
heap.h 1158 int *destroyed_global_handle_count; member in class:v8::internal::HeapStats
    [all...]
api.cc 167 int destroyed_global_handle_count; local
168 heap_stats.destroyed_global_handle_count = &destroyed_global_handle_count;
    [all...]

Completed in 19 milliseconds