Searched refs:CollectSizeStats (Results 1 – 3 of 3) sorted by relevance
185 void CodeInfo::CollectSizeStats(const uint8_t* code_info_data, /*out*/ Stats* parent) { in CollectSizeStats() function in art::CodeInfo
439 static void CollectSizeStats(const uint8_t* code_info, /*out*/ Stats* parent);
1622 helper.GetCodeInfo().CollectSizeStats(oat_method.GetVmapTable(), &stats_); in DumpCode()