Searched refs:tableIndex (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDOMCoreException.cpp73 size_t tableIndex = ec - INDEX_SIZE_ERR; local
75 description->name = tableIndex < tableSize ? coreExceptions[tableIndex].name : 0;
76 description->description = tableIndex < tableSize ? coreExceptions[tableIndex].description : 0;
H A DEventException.cpp52 size_t tableIndex = ec - UNSPECIFIED_EVENT_TYPE_ERR; local
54 description->name = tableIndex < tableSize ? eventExceptions[tableIndex].name : 0;
55 description->description = tableIndex < tableSize ? eventExceptions[tableIndex].description : 0;
H A DRangeException.cpp52 size_t tableIndex = ec - BAD_BOUNDARYPOINTS_ERR; local
54 description->name = tableIndex < tableSize ? rangeExceptions[tableIndex].name : 0;
55 description->description = tableIndex < tableSize ? rangeExceptions[tableIndex].description : 0;
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DSQLException.cpp61 size_t tableIndex = ec - UNKNOWN_ERR; local
63 description->name = tableIndex < tableSize ? sqlExceptions[tableIndex].name : 0;
64 description->description = tableIndex < tableSize ? sqlExceptions[tableIndex].description : 0;
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFileException.cpp65 size_t tableIndex = ec - NOT_FOUND_ERR; local
67 description->name = tableIndex < tableSize ? fileExceptions[tableIndex].name : 0;
68 description->description = tableIndex < tableSize ? fileExceptions[tableIndex].description : 0;
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGException.cpp56 size_t tableIndex = ec - SVG_WRONG_TYPE_ERR; local
58 description->name = tableIndex < tableSize ? svgExceptions[tableIndex].name : 0;
59 description->description = tableIndex < tableSize ? svgExceptions[tableIndex].description : 0;
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLHttpRequestException.cpp53 size_t tableIndex = ec - NETWORK_ERR; local
55 description->name = tableIndex < tableSize ? exceptions[tableIndex].name : 0;
56 description->description = tableIndex < tableSize ? exceptions[tableIndex].description : 0;
H A DXPathException.cpp52 size_t tableIndex = ec - INVALID_EXPRESSION_ERR; local
54 description->name = tableIndex < tableSize ? xPathExceptions[tableIndex].name : 0;
55 description->description = tableIndex < tableSize ? xPathExceptions[tableIndex].description : 0;
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBDatabaseException.cpp67 size_t tableIndex = ec - IDBDatabaseException::UnknownError; local
69 return tableIndex < tableSize ? &idbDatabaseExceptions[tableIndex] : 0;
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h354 UnlinkedSimpleJumpTable& immediateSwitchJumpTable(int tableIndex) { ASSERT(m_rareData); return m_rareData->m_immediateSwitchJumpTables[tableIndex]; } argument
358 UnlinkedSimpleJumpTable& characterSwitchJumpTable(int tableIndex) { ASSERT(m_rareData); return m_rareData->m_characterSwitchJumpTables[tableIndex]; } argument
362 UnlinkedStringJumpTable& stringSwitchJumpTable(int tableIndex) { ASSERT(m_rareData); return m_rareData->m_stringSwitchJumpTables[tableIndex]; } argument
H A DCodeBlock.h873 SimpleJumpTable& immediateSwitchJumpTable(int tableIndex) { RELEASE_ASSERT(m_rareData); return m_rareData->m_immediateSwitchJumpTables[tableIndex]; } argument
877 SimpleJumpTable& characterSwitchJumpTable(int tableIndex) { RELEASE_ASSERT(m_rareData); return m_rareData->m_characterSwitchJumpTables[tableIndex]; } argument
881 StringJumpTable& stringSwitchJumpTable(int tableIndex) { RELEASE_ASSERT(m_rareData); return m_rareData->m_stringSwitchJumpTables[tableIndex]; } argument
H A DCodeBlock.cpp1263 int tableIndex = (++it)->u.operand; local
1266 out.printf("[%4d] switch_imm\t %d, %d(->%d), %s", location, tableIndex, defaultTarget, location + defaultTarget, registerName(exec, scrutineeRegister).data());
1270 int tableIndex = (++it)->u.operand; local
1273 out.printf("[%4d] switch_char\t %d, %d(->%d), %s", location, tableIndex, defaultTarget, location + defaultTarget, registerName(exec, scrutineeRegister).data());
1277 int tableIndex = (++it)->u.operand; local
1280 out.printf("[%4d] switch_string\t %d, %d(->%d), %s", location, tableIndex, defaultTarget, location + defaultTarget, registerName(exec, scrutineeRegister).data());
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITOpcodes32_64.cpp1029 unsigned tableIndex = currentInstruction[1].u.operand; local
1034 SimpleJumpTable* jumpTable = &m_codeBlock->immediateSwitchJumpTable(tableIndex);
1040 stubCall.addArgument(TrustedImm32(tableIndex));
1047 unsigned tableIndex = currentInstruction[1].u.operand; local
1052 SimpleJumpTable* jumpTable = &m_codeBlock->characterSwitchJumpTable(tableIndex);
1058 stubCall.addArgument(TrustedImm32(tableIndex));
1065 unsigned tableIndex = currentInstruction[1].u.operand; local
1070 StringJumpTable* jumpTable = &m_codeBlock->stringSwitchJumpTable(tableIndex);
1075 stubCall.addArgument(TrustedImm32(tableIndex));
H A DJITOpcodes.cpp710 unsigned tableIndex = currentInstruction[1].u.operand; local
715 SimpleJumpTable* jumpTable = &m_codeBlock->immediateSwitchJumpTable(tableIndex);
721 stubCall.addArgument(TrustedImm32(tableIndex));
728 unsigned tableIndex = currentInstruction[1].u.operand; local
733 SimpleJumpTable* jumpTable = &m_codeBlock->characterSwitchJumpTable(tableIndex);
739 stubCall.addArgument(TrustedImm32(tableIndex));
746 unsigned tableIndex = currentInstruction[1].u.operand; local
751 StringJumpTable* jumpTable = &m_codeBlock->stringSwitchJumpTable(tableIndex);
756 stubCall.addArgument(TrustedImm32(tableIndex));
H A DJITStubs.cpp3354 unsigned tableIndex = stackFrame.args[1].int32(); local
3359 return codeBlock->immediateSwitchJumpTable(tableIndex).ctiForValue(scrutinee.asInt32()).executableAddress();
3361 return codeBlock->immediateSwitchJumpTable(tableIndex).ctiForValue(static_cast<int32_t>(scrutinee.asDouble())).executableAddress();
3362 return codeBlock->immediateSwitchJumpTable(tableIndex).ctiDefault.executableAddress();
3370 unsigned tableIndex = stackFrame.args[1].int32(); local
3374 void* result = codeBlock->characterSwitchJumpTable(tableIndex).ctiDefault.executableAddress();
3379 result = codeBlock->characterSwitchJumpTable(tableIndex).ctiForValue((*value)[0]).executableAddress();
3391 unsigned tableIndex = stackFrame.args[1].int32(); local
3395 void* result = codeBlock->stringSwitchJumpTable(tableIndex).ctiDefault.executableAddress();
3399 result = codeBlock->stringSwitchJumpTable(tableIndex)
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFUniChar.c452 uint32_t tableIndex = __CFUniCharMapExternalSetToInternalIndex(charset); local
456 if (tableIndex < __CFUniCharNumberOfBitmaps) {
457 __CFUniCharBitmapData *data = __CFUniCharBitmapDataArray + tableIndex;
492 uint32_t tableIndex = __CFUniCharMapExternalSetToInternalIndex(charset); local
494 if (tableIndex < __CFUniCharNumberOfBitmaps) {
495 __CFUniCharBitmapData *data = __CFUniCharBitmapDataArray + tableIndex;

Completed in 234 milliseconds