Searched refs:minimumInstructionLength (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLDWARFDebugLineInfo.h93 , minimumInstructionLength(0)
105 uint8_t minimumInstructionLength; member in struct:JSC::FTL::DebugLineInterpreter::Prologue
H A DFTLDWARFDebugLineInfo.cpp105 m_prologue.minimumInstructionLength = read<uint8_t>(currentProgramOffset);
124 dataLog("minimumInstructionLength = ", m_prologue.minimumInstructionLength, "\n");
235 m_currentState.address += advance * m_prologue.minimumInstructionLength;
262 uint32_t addressIncrement = (adjustedOpcode / m_prologue.lineRange) * m_prologue.minimumInstructionLength;
286 uint32_t addressIncrement = (adjustedOpcode / m_prologue.lineRange) * m_prologue.minimumInstructionLength;

Completed in 179 milliseconds