Searched refs:LoadedMethodIDs (Results 1 – 2 of 2) sorted by relevance
119 LoadedMethodIDs[K].push_back(I->second); in notifyEmitted()141 auto I = LoadedMethodIDs.find(K); in notifyRemovingResources()142 if (I == LoadedMethodIDs.end()) in notifyRemovingResources()146 LoadedMethodIDs.erase(I); in notifyRemovingResources()159 auto I = LoadedMethodIDs.find(SrcKey); in notifyTransferringResources()160 if (I == LoadedMethodIDs.end()) in notifyTransferringResources()163 auto &Dest = LoadedMethodIDs[DstKey]; in notifyTransferringResources()165 LoadedMethodIDs.erase(SrcKey); in notifyTransferringResources()
58 LoadedMethodIDs; variable