HomeSort by relevance Sort by last modified time
    Searched defs:maxInstructionSize (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/assembler/
SH4Assembler.h 317 static const uint32_t maxInstructionSize = 16;
1169 m_buffer.ensureSpace(maxInstructionSize, sizeof(uint32_t));
1179 m_buffer.ensureSpace(maxInstructionSize, sizeof(uint32_t));
1190 m_buffer.ensureSpace(maxInstructionSize + 4, sizeof(uint32_t));
1200 m_buffer.ensureSpace(maxInstructionSize + 2);
1209 m_buffer.ensureSpace(maxInstructionSize + 4, sizeof(uint32_t));
1226 m_buffer.ensureSpace(maxInstructionSize + 2);
1247 m_buffer.ensureSpace(maxInstructionSize + 2);
1263 m_buffer.ensureSpace(maxInstructionSize + 2);
1266 m_buffer.ensureSpace(maxInstructionSize + 2)
    [all...]
X86Assembler.h     [all...]

Completed in 45 milliseconds