Searched refs:MallocCalls (Results 1 – 2 of 2) sorted by relevance
3413 return "[AAHeapToShared] " + std::to_string(MallocCalls.size()) + in getAsStr()3428 for (CallBase *CB : MallocCalls) { in findPotentialRemovedFreeCalls()3463 MallocCalls.insert(CB); in initialize()3472 return isValidState() && MallocCalls.count(&CB); in isAssumedHeapToShared()3480 if (MallocCalls.empty()) in manifest()3491 for (CallBase *CB : MallocCalls) { in manifest()3559 if (MallocCalls.empty()) in updateImpl()3568 auto NumMallocCalls = MallocCalls.size(); in updateImpl()3575 if (!MallocCalls.count(CB)) in updateImpl()3578 MallocCalls.remove(CB); in updateImpl()[all …]
6730 MallocCalls, Function, in trackStatistics()6734 ++BUILD_STAT_NAME(MallocCalls, Function); in trackStatistics()