Home
last modified time | relevance | path

Searched refs:m_pool (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/assembler/
DAssemblerBufferWithConstantPool.h108 m_pool = static_cast<uint32_t*>(fastMalloc(maxPoolSize)); in AssemblerBufferWithConstantPool()
115 fastFree(m_pool); in ~AssemblerBufferWithConstantPool()
231 return m_pool; in poolAddress()
266 if (m_mask[i] == ReusableConst && m_pool[i] == constant) { in putIntegralWithConstantInt()
274 m_pool[m_numConsts] = constant; in putIntegralWithConstantInt()
306 append(reinterpret_cast<char*>(m_pool), m_numConsts * sizeof(uint32_t));
336 uint32_t* m_pool; variable
/external/webkit/Source/WebCore/rendering/
DRenderArena.cpp65 INIT_ARENA_POOL(&m_pool, "RenderArena", arenaSize); in RenderArena()
73 FinishArenaPool(&m_pool); in ~RenderArena()
107 ARENA_ALLOCATE(result, &m_pool, size); in allocate()
DRenderArena.h58 ArenaPool m_pool;
/external/webkit/Source/WebCore/platform/mac/
DAutodrainedPool.mm37 , m_pool([[NSAutoreleasePool alloc] init])
43 [m_pool drain];
49 [m_pool drain];
50 m_pool = [[NSAutoreleasePool alloc] init];
/external/webkit/Source/JavaScriptCore/jit/
DSpecializedThunkJIT.h43 , m_pool(pool) in SpecializedThunkJIT()
128 LinkBuffer patchBuffer(this, m_pool.get(), 0); in finalize()
157 RefPtr<ExecutablePool> m_pool; variable
/external/webkit/Source/WebCore/platform/
DAutodrainedPool.h54 NSAutoreleasePool* m_pool; variable
/external/webkit/Source/JavaScriptCore/wtf/
DListHashSet.h147 memset(m_pool.pool, 0, sizeof(m_pool.pool)); in ListHashSetNodeAllocator()
191 Node* pool() { return reinterpret_cast_ptr<Node*>(m_pool.pool); } in pool()
205 } m_pool; member