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

  /external/webkit/JavaScriptCore/interpreter/
Interpreter.h 80 return m_opcodeTable[id];
162 Opcode m_opcodeTable[numOpcodeIDs]; // Maps OpcodeID => Opcode for compiling
Interpreter.cpp 328 m_opcodeIDTable.add(m_opcodeTable[i], static_cast<OpcodeID>(i));
    [all...]

Completed in 10 milliseconds