Home
last modified time | relevance | path

Searched refs:m_opcodeIDTable (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/interpreter/
DInterpreter.h90 return m_opcodeIDTable.get(opcode); in getOpcodeID()
160 HashMap<Opcode, OpcodeID> m_opcodeIDTable; // Maps Opcode => OpcodeID for decompiling variable
DInterpreter.cpp479 && m_opcodeIDTable.contains(opcode); in isOpcode()
1131 #define ADD_OPCODE_ID(id, length) m_opcodeIDTable.add(&&id, id); in privateExecute()
1134 ASSERT(m_opcodeIDTable.size() == numOpcodeIDs); in privateExecute()