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

  /external/v8/src/
global-handles.cc 441 *stats->pending_global_handle_count = 0;
449 *stats->pending_global_handle_count += 1;
heap.h 1156 int *pending_global_handle_count; member in class:v8::internal::HeapStats
    [all...]
api.cc 163 int pending_global_handle_count; local
164 heap_stats.pending_global_handle_count = &pending_global_handle_count;
    [all...]

Completed in 183 milliseconds