Home | History | Annotate | Download | only in src

Lines Matching defs:HM

93 #define HISTOGRAM_MEMORY_LIST(HM)                                     \
94 HM(heap_sample_total_committed, V8.MemoryHeapSampleTotalCommitted) \
95 HM(heap_sample_total_used, V8.MemoryHeapSampleTotalUsed) \
96 HM(heap_sample_map_space_committed, \
98 HM(heap_sample_cell_space_committed, \
100 HM(heap_sample_property_cell_space_committed, \
102 HM(heap_sample_code_space_committed, \
104 HM(heap_sample_maximum_committed, \
310 #define HM(name, caption) \
312 HISTOGRAM_MEMORY_LIST(HM)
313 #undef HM
396 #define HM(name, caption) \
398 HISTOGRAM_MEMORY_LIST(HM)
399 #undef HM