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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.cpp1784 unsigned opLength = opcodeLength(pc[i].u.opcode); local
1786 for (size_t j = 1; j < opLength; ++j) {
1795 int arrayProfileIndex = pc[i + opLength - 2].u.operand;
1798 instructions[i + opLength - 2] = &m_arrayProfiles[arrayProfileIndex];
1805 ValueProfile* profile = &m_valueProfiles[pc[i + opLength - 1].u.operand];
1808 instructions[i + opLength - 1] = profile;
1812 int arrayProfileIndex = pc[i + opLength - 1].u.operand;
1814 instructions[i + opLength - 1] = &m_arrayProfiles[arrayProfileIndex];
1821 int arrayAllocationProfileIndex = pc[i + opLength - 1].u.operand;
1822 instructions[i + opLength
[all...]

Completed in 123 milliseconds