Searched defs:HM (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dcounters.cc73 #define HM(name, caption) \ macro
75 HISTOGRAM_MEMORY_LIST(HM)
76 #undef HM macro
162 #define HM(name, caption) name##_.Reset(); macro
163 HISTOGRAM_MEMORY_LIST(HM)
164 #undef HM macro
H A Dcounters.h360 #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) \ macro
578 HISTOGRAM_MEMORY_LIST(HM)
579 #undef HM macro
667 #define HM macro
670 #undef HM macro
[all...]
/external/clang/lib/Lex/
H A DHeaderSearch.cpp108 if (const HeaderMap *HM = HeaderMap::Create(FE, FileMgr)) {
109 HeaderMaps.push_back(std::make_pair(FE, HM));
110 return HM;
300 const HeaderMap *HM = getHeaderMap(); local
302 StringRef Dest = HM->lookupFilename(Filename, Path);
316 Result = HM->LookupFile(Filename, HS.getFileMgr());
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java490 HM(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum

Completed in 2671 milliseconds