HomeSort by relevance Sort by last modified time
    Searched refs:offsetTable (Results 1 - 7 of 7) sorted by null

  /external/webkit/JavaScriptCore/bytecode/
JumpTable.h 49 StringOffsetTable offsetTable;
56 StringOffsetTable::const_iterator end = offsetTable.end();
57 StringOffsetTable::const_iterator loc = offsetTable.find(value);
66 StringOffsetTable::const_iterator end = offsetTable.end();
67 StringOffsetTable::const_iterator loc = offsetTable.find(value);
CodeBlock.cpp 464 StringJumpTable::StringOffsetTable::const_iterator end = m_rareData->m_stringSwitchJumpTables[i].offsetTable.end();
465 for (StringJumpTable::StringOffsetTable::const_iterator iter = m_rareData->m_stringSwitchJumpTables[i].offsetTable.begin(); iter != end; ++iter)
    [all...]
  /external/icu4c/layout/
LigatureSubstProc.cpp 79 const le_int16 *offsetTable = (const le_int16 *)((char *) &ligatureSubstitutionHeader->stHeader + 2 * SignExtend(offset, lafComponentOffsetMask));
81 i += SWAPW(offsetTable[LE_GET_GLYPH(glyphStorage[componentGlyph])]);
  /external/svox/pico/lib/
picoktab.c 198 picoos_uint8 * offsetTable;
217 ktabgraphs->offsetTable = &(this->base[KTAB_START_GRAPHS_OFFSET_TABLE]);
387 graphsOffset = g->offsetTable[g->sizeOffset*m];
390 graphsOffset = g->offsetTable[g->sizeOffset*m ] +
391 256*g->offsetTable[g->sizeOffset*m + 1];
392 /* PICODBG_DEBUG(("picoktab_graphOffset: %i %i %i %i", m, g->offsetTable[g->sizeOffset*m], g->offsetTable[g->sizeOffset*m + 1], graphsOffset));
587 graphsOffset = g->offsetTable[graphIndex];
589 graphsOffset = g->offsetTable[2 * graphIndex]
590 + (g->offsetTable[2 * graphIndex + 1] << 8)
    [all...]
  /dalvik/vm/analysis/
RegisterMap.c 706 u4* offsetTable;
714 offsetTable = (u4*) ptr;
744 offsetTable[idx] = ptr - basePtr;
746 idx, offsetTable[idx], ptr, basePtr);
757 (ptr - basePtr) - offsetTable[idx]);
760 assert(offsetTable[idx] == 0);
    [all...]
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 508 StringJumpTable::StringOffsetTable::iterator end = record.jumpTable.stringJumpTable->offsetTable.end();
509 for (StringJumpTable::StringOffsetTable::iterator it = record.jumpTable.stringJumpTable->offsetTable.begin(); it != end; ++it) {
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp     [all...]

Completed in 971 milliseconds