Home | History | Annotate | Download | only in jit

Lines Matching refs:m_hostFunctionStubMap

755     : m_hostFunctionStubMap(new HostFunctionStubMap)
3590 std::pair<HostFunctionStubMap::iterator, bool> entry = m_hostFunctionStubMap->add(function, Strong<NativeExecutable>());
3598 std::pair<HostFunctionStubMap::iterator, bool> entry = m_hostFunctionStubMap->add(function, Strong<NativeExecutable>());
3608 m_hostFunctionStubMap.clear();