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

  /external/webkit/Source/JavaScriptCore/bytecode/
Opcode.h 211 const int opcodeLengths[numOpcodeIDs] = { FOR_EACH_OPCODE_ID(OPCODE_ID_LENGTH_MAP) };
CodeBlock.cpp 219 i += opcodeLengths[currentOpcode];
340 for (size_t i = 0; i < m_instructions.size(); i += opcodeLengths[exec->interpreter()->getOpcodeID(m_instructions[i].u.opcode)])
    [all...]

Completed in 50 milliseconds