HomeSort by relevance Sort by last modified time
    Searched refs:HostFunctionStubMap (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.h 307 typedef HashMap<NativeFunction, Strong<NativeExecutable> > HostFunctionStubMap;
308 OwnPtr<HostFunctionStubMap> m_hostFunctionStubMap;
JITStubs.cpp 755 : m_hostFunctionStubMap(new HostFunctionStubMap)
    [all...]

Completed in 152 milliseconds