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

  /external/webkit/JavaScriptCore/jit/
JIT.cpp 495 ASSERT(record.jumpTable.simpleJumpTable->branchOffsets.size() == record.jumpTable.simpleJumpTable->ctiOffsets.size());
497 record.jumpTable.simpleJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeIndex + record.defaultOffset]);
499 for (unsigned j = 0; j < record.jumpTable.simpleJumpTable->branchOffsets.size(); ++j) {
500 unsigned offset = record.jumpTable.simpleJumpTable->branchOffsets[j];
501 record.jumpTable.simpleJumpTable->ctiOffsets[j] = offset ? patchBuffer.locationOf(m_labels[bytecodeIndex + offset]) : record.jumpTable.simpleJumpTable->ctiDefault;
JIT.h 70 struct SimpleJumpTable;
125 SimpleJumpTable* simpleJumpTable;
132 SwitchRecord(SimpleJumpTable* jumpTable, unsigned bytecodeIndex, unsigned defaultOffset, Type type)
137 this->jumpTable.simpleJumpTable = jumpTable;
    [all...]

Completed in 66 milliseconds