Searched refs:getOpcodeID (Results 1 – 7 of 7) sorted by relevance
86 OpcodeID getOpcodeID(Opcode opcode) in getOpcodeID() function
195 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) { in privateCompileMainPass()372 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) { in privateCompileSlowCases()
201 …ASSERT(m_interpreter->getOpcodeID((currentInstruction + OPCODE_LENGTH(op_method_check))->u.opcode)… in emit_op_method_check()1247 …ASSERT(m_interpreter->getOpcodeID((currentInstruction + OPCODE_LENGTH(op_method_check))->u.opcode)…
188 unsigned opcodeID = m_interpreter->getOpcodeID(sample.vPC()[0].u.opcode); in doRun()
212 OpcodeID currentOpcode = exec->interpreter()->getOpcodeID(instructions[i].u.opcode); in instructionOffsetForNth()334 … 0; i < m_instructions.size(); i += opcodeLengths[exec->interpreter()->getOpcodeID(m_instructions[… in dump()478 switch (exec->interpreter()->getOpcodeID(it->u.opcode)) { in dump()
15140 (KJS::Machine::getOpcodeID):
22716 (JSC::BytecodeInterpreter::getOpcodeID):