Home | History | Annotate | Download | only in src

Lines Matching defs:HM

360 #define HISTOGRAM_MEMORY_LIST(HM)                                     \
361 HM(heap_sample_total_committed, V8.MemoryHeapSampleTotalCommitted) \
362 HM(heap_sample_total_used, V8.MemoryHeapSampleTotalUsed) \
363 HM(heap_sample_map_space_committed, \
365 HM(heap_sample_cell_space_committed, \
367 HM(heap_sample_property_cell_space_committed, \
369 HM(heap_sample_code_space_committed, \
371 HM(heap_sample_maximum_committed, \
576 #define HM(name, caption) \
578 HISTOGRAM_MEMORY_LIST(HM)
579 #undef HM
667 #define HM(name, caption) \
669 HISTOGRAM_MEMORY_LIST(HM)
670 #undef HM