Searched refs:opcodeLengths (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DBytecodeBasicBlock.cpp137 unsigned opcodeLength = opcodeLengths[opcodeID];
173 unsigned opcodeLength = opcodeLengths[opcodeID];
H A DOpcode.h75 const int opcodeLengths[numOpcodeIDs] = { FOR_EACH_OPCODE_ID(OPCODE_ID_LENGTH_MAP) }; member in namespace:JSC
H A DPreciseJumpTargets.cpp111 bytecodeOffset += opcodeLengths[opcodeID];
H A DBytecodeLivenessAnalysis.cpp343 unsigned opcodeLength = opcodeLengths[opcodeID];
H A DCodeBlock.cpp457 for (size_t i = 0; i < instructions().size(); i += opcodeLengths[exec->interpreter()->getOpcodeID(instructions()[i].u.opcode)])
2595 it += opcodeLengths[opcodeID];

Completed in 294 milliseconds