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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.h655 unsigned addConstantBuffer(const Vector<JSValue>& buffer) function in class:JSC::CodeBlock
H A DUnlinkedCodeBlock.h440 unsigned addConstantBuffer(unsigned length) function in class:JSC::UnlinkedCodeBlock
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h546 unsigned addConstantBuffer(unsigned length);
H A DBytecodeGenerator.cpp1490 unsigned BytecodeGenerator::addConstantBuffer(unsigned length) function in class:JSC::BytecodeGenerator
1492 return m_codeBlock->addConstantBuffer(length);
1525 unsigned constantBufferIndex = addConstantBuffer(length);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGByteCodeParser.cpp3523 unsigned newIndex = byteCodeParser->m_codeBlock->addConstantBuffer(buffer);

Completed in 371 milliseconds