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

/external/v8/src/
H A Dapi.cc277 i::HeapStats heap_stats; local
284 memset(&heap_stats, 0xbadc0de, sizeof(heap_stats));
295 heap_stats.start_marker = &start_marker;
297 heap_stats.new_space_size = &new_space_size;
299 heap_stats.new_space_capacity = &new_space_capacity;
301 heap_stats.old_space_size = &old_space_size;
303 heap_stats.old_space_capacity = &old_space_capacity;
305 heap_stats.code_space_size = &code_space_size;
307 heap_stats
[all...]
H A Dflag-definitions.h1000 DEFINE_BOOL(heap_stats, false, "report heap statistics before and after GC")
1021 "report heap spill statistics along with heap_stats "
1022 "(requires heap_stats)")

Completed in 1532 milliseconds