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

/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1173 VDSwitchInfoRec switchInfo; local
1276 _doStatus( this, cscGetCurMode, &switchInfo );
1277 pageInfo.csMode = switchInfo.csMode;
1577 VDSwitchInfoRec switchInfo; local
1597 err = _doStatus( this, cscGetCurMode, &switchInfo );
1598 if ((err == noErr) && (switchInfo.csData == kDisplayModeIDBootProgrammable))
1776 VDSwitchInfoRec switchInfo; local
1794 err = _doStatus( this, cscGetCurMode, &switchInfo );
1801 if ((kDisplayModeIDBootProgrammable != switchInfo.csData) || !currentDisplayMode)
1803 currentDisplayMode = switchInfo
2315 VDSwitchInfoRec switchInfo; local
2380 VDSwitchInfoRec switchInfo; local
2396 VDSwitchInfoRec switchInfo; local
4192 VDSwitchInfoRec * switchInfo = (VDSwitchInfoRec *) params; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp2456 SwitchInfo switchInfo = m_switchContextStack.last(); local
2458 if (switchInfo.switchType == SwitchInfo::SwitchImmediate) {
2459 instructions()[switchInfo.bytecodeOffset + 1] = m_codeBlock->numberOfImmediateSwitchJumpTables();
2460 instructions()[switchInfo.bytecodeOffset + 2] = defaultLabel->bind(switchInfo.bytecodeOffset, switchInfo.bytecodeOffset + 3);
2463 prepareJumpTableForImmediateSwitch(jumpTable, switchInfo.bytecodeOffset, clauseCount, labels, nodes, min, max);
2464 } else if (switchInfo.switchType == SwitchInfo::SwitchCharacter) {
2465 instructions()[switchInfo.bytecodeOffset + 1] = m_codeBlock->numberOfCharacterSwitchJumpTables();
2466 instructions()[switchInfo
[all...]

Completed in 175 milliseconds