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 152 i::HeapStats heap_stats; local
154 heap_stats.start_marker = &start_marker;
156 heap_stats.new_space_size = &new_space_size;
158 heap_stats.new_space_capacity = &new_space_capacity;
160 heap_stats.old_pointer_space_size = &old_pointer_space_size;
162 heap_stats.old_pointer_space_capacity = &old_pointer_space_capacity;
164 heap_stats.old_data_space_size = &old_data_space_size;
166 heap_stats.old_data_space_capacity = &old_data_space_capacity;
168 heap_stats.code_space_size = &code_space_size;
170 heap_stats.code_space_capacity = &code_space_capacity
    [all...]
flag-definitions.h 518 DEFINE_bool(heap_stats, false, "report heap statistics before and after GC")
542 "report heap spill statistics along with heap_stats "
543 "(requires heap_stats)")

Completed in 80 milliseconds