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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedCodeBlock.h448 const ConstantBuffer& constantBuffer(unsigned index) const function in class:JSC::UnlinkedCodeBlock
454 ConstantBuffer& constantBuffer(unsigned index) function in class:JSC::UnlinkedCodeBlock
H A DCodeBlock.h668 JSValue* constantBuffer(unsigned index) function in class:JSC::CodeBlock
H A DCodeBlock.cpp1567 const UnlinkedCodeBlock::ConstantBuffer& buffer = unlinkedCodeBlock->constantBuffer(i);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGGraph.cpp299 out.print(anotherComma, inContext(m_codeBlock->constantBuffer(node->startConstant())[i], context));
H A DDFGOperations.cpp649 return bitwise_cast<char*>(constructArray(exec, arrayStructure, exec->codeBlock()->constantBuffer(start), size));
H A DDFGSpeculativeJIT32_64.cpp3322 JSValue* data = m_jit.codeBlock()->constantBuffer(node->startConstant());
3333 int32_t* data = bitwise_cast<int32_t*>(m_jit.codeBlock()->constantBuffer(node->startConstant()));
H A DDFGByteCodeParser.cpp2310 m_codeBlock->constantBuffer(data.startConstant)[i]);
H A DDFGSpeculativeJIT64.cpp3461 JSValue* data = m_jit.codeBlock()->constantBuffer(node->startConstant());
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp1526 JSValue* constantBuffer = m_codeBlock->constantBuffer(constantBufferIndex).data(); local
1530 constantBuffer[index++] = static_cast<ConstantNode*>(n->value())->jsValue(*this);
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITOpcodes.cpp1195 const JSValue* values = codeBlock()->constantBuffer(valuesIndex);
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntSlowPaths.cpp527 LLINT_RETURN(constructArray(exec, pc[4].u.arrayAllocationProfile, exec->codeBlock()->constantBuffer(pc[2].u.operand), pc[3].u.operand));
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp2702 JSValue* data = codeBlock()->constantBuffer(m_node->startConstant());

Completed in 376 milliseconds