Home
last modified time | relevance | path

Searched refs:heap_stats (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dapi.cc152 i::HeapStats heap_stats; in FatalProcessOutOfMemory() local
154 heap_stats.start_marker = &start_marker; in FatalProcessOutOfMemory()
156 heap_stats.new_space_size = &new_space_size; in FatalProcessOutOfMemory()
158 heap_stats.new_space_capacity = &new_space_capacity; in FatalProcessOutOfMemory()
160 heap_stats.old_pointer_space_size = &old_pointer_space_size; in FatalProcessOutOfMemory()
162 heap_stats.old_pointer_space_capacity = &old_pointer_space_capacity; in FatalProcessOutOfMemory()
164 heap_stats.old_data_space_size = &old_data_space_size; in FatalProcessOutOfMemory()
166 heap_stats.old_data_space_capacity = &old_data_space_capacity; in FatalProcessOutOfMemory()
168 heap_stats.code_space_size = &code_space_size; in FatalProcessOutOfMemory()
170 heap_stats.code_space_capacity = &code_space_capacity; in FatalProcessOutOfMemory()
[all …]
Dflag-definitions.h518 DEFINE_bool(heap_stats, false, "report heap statistics before and after GC")