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

  /external/webkit/JavaScriptCore/jit/
JIT.cpp 506 record.jumpTable.stringJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeIndex + record.defaultOffset]);
508 StringJumpTable::StringOffsetTable::iterator end = record.jumpTable.stringJumpTable->offsetTable.end();
509 for (StringJumpTable::StringOffsetTable::iterator it = record.jumpTable.stringJumpTable->offsetTable.begin(); it != end; ++it) {
511 it->second.ctiOffset = offset ? patchBuffer.locationOf(m_labels[bytecodeIndex + offset]) : record.jumpTable.stringJumpTable->ctiDefault;
JIT.h 71 struct StringJumpTable;
126 StringJumpTable* stringJumpTable;
140 SwitchRecord(StringJumpTable* jumpTable, unsigned bytecodeIndex, unsigned defaultOffset)
145 this->jumpTable.stringJumpTable = jumpTable;
    [all...]

Completed in 55 milliseconds