Home
last modified time | relevance | path

Searched refs:StructHashMap (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/esan/
Dcache_frag.cpp54 typedef AddrHashMap<StructCounter, 31051> StructHashMap; typedef
56 StructHashMap StructMap;
80 static void reportStructCounter(StructHashMap::Handle &Handle) { in reportStructCounter()
117 static void computeStructRatio(StructHashMap::Handle &Handle) { in computeStructRatio()
134 StructHashMap::Handle H(&Ctx->StructMap, (uptr)Struct->FieldCounters); in registerStructInfo()
152 StructHashMap::Handle H(&Ctx->StructMap, (uptr)Struct->FieldCounters, true); in unregisterStructInfo()