Searched refs:m_hostFunctionStubMap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITThunks.cpp39 : m_hostFunctionStubMap(adoptPtr(new HostFunctionStubMap))
74 if (NativeExecutable* nativeExecutable = m_hostFunctionStubMap->get(std::make_pair(function, constructor)))
78 weakAdd(*m_hostFunctionStubMap, std::make_pair(function, constructor), PassWeak<NativeExecutable>(nativeExecutable));
84 if (NativeExecutable* nativeExecutable = m_hostFunctionStubMap->get(std::make_pair(function, &callHostFunctionAsConstructor)))
97 weakAdd(*m_hostFunctionStubMap, std::make_pair(function, &callHostFunctionAsConstructor), PassWeak<NativeExecutable>(nativeExecutable));
103 m_hostFunctionStubMap.clear();
H A DJITThunks.h68 OwnPtr<HostFunctionStubMap> m_hostFunctionStubMap; member in class:JSC::JITThunks

Completed in 108 milliseconds