Searched refs:HM (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/logging/ |
H A D | counters.cc | 200 #define HM(name, caption) {&Counters::name##_, #caption}, in Counters() macro 201 HISTOGRAM_LEGACY_MEMORY_LIST(HM) in Counters() 202 #undef HM in Counters() macro 296 #define HM(name, caption) name##_.Reset(); in ResetCreateHistogramFunction() macro 297 HISTOGRAM_LEGACY_MEMORY_LIST(HM) in ResetCreateHistogramFunction() 298 #undef HM in ResetCreateHistogramFunction() macro
|
H A D | counters-definitions.h | 272 #define HISTOGRAM_LEGACY_MEMORY_LIST(HM) \ 273 HM(heap_sample_total_committed, V8.MemoryHeapSampleTotalCommitted) \ 274 HM(heap_sample_total_used, V8.MemoryHeapSampleTotalUsed) \ 275 HM(heap_sample_map_space_committed, V8.MemoryHeapSampleMapSpaceCommitted) \ 276 HM(heap_sample_code_space_committed, V8.MemoryHeapSampleCodeSpaceCommitted) \ 277 HM(heap_sample_maximum_committed, V8.MemoryHeapSampleMaximumCommitted)
|
H A D | counters.h | 555 #define HM(name, caption) \ macro 560 HISTOGRAM_LEGACY_MEMORY_LIST(HM) 561 #undef HM macro 661 #define HM(name, caption) Histogram name##_; macro 662 HISTOGRAM_LEGACY_MEMORY_LIST(HM) 663 #undef HM macro
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | TimeZoneFormat.java | 1708 H, HM, HMS enum constant 1716 OffsetFields minFields = isShort ? OffsetFields.H : OffsetFields.HM; in formatOffsetISO8601() 1717 OffsetFields maxFields = ignoreSeconds ? OffsetFields.HM : OffsetFields.HMS; in formatOffsetISO8601() 2992 parsedFields = OffsetFields.HM; in parseAsciiOffsetFields()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TimeZoneFormat.java | 1638 H, HM, HMS enum constant 1646 OffsetFields minFields = isShort ? OffsetFields.H : OffsetFields.HM; in formatOffsetISO8601() 1647 OffsetFields maxFields = ignoreSeconds ? OffsetFields.HM : OffsetFields.HMS; in formatOffsetISO8601() 2922 parsedFields = OffsetFields.HM; in parseAsciiOffsetFields()
|
Completed in 11 milliseconds