Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Dcache_frag.cpp34 u64 *FieldCounters; member
108 Struct->FieldCounters[i], TypePrintLimit, Struct->FieldTypeName[i]); in reportStructCounter()
112 Report(" #%2u: count = %llu\n", i, Struct->FieldCounters[i]); in reportStructCounter()
119 Handle->Count = Handle->Struct->FieldCounters[0]; in computeStructRatio()
121 Handle->Count += Handle->Struct->FieldCounters[i]; in computeStructRatio()
123 Handle->Struct->FieldCounters[i - 1], Handle->Struct->FieldCounters[i]); 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()