Searched refs:HostFunctionStubMap (Results 1 – 2 of 2) sorted by relevance
307 typedef HashMap<NativeFunction, Strong<NativeExecutable> > HostFunctionStubMap; typedef308 OwnPtr<HostFunctionStubMap> m_hostFunctionStubMap;
755 : m_hostFunctionStubMap(new HostFunctionStubMap) in JITThunks()3590 …std::pair<HostFunctionStubMap::iterator, bool> entry = m_hostFunctionStubMap->add(function, Strong… in hostFunctionStub()3598 …std::pair<HostFunctionStubMap::iterator, bool> entry = m_hostFunctionStubMap->add(function, Strong… in hostFunctionStub()