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

  /external/chromium_org/v8/tools/oom_dump/
oom_dump.cc 181 const int global_handle_count = READ_FIELD(14); local
241 PRINT_INT_STAT(global_handle_count);
  /external/v8/tools/oom_dump/
oom_dump.cc 180 const int global_handle_count = READ_FIELD(14); local
240 PRINT_INT_STAT(global_handle_count);
  /external/v8/test/cctest/
test-heap-profiler.cc 1343 int global_handle_count = v8::HeapProfiler::GetPersistentHandleCount(); local
    [all...]
  /external/v8/src/
global-handles.cc 614 *stats->global_handle_count = 0;
620 *stats->global_handle_count += 1;
heap.h 2087 int* global_handle_count; \/\/ 14 member in class:v8::internal::HeapStats
    [all...]
api.cc 181 int global_handle_count; local
182 heap_stats.global_handle_count = &global_handle_count;
    [all...]
  /external/chromium_org/v8/src/
global-handles.cc 769 *stats->global_handle_count = 0;
775 *stats->global_handle_count += 1;
    [all...]
heap.h     [all...]
api.cc 195 int global_handle_count; local
196 heap_stats.global_handle_count = &global_handle_count;
    [all...]

Completed in 227 milliseconds