Home
last modified time | relevance | path

Searched refs:HostFunctionStubMap (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.h307 typedef HashMap<NativeFunction, Strong<NativeExecutable> > HostFunctionStubMap; typedef
308 OwnPtr<HostFunctionStubMap> m_hostFunctionStubMap;
DJITStubs.cpp755 : 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()