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

  /external/v8/src/
api.cc 307 i::HeapStats heap_stats; local
314 memset(&heap_stats, 0xbadc0de, sizeof(heap_stats));
325 heap_stats.start_marker = &start_marker;
327 heap_stats.new_space_size = &new_space_size;
329 heap_stats.new_space_capacity = &new_space_capacity;
331 heap_stats.old_space_size = &old_space_size;
333 heap_stats.old_space_capacity = &old_space_capacity;
335 heap_stats.code_space_size = &code_space_size;
337 heap_stats.code_space_capacity = &code_space_capacity
    [all...]
flag-definitions.h     [all...]

Completed in 896 milliseconds