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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h426 unsigned addConstantBuffer(unsigned length) function in class:JSC::UnlinkedCodeBlock
H A DCodeBlock.h847 unsigned addConstantBuffer(const Vector<JSValue>& buffer) function in class:JSC::CodeBlock
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h632 unsigned addConstantBuffer(unsigned length);
H A DBytecodeGenerator.cpp1593 unsigned BytecodeGenerator::addConstantBuffer(unsigned length) function in class:JSC::BytecodeGenerator
1595 return m_codeBlock->addConstantBuffer(length);
1628 unsigned constantBufferIndex = addConstantBuffer(length);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGByteCodeParser.cpp3580 unsigned newIndex = byteCodeParser->m_codeBlock->addConstantBuffer(buffer);

Completed in 205 milliseconds