Searched refs:MallocCalls (Results 1 – 2 of 2) sorted by relevance
2609 return "[AAHeapToShared] " + std::to_string(MallocCalls.size()) + in getAsStr()2624 for (CallBase *CB : MallocCalls) { in findPotentialRemovedFreeCalls()2645 MallocCalls.insert(CB); in initialize()2651 return isValidState() && MallocCalls.count(&CB); in isAssumedHeapToShared()2659 if (MallocCalls.empty()) in manifest()2670 for (CallBase *CB : MallocCalls) { in manifest()2731 auto NumMallocCalls = MallocCalls.size(); in updateImpl()2740 MallocCalls.erase(CB); in updateImpl()2745 if (NumMallocCalls != MallocCalls.size()) in updateImpl()2752 SmallPtrSet<CallBase *, 4> MallocCalls; member
5853 MallocCalls, Function, in trackStatistics()5857 ++BUILD_STAT_NAME(MallocCalls, Function); in trackStatistics()