Searched refs:KeyToIttnotify (Results 1 – 1 of 1) sorted by relevance
133 std::map<ObjectKey, std::unique_ptr<IntelIttnotifyInfo>> KeyToIttnotify; member in __anon0044147b0111::IntelJITEventListener227 KeyToIttnotify[Key] = std::move(ModuleIttnotify); in notifyObjectLoaded()340 if (KeyToIttnotify.find(Key) == KeyToIttnotify.end()) in notifyFreeingObject()342 __itt_module_unload_with_sections(KeyToIttnotify[Key]->getModuleObject()); in notifyFreeingObject()345 KeyToIttnotify[Key]->getModuleObject()->module_name, in notifyFreeingObject()346 KeyToIttnotify[Key]->getModuleObject()->module_size); in notifyFreeingObject()347 KeyToIttnotify.erase(Key); in notifyFreeingObject()