Searched refs:LoadedMethodIDs (Results 1 – 2 of 2) sorted by relevance
120 LoadedMethodIDs[K].push_back(I->second); in notifyEmitted()142 auto I = LoadedMethodIDs.find(K); in notifyRemovingResources()143 if (I == LoadedMethodIDs.end()) in notifyRemovingResources()147 LoadedMethodIDs.erase(I); in notifyRemovingResources()160 auto I = LoadedMethodIDs.find(SrcKey); in notifyTransferringResources()161 if (I == LoadedMethodIDs.end()) in notifyTransferringResources()164 auto &Dest = LoadedMethodIDs[DstKey]; in notifyTransferringResources()166 LoadedMethodIDs.erase(SrcKey); in notifyTransferringResources()
59 LoadedMethodIDs; variable