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

  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 525 ASSERT(record.jumpTable.simpleJumpTable->branchOffsets.size() == record.jumpTable.simpleJumpTable->ctiOffsets.size());
527 record.jumpTable.simpleJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeOffset + record.defaultOffset]);
529 for (unsigned j = 0; j < record.jumpTable.simpleJumpTable->branchOffsets.size(); ++j) {
530 unsigned offset = record.jumpTable.simpleJumpTable->branchOffsets[j];
531 record.jumpTable.simpleJumpTable->ctiOffsets[j] = offset ? patchBuffer.locationOf(m_labels[bytecodeOffset + offset]) : record.jumpTable.simpleJumpTable->ctiDefault;
JIT.h 63 struct SimpleJumpTable;
118 SimpleJumpTable* simpleJumpTable;
125 SwitchRecord(SimpleJumpTable* jumpTable, unsigned bytecodeOffset, unsigned defaultOffset, Type type)
130 this->jumpTable.simpleJumpTable = jumpTable;
    [all...]

Completed in 33 milliseconds