Home
last modified time | relevance | path

Searched refs:getOpcodeID (Results 1 – 7 of 7) sorted by relevance

/external/webkit/JavaScriptCore/interpreter/
DInterpreter.h86 OpcodeID getOpcodeID(Opcode opcode) in getOpcodeID() function
/external/webkit/JavaScriptCore/jit/
DJIT.cpp195 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) { in privateCompileMainPass()
372 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) { in privateCompileSlowCases()
DJITPropertyAccess.cpp201 …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)…
/external/webkit/JavaScriptCore/bytecode/
DSamplingTool.cpp188 unsigned opcodeID = m_interpreter->getOpcodeID(sample.vPC()[0].u.opcode); in doRun()
DCodeBlock.cpp212 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()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1015140 (KJS::Machine::getOpcodeID):
DChangeLog-2009-06-1622716 (JSC::BytecodeInterpreter::getOpcodeID):