Searched refs:alignPool (Results 1 – 1 of 1) sorted by relevance
243 …int alignPool = (AssemblerBuffer::size() + (useBarrier ? barrierSize : 0)) & (sizeof(uint64_t) - 1… variable245 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)