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

  /dalvik/tools/
gclog.py 145 heap_stats = parseAggHeapStats(values[1])
158 (heap_stats[0], heap_stats[1], heap_stats[2], heap_stats[3], heap_stats[4])
165 (heap_stats[0], global_info[2], global_info[1])
  /external/v8/src/
api.cc 130 i::HeapStats heap_stats; local
132 heap_stats.start_marker = &start_marker;
134 heap_stats.new_space_size = &new_space_size;
136 heap_stats.new_space_capacity = &new_space_capacity;
138 heap_stats.old_pointer_space_size = &old_pointer_space_size;
140 heap_stats.old_pointer_space_capacity = &old_pointer_space_capacity;
142 heap_stats.old_data_space_size = &old_data_space_size;
144 heap_stats.old_data_space_capacity = &old_data_space_capacity;
146 heap_stats.code_space_size = &code_space_size;
148 heap_stats.code_space_capacity = &code_space_capacity
    [all...]
flag-definitions.h 313 DEFINE_bool(heap_stats, false, "report heap statistics before and after GC")
337 "report heap spill statistics along with heap_stats "
338 "(requires heap_stats)")

Completed in 92 milliseconds