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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedCodeBlock.cpp77 unsigned numberOfConstants = numberOfConstantRegisters(); local
78 for (unsigned i = 0; i < numberOfConstants; ++i) {
H A DCodeBlock.cpp2625 unsigned numberOfConstants = numberOfConstantRegisters();
2626 for (unsigned i = 0; i < numberOfConstants; ++i) {
2632 index = numberOfConstants;
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGByteCodeParser.cpp623 unsigned numberOfConstants = m_codeBlock->numberOfConstantRegisters();
624 for (m_constantUndefined = 0; m_constantUndefined < numberOfConstants; ++m_constantUndefined) {
631 ASSERT(m_constants.size() == numberOfConstants);
648 unsigned numberOfConstants = m_codeBlock->numberOfConstantRegisters();
649 for (m_constantNull = 0; m_constantNull < numberOfConstants; ++m_constantNull) {
656 ASSERT(m_constants.size() == numberOfConstants);
673 unsigned numberOfConstants = m_codeBlock->numberOfConstantRegisters();
674 for (m_constant1 = 0; m_constant1 < numberOfConstants; ++m_constant1) {
681 ASSERT(m_constants.size() == numberOfConstants);
701 unsigned numberOfConstants
[all...]

Completed in 185 milliseconds