Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/assembler/
DX86Assembler.h1610 static const int maxInstructionSize = 16; variable
1639 m_buffer.ensureSpace(maxInstructionSize); in oneByteOp()
1645 m_buffer.ensureSpace(maxInstructionSize); in oneByteOp()
1652 m_buffer.ensureSpace(maxInstructionSize); in oneByteOp()
1660 m_buffer.ensureSpace(maxInstructionSize); in oneByteOp()
1668 m_buffer.ensureSpace(maxInstructionSize); in oneByteOp_disp32()
1676 m_buffer.ensureSpace(maxInstructionSize); in oneByteOp()
1685 m_buffer.ensureSpace(maxInstructionSize); in oneByteOp()
1693 m_buffer.ensureSpace(maxInstructionSize); in twoByteOp()
1700 m_buffer.ensureSpace(maxInstructionSize); in twoByteOp()
[all …]
DAssemblerBufferWithConstantPool.h87 template <int maxPoolSize, int barrierSize, int maxInstructionSize, class AssemblerType>
178 flushIfNoSpaceFor(maxInstructionSize, sizeof(uint64_t)); in size()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1622624 Renamed MAX_INSTRUCTION_SIZE to maxInstructionSize.