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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h434 const ConstantBuffer& constantBuffer(unsigned index) const function in class:JSC::UnlinkedCodeBlock
440 ConstantBuffer& constantBuffer(unsigned index) function in class:JSC::UnlinkedCodeBlock
H A DCodeBlock.h860 JSValue* constantBuffer(unsigned index) function in class:JSC::CodeBlock
H A DCodeBlock.cpp1704 const UnlinkedCodeBlock::ConstantBuffer& buffer = unlinkedCodeBlock->constantBuffer(i);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGraph.cpp245 out.print(anotherComma, m_codeBlock->constantBuffer(node->startConstant())[i]);
H A DDFGOperations.cpp1305 return bitwise_cast<char*>(constructArray(exec, arrayStructure, exec->codeBlock()->constantBuffer(start), size));
H A DDFGSpeculativeJIT32_64.cpp3646 JSValue* data = m_jit.codeBlock()->constantBuffer(node->startConstant());
3657 int32_t* data = bitwise_cast<int32_t*>(m_jit.codeBlock()->constantBuffer(node->startConstant()));
H A DDFGByteCodeParser.cpp2105 m_codeBlock->constantBuffer(data.startConstant)[i]);
H A DDFGSpeculativeJIT64.cpp3554 JSValue* data = m_jit.codeBlock()->constantBuffer(node->startConstant());
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp1629 JSValue* constantBuffer = m_codeBlock->constantBuffer(constantBufferIndex).data(); local
1633 constantBuffer[index++] = static_cast<ConstantNode*>(n->value())->jsValue(*this);
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp536 LLINT_RETURN(constructArray(exec, pc[4].u.arrayAllocationProfile, exec->codeBlock()->constantBuffer(pc[2].u.operand), pc[3].u.operand));
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubs.cpp2424 return constructArray(stackFrame.callFrame, stackFrame.args[2].arrayAllocationProfile(), stackFrame.callFrame->codeBlock()->constantBuffer(stackFrame.args[0].int32()), stackFrame.args[1].int32());

Completed in 304 milliseconds