Searched refs:JDStates (Results 1 – 3 of 3) sorted by relevance
154 std::map<void *, JITDylibState> JDStates; member in __anonc1d160b80111::COFFPlatformRuntimeState 170 auto I = JDStates.find(Header); in getJITDylibStateByHeader() 171 if (I == JDStates.end()) in getJITDylibStateByHeader() 183 auto J = JDStates.find(H); in getJITDylibStateByName() 184 assert(J != JDStates.end() && in getJITDylibStateByName() 195 if (JDStates.count(Header)) { in registerJITDylib() 208 auto &JDS = JDStates[Header]; in registerJITDylib() 217 auto I = JDStates.find(Header); in deregisterJITDylib() 218 if (I == JDStates.end()) { in deregisterJITDylib() 236 JDStates in deregisterJITDylib() [all...]
159 std::unordered_map<void *, PerJITDylibState> JDStates; member in __anonb364b2400111::ELFNixPlatformRuntimeState299 auto I = JDStates.find(DSOHandle); in getJITDylibStateByHeaderAddr()300 if (I == JDStates.end()) in getJITDylibStateByHeaderAddr()312 auto J = JDStates.find(H); in getJITDylibStateByName()313 assert(J != JDStates.end() && in getJITDylibStateByName()323 auto &JDS = JDStates[Header]; in getOrCreateJITDylibState()
397 std::unordered_map<void *, JITDylibState> JDStates; in initialize() 502 if (JDStates.count(Header)) { in registerObjectPlatformSections() 515 auto &JDS = JDStates[Header]; in registerObjectPlatformSections() 524 auto I = JDStates.find(Header); in registerObjectPlatformSections() 525 if (I == JDStates.end()) { in registerObjectPlatformSections() 543 JDStates.erase(I); in registerObjectPlatformSections() 857 // JDStates. in deregisterEHFrames() 894 auto I = JDStates.find(DSOHandle); in runModInits() 895 if (I == JDStates.end()) { in runModInits() 896 I = JDStates in runModInits() 361 std::unordered_map<void *, JITDylibState> JDStates; global() member in __anon3d23d5020211::MachOPlatformRuntimeState [all...]