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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp1628 unsigned constantBufferIndex = addConstantBuffer(length); local
1629 JSValue* constantBuffer = m_codeBlock->constantBuffer(constantBufferIndex).data();
1637 instructions().append(constantBufferIndex);

Completed in 81 milliseconds