Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/assembler/
DAssemblerBufferWithConstantPool.h275 void flushIfNoSpaceFor(int nextInsnSize) in flushIfNoSpaceFor() argument
279 if ((m_maxDistance < nextInsnSize + m_lastConstDelta + barrierSize + (int)sizeof(uint32_t))) in flushIfNoSpaceFor()
283 void flushIfNoSpaceFor(int nextInsnSize, int nextConstSize) in flushIfNoSpaceFor() argument
287 … if ((m_maxDistance < nextInsnSize + m_lastConstDelta + barrierSize + (int)sizeof(uint32_t)) || in flushIfNoSpaceFor()