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

  /external/webkit/JavaScriptCore/interpreter/
Interpreter.h 90 return m_opcodeIDTable.get(opcode);
163 HashMap<Opcode, OpcodeID> m_opcodeIDTable; // Maps Opcode => OpcodeID for decompiling
Interpreter.cpp 328 m_opcodeIDTable.add(m_opcodeTable[i], static_cast<OpcodeID>(i));
442 && m_opcodeIDTable.contains(opcode);
    [all...]

Completed in 17 milliseconds