Searched refs:defaultOffset (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DJumpTable.cpp37 int32_t SimpleJumpTable::offsetForValue(int32_t value, int32_t defaultOffset) argument
44 return defaultOffset;
H A DJumpTable.h54 inline int32_t offsetForValue(StringImpl* value, int32_t defaultOffset) argument
59 return defaultOffset;
84 int32_t offsetForValue(int32_t value, int32_t defaultOffset);
H A DUnlinkedCodeBlock.h195 inline int32_t offsetForValue(StringImpl* value, int32_t defaultOffset) argument
200 return defaultOffset;
210 int32_t offsetForValue(int32_t value, int32_t defaultOffset);
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJIT.h134 unsigned defaultOffset; member in struct:JSC::SwitchRecord
136 SwitchRecord(SimpleJumpTable* jumpTable, unsigned bytecodeOffset, unsigned defaultOffset, Type type) argument
139 , defaultOffset(defaultOffset)
144 SwitchRecord(StringJumpTable* jumpTable, unsigned bytecodeOffset, unsigned defaultOffset) argument
147 , defaultOffset(defaultOffset)
H A DJITOpcodes32_64.cpp1030 unsigned defaultOffset = currentInstruction[2].u.operand; local
1035 m_switches.append(SwitchRecord(jumpTable, m_bytecodeOffset, defaultOffset, SwitchRecord::Immediate));
1048 unsigned defaultOffset = currentInstruction[2].u.operand; local
1053 m_switches.append(SwitchRecord(jumpTable, m_bytecodeOffset, defaultOffset, SwitchRecord::Character));
1066 unsigned defaultOffset = currentInstruction[2].u.operand; local
1071 m_switches.append(SwitchRecord(jumpTable, m_bytecodeOffset, defaultOffset));
H A DJITOpcodes.cpp711 unsigned defaultOffset = currentInstruction[2].u.operand; local
716 m_switches.append(SwitchRecord(jumpTable, m_bytecodeOffset, defaultOffset, SwitchRecord::Immediate));
729 unsigned defaultOffset = currentInstruction[2].u.operand; local
734 m_switches.append(SwitchRecord(jumpTable, m_bytecodeOffset, defaultOffset, SwitchRecord::Character));
747 unsigned defaultOffset = currentInstruction[2].u.operand; local
752 m_switches.append(SwitchRecord(jumpTable, m_bytecodeOffset, defaultOffset));
H A DJIT.cpp706 record.jumpTable.simpleJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeOffset + record.defaultOffset]);
715 record.jumpTable.stringJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeOffset + record.defaultOffset]);
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp1265 int defaultOffset = pc[2].u.operand; local
1268 pc += codeBlock->immediateSwitchJumpTable(pc[1].u.operand).offsetForValue(intValue, defaultOffset);
1270 pc += defaultOffset;
1281 int defaultOffset = pc[2].u.operand; local
1284 pc += codeBlock->characterSwitchJumpTable(pc[1].u.operand).offsetForValue((*impl)[0], defaultOffset);
1292 int defaultOffset = pc[2].u.operand; local
1294 pc += defaultOffset;
1297 pc += codeBlock->stringSwitchJumpTable(pc[1].u.operand).offsetForValue(asString(scrutinee)->value(exec).impl(), defaultOffset);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ddtfmttst.cpp363 int32_t defaultOffset = defaultTZ->getRawOffset(); local
365 int32_t hour = 2 + (defaultOffset - PSTOffset) / (60*60*1000);

Completed in 243 milliseconds