Searched refs:heap_stats (Results 1 – 2 of 2) sorted by relevance
232 i::HeapStats heap_stats; in FatalProcessOutOfMemory() local234 heap_stats.start_marker = &start_marker; in FatalProcessOutOfMemory()236 heap_stats.new_space_size = &new_space_size; in FatalProcessOutOfMemory()238 heap_stats.new_space_capacity = &new_space_capacity; in FatalProcessOutOfMemory()240 heap_stats.old_space_size = &old_space_size; in FatalProcessOutOfMemory()242 heap_stats.old_space_capacity = &old_space_capacity; in FatalProcessOutOfMemory()244 heap_stats.code_space_size = &code_space_size; in FatalProcessOutOfMemory()246 heap_stats.code_space_capacity = &code_space_capacity; in FatalProcessOutOfMemory()248 heap_stats.map_space_size = &map_space_size; in FatalProcessOutOfMemory()250 heap_stats.map_space_capacity = &map_space_capacity; in FatalProcessOutOfMemory()[all …]
934 DEFINE_BOOL(heap_stats, false, "report heap statistics before and after GC")