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

  /external/webkit/Source/JavaScriptCore/wtf/
ValueCheck.h 45 ASSERT(fastMallocSize(p));
FastMalloc.h 37 size_t fastMallocSize(const void*);
186 using WTF::fastMallocSize;
FastMalloc.cpp 383 size_t fastMallocSize(const void* p)
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.h 46 mach_port_t port() const { ASSERT(fastMallocSize(this)); return m_pluginHostPort; }
47 mach_port_t clientPort() const { ASSERT(fastMallocSize(this)); return m_clientPort; }
NetscapePluginInstanceProxy.h 71 uint32_t renderContextID() const { ASSERT(fastMallocSize(this)); return m_renderContextID; }
77 WebHostedNetscapePluginView *pluginView() const { ASSERT(fastMallocSize(this)); return m_pluginView; }
78 NetscapePluginHostProxy* hostProxy() const { ASSERT(fastMallocSize(this)); return m_pluginHostProxy; }

Completed in 215 milliseconds