Searched refs:m_pool (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/JavaScriptCore/assembler/ |
D | AssemblerBufferWithConstantPool.h | 108 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/ |
D | RenderArena.cpp | 65 INIT_ARENA_POOL(&m_pool, "RenderArena", arenaSize); in RenderArena() 73 FinishArenaPool(&m_pool); in ~RenderArena() 107 ARENA_ALLOCATE(result, &m_pool, size); in allocate()
|
D | RenderArena.h | 58 ArenaPool m_pool;
|
/external/webkit/Source/WebCore/platform/mac/ |
D | AutodrainedPool.mm | 37 , m_pool([[NSAutoreleasePool alloc] init]) 43 [m_pool drain]; 49 [m_pool drain]; 50 m_pool = [[NSAutoreleasePool alloc] init];
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | SpecializedThunkJIT.h | 43 , 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/ |
D | AutodrainedPool.h | 54 NSAutoreleasePool* m_pool; variable
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | ListHashSet.h | 147 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
|