Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/assembler/
DAssemblerBufferWithConstantPool.h243 …int alignPool = (AssemblerBuffer::size() + (useBarrier ? barrierSize : 0)) & (sizeof(uint64_t) - 1… variable
245 if (alignPool)
246 alignPool = sizeof(uint64_t) - alignPool;
250 …uffer::putInt(AssemblerType::placeConstantPoolBarrier(m_numConsts * sizeof(uint32_t) + alignPool));
252 if (alignPool) {
253 if (alignPool & 1)
255 if (alignPool & 2)
257 if (alignPool & 4)